Skip to content

FluidWBETHCappedRate ​

Git Source

Inherits:IWBETHOracle, FluidCappedRate

Stores gas optimized and safety up and/or down capped exchange rate for WBETH / ETH Oracle.

Functions ​

constructor ​

solidity
constructor(FluidCappedRate.CappedRateConstructorParams memory params_) FluidCappedRate(params_);

_getNewRateRaw ​

solidity
function _getNewRateRaw() internal view virtual override returns (uint256 exchangeRate_);

exchangeRate ​

Returns the current exchange rate scaled by by 10**18

solidity
function exchangeRate() external view override returns (uint256);