ERC4626PriceProvider
Overview
License: MIT
contract ERC4626PriceProvider is PriceProvider, Initializable, AccessControlUpgradeableStructs info
ERC4626Metadata
struct ERC4626Metadata {
bool isActive;
address base;
}Events info
SetERC4626TokenAndPriceProvider
Name
Type
Description
ChangeActive
Name
Type
Description
SetTokenDecimals
Name
Type
Description
Constants info
MODERATOR_ROLE (0x797669c9)
State variables info
tokenDecimals (0x3b97e856)
erc4626Metadata (0x956f166c)
Modifiers info
onlyModerator
Functions info
initialize (0x8129fc1c)
setTokenDecimals (0xf2cf47be)
Name
Type
Description
setERC4626TokenAndProvider (0x09d38e15)
Name
Type
Description
changeActive (0x258a4532)
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
Last updated