ChainlinkPriceProvider
Overview
License: MIT
contract ChainlinkPriceProvider is PriceProvider, Initializable, AccessControlUpgradeableStructs info
ChainlinkMetadata
struct ChainlinkMetadata {
bool isActive;
address[] aggregatorPath;
}Events info
SetTokenAndAggregator
event SetTokenAndAggregator(address indexed token, address[] aggregatorPath)Name
Type
Description
ChangeActive
Name
Type
Description
SetTimeOut
Name
Type
Description
SetTokenDecimals
Name
Type
Description
Constants info
MODERATOR_ROLE (0x797669c9)
DESCRIPTION (0xf1ae8856)
MAX_PRICE_PATH_LENGTH (0x01a9a5d3)
State variables info
tokenDecimals (0x3b97e856)
timeOuts (0x2a6377a9)
chainlinkMetadata (0x8cc19163)
Modifiers info
onlyModerator
Functions info
initialize (0x8129fc1c)
setTokenDecimals (0xf2cf47be)
Name
Type
Description
setTimeOut (0x60c74154)
Name
Type
Description
setTokenAndAggregator (0xedc607b0)
Name
Type
Description
changeActive (0x258a4532)
Name
Type
Description
isListed (0xf794062e)
Name
Type
Description
Name
Type
Description
isActive (0x9f8a13d7)
Name
Type
Description
Name
Type
Description
getLatestPrice (0x16345f18)
Name
Type
Description
Name
Type
Description
getPrice (0x41976e09)
Name
Type
Description
getPriceDecimals (0x1b30aafc)
Name
Type
Description
getChainlinkMetadata (0xd718fc11)
Name
Type
Description
Name
Type
Description
Last updated