PriceOracleProxy.sol
Contract Members
address public mostRecentCaller;
uint256 public mostRecentBlock;
contract PriceOracleInterface public realPriceOracle;Functions
assetPrices
function assetPrices(address asset) public nonpayable
returns(uint256)Last updated
Was this helpful?