EzEthWstEthSpotOracle
Inherits: SpotOracle
The ezETH spot oracle denominated in wstETH
State Variables
MAX_TIME_FROM_LAST_UPDATE
Functions
constructor
Creates a new EzEthWstEthSpotOracle
instance.
Parameters
Name
Type
Description
_ltv
uint256
The loan to value ratio for ezETH <> wstETH
_reserveOracle
address
The associated reserve oracle.
_maxTimeFromLastUpdate
uint256
getPrice
Gets the price of ezETH in wstETH (ETH / ezETH) / (ETH / stETH) * (wstETH / stETH) = wstETH / ezETH
Redstone oracle returns ETH per ezETH with 8 decimals. This needs to be converted to wstETH per ezETH denomination.
Returns
Name
Type
Description
<none>
uint256
wstEthPerWeEth price of ezETH in wstETH. [WAD]