ISimplePriceOracle
Overview
License: MIT
interface ISimplePriceOracleEvents info
PricePosted
event PricePosted(address asset, uint256 previousPriceMantissa, uint256 requestedPriceMantissa, uint256 newPriceMantissa)Functions info
getUnderlyingPrice (0xfc57d4df)
function getUnderlyingPrice(address cToken) external view returns (uint256)setUnderlyingPrice (0x127ffda0)
function setUnderlyingPrice(
address cToken,
uint256 underlyingPriceMantissa
) externalsetDirectPrice (0x09a8acb0)
function setDirectPrice(address asset, uint256 price) externalassetPrices (0x5e9a523c)
function assetPrices(address asset) external view returns (uint256)Last updated