WeETHWstETHOracle

Git Source

Inherits:FluidOracle, WstETHOracleImpl, WeETHOracleImpl

Functions

constructor

constructor(IWstETH wstETH, IWeETH weETH) WstETHOracleImpl(wstETH) WeETHOracleImpl(weETH);

Parameters

NameTypeDescription
wstETHIWstETHaddress of the wstETH contract
weETHIWeETHaddress of the weETH contract

getExchangeRate

function getExchangeRate() public view override returns (uint256 exchangeRate_);