FluidRSETHCappedRate ​
Inherits:IRsETHLRTOracle, FluidCappedRate
Stores gas optimized and safety up and/or down capped exchange rate for RSETH / ETH LRT Oracle.
RSETH LRT oracle contract; 0x349A73444b1a310BAe67ef67973022020d70020d
Functions ​
constructor ​
solidity
constructor(FluidCappedRate.CappedRateConstructorParams memory params_) FluidCappedRate(params_);
_getNewRateRaw ​
solidity
function _getNewRateRaw() internal view virtual override returns (uint256 exchangeRate_);
rsETHPrice ​
ETH per 1 rsETH exchange rate
solidity
function rsETHPrice() external view override returns (uint256);