Skip to content

IWeETHsAccountant ​

Git Source

Functions ​

getRate ​

Get this BoringVault's current rate in the base.

solidity
function getRate() external view returns (uint256 rate);

getRateSafe ​

Get this BoringVault's current rate in the base.

Revert if paused.

solidity
function getRateSafe() external view returns (uint256 rate);

vault ​

The BoringVault this accountant is working with. Used to determine share supply for fee calculation.

solidity
function vault() external view returns (address vault);