PythPriceProvider
Overview
License: MIT
contract PythPriceProvider is PriceProvider, Initializable, AccessControlUpgradeableStructs info
PythMetadata
struct PythMetadata {
bytes32[] priceIdPath;
bool isActive;
}Events info
SetTokenAndPriceIdPath
Name
Type
Description
SetPythOracle
Name
Type
Description
ChangeActive
Name
Type
Description
SetTokenDecimals
Name
Type
Description
Constants info
MODERATOR_ROLE (0x797669c9)
DESCRIPTION (0xf1ae8856)
MAX_LENGTH_PRICE_ID_PATH (0x4e253e91)
State variables info
tokenDecimals (0x3b97e856)
pythOracle (0xf5d6ac90)
validTimePeriod (0xcbdaeaba)
pythMetadata (0xbe3fd070)
Modifiers info
onlyModerator
Functions info
initialize (0x8129fc1c)
setTokenDecimals (0xf2cf47be)
Name
Type
Description
setTokenAndPriceIdPath (0x970d6b21)
Name
Type
Description
setPythOracle (0x622bd118)
Name
Type
Description
setValidTimePeriod (0x9bd92cad)
Name
Type
Description
changeActive (0x258a4532)
Name
Type
Description
updatePrices (0x0aa9adbc)
Name
Type
Description
isListed (0xf794062e)
Name
Type
Description
Name
Type
Description
isActive (0x9f8a13d7)
Name
Type
Description
Name
Type
Description
getPrice (0x41976e09)
Name
Type
Description
Name
Type
Description
getPriceDecimals (0x1b30aafc)
Name
Type
Description
getExpiredPriceFeeds (0xe1f67b13)
Name
Type
Description
Name
Type
Description
getPythMetadata (0xed043fa8)
Name
Type
Description
Name
Type
Description
Last updated