ISimplePriceOracle

Overview

License: MIT

interface ISimplePriceOracle

Events 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
) external

setDirectPrice (0x09a8acb0)

function setDirectPrice(address asset, uint256 price) external

assetPrices (0x5e9a523c)

function assetPrices(address asset) external view returns (uint256)

Last updated