IWeETHsAccountant ​
getRate ​
solidity
function getRate() external view returns (uint256 rate)
Get this BoringVault's current rate in the base.
getRateSafe ​
solidity
function getRateSafe() external view returns (uint256 rate)
Get this BoringVault's current rate in the base.
Revert if paused.
vault ​
solidity
function vault() external view returns (address vault)
The BoringVault this accountant is working with. Used to determine share supply for fee calculation.