ERC4626ExchangeRate
Inherits: IExchangeRateProvider
ERC4626 exchange rate.
State Variables
token
ERC4626 token
IERC4626 public token;
Functions
constructor
Initialize the contract
constructor(IERC4626 _token);
exchangeRate
Get the exchange rate
function exchangeRate() external view returns (uint256);
exchangeRateDecimals
Get the exchange rate decimals
function exchangeRateDecimals() external view returns (uint256);