MasterPriceOracle
State Variables
tokenPriceFeed
mapping(address => PriceFeedData) public tokenPriceFeed;
Functions
updateTokenPriceFeed
function updateTokenPriceFeed(address _token, address _source, bytes memory _data) external onlyOwner;
Name
Type
Description
removeTokenPriceFeed
Name
Type
Description
getPrice
Name
Type
Description
Name
Type
Description
priceFeedExists
Name
Type
Description
Name
Type
Description
_getPriceFeed
Name
Type
Description
Name
Type
Description
Events
PriceFeedUpdated
PriceFeedRemoved
Errors
InvalidAddress
UnableToFetchPriceFeed
InvalidPriceFeed
PriceFeedNotFound
Last updated
Was this helpful?