LPPriceProvider
Overview
License: MIT
contract LPPriceProvider is PriceProvider, Initializable, AccessControlUpgradeableStructs info
LPMetadata
struct LPMetadata {
bool isActive;
address base;
}Events info
SetLPTokenAndPriceProvider
Name
Type
Description
ChangeActive
Name
Type
Description
SetTokenDecimals
Name
Type
Description
Constants info
MODERATOR_ROLE (0x797669c9)
State variables info
tokenDecimals (0x3b97e856)
lpMetadata (0x1e3214d8)
Modifiers info
onlyModerator
Functions info
initialize (0x8129fc1c)
setTokenDecimals (0xf2cf47be)
Name
Type
Description
setLPTokenAndProvider (0x98a0fb36)
Name
Type
Description
changeActive (0x258a4532)
Name
Type
Description
isListed (0xf794062e)
Name
Type
Description
Name
Type
Description
isActive (0x9f8a13d7)
Name
Type
Description
Name
Type
Description
getUSDPx (0x89378bc7)
Name
Type
Description
Name
Type
Description
getPrice (0x41976e09)
Name
Type
Description
Name
Type
Description
getPriceDecimals (0x1b30aafc)
Name
Type
Description
Last updated