PrimaryLendingPlatformModerator
Overview
License: MIT
contract PrimaryLendingPlatformModerator is Initializable, AccessControlUpgradeableEvents info
AddPrjToken
event AddPrjToken(address indexed tokenPrj)Name
Type
Description
RemoveProjectToken
event RemoveProjectToken(address indexed tokenPrj)Name
Type
Description
AddLendingToken
Name
Type
Description
RemoveLendingToken
Name
Type
Description
SetPausedProjectToken
Name
Type
Description
SetPausedLendingToken
Name
Type
Description
SetBorrowLimitPerCollateralAsset
Name
Type
Description
SetBorrowLimitPerLendingAsset
Name
Type
Description
LoanToValueRatioSet
Name
Type
Description
GrantModerator
Name
Type
Description
RevokeModerator
Name
Type
Description
SetPrimaryLendingPlatformLeverage
Name
Type
Description
SetPrimaryLendingPlatform
Name
Type
Description
SetPriceOracle
Name
Type
Description
AddRelatedContracts
Name
Type
Description
RemoveRelatedContracts
Name
Type
Description
Constants info
MODERATOR_ROLE (0x797669c9)
State variables info
primaryLendingPlatform (0x92641a7c)
Modifiers info
onlyAdmin
onlyModerator
isProjectTokenListed
Name
Type
Description
isLendingTokenListed
Name
Type
Description
Functions info
initialize (0xc4d66de8)
Name
Type
Description
grantModerator (0x6981c7ae)
Name
Type
Description
revokeModerator (0x36445636)
Name
Type
Description
transferAdminRole (0xada8f919)
Name
Type
Description
transferAdminRoleForPIT (0x23e0f33e)
Name
Type
Description
setPrimaryLendingPlatform (0xe801734a)
Name
Type
Description
addProjectToken (0xf8095cb9)
Name
Type
Description
removeProjectToken (0xcb69ae80)
Name
Type
Description
addLendingToken (0x1d0957e9)
Name
Type
Description
removeLendingToken (0xe032563a)
Name
Type
Description
setPrimaryLendingPlatformLeverage (0xa1ab5419)
Name
Type
Description
setPriceOracle (0x530e784f)
Name
Type
Description
addRelatedContracts (0x83bb578d)
Name
Type
Description
removeRelatedContracts (0x3b3e330b)
Name
Type
Description
setProjectTokenInfo (0x4a5333bc)
Name
Type
Description
setLendingTokenInfo (0x821363a0)
Name
Type
Description
setBorrowLimitPerCollateralAsset (0x8e85cdfa)
Name
Type
Description
setBorrowLimitPerLendingAsset (0x92a39190)
Name
Type
Description
Last updated