WeETHWstETHOracle
Inherits:FluidOracle, WstETHOracleImpl, WeETHOracleImpl
Functions
constructor
constructor(IWstETH wstETH, IWeETH weETH) WstETHOracleImpl(wstETH) WeETHOracleImpl(weETH);
Parameters
Name | Type | Description |
---|---|---|
wstETH | IWstETH | address of the wstETH contract |
weETH | IWeETH | address of the weETH contract |
getExchangeRate
function getExchangeRate() public view override returns (uint256 exchangeRate_);