RateOracle
Last updated
Last updated
The Rate Oracle is used to track the rate of the contract and stores the rate once a day.
RateOracle.sol code can be .
Stores the current rate of the underlying asset of vault
.
Note: Rates are stored once a day. If this method is called when the rate has already been stored, then the current rate for that day will be returned, saving gas.
vault
address
uint256
The current rate that was set
Returns the rate of the underlying asset of vault
at date
.
The address of the
Returns the last date that was executed for vault
.