IPriceFeed
Functions
FEED_TYPE
The type of the price feed.
source
Get the address of the price feed source.
decimals
Get the number of decimals used by the price feed.
description
Get the description of the price feed.
getPrice
Get the current price.
Errors
BAD_PRICE
Thrown when the oracle price is invalid.
STALE_PRICE
Thrown when the oracle price is stale.
Last updated