FluidOracle

Git Source

Inherits:IFluidOracle

Base contract that any Fluid Oracle must implement

Functions

getExchangeRate

Get the exchangeRate_ between the underlying asset and the peg asset in 1e27

function getExchangeRate() external view virtual returns (uint256 exchangeRate_);