LendefiGovernor
State Variables
UPGRADER_ROLE
bytes32 internal constant UPGRADER_ROLE = keccak256("UPGRADER_ROLE");DEFAULT_VOTING_DELAY
DEFAULT_VOTING_PERIOD
DEFAULT_PROPOSAL_THRESHOLD
UPGRADE_TIMELOCK_DURATION
uupsVersion
pendingUpgrade
__gap
Functions
constructor
initialize
Name
Type
Description
scheduleUpgrade
Name
Type
Description
cancelUpgrade
upgradeTimelockRemaining
Name
Type
Description
supportsInterface
votingDelay
votingPeriod
quorum
state
proposalNeedsQueuing
proposalThreshold
_queueOperations
_executeOperations
_cancel
_authorizeUpgrade
_executor
Events
Initialized
Name
Type
Description
Upgrade
Name
Type
Description
UpgradeScheduled
Name
Type
Description
UpgradeCancelled
Name
Type
Description
Errors
ZeroAddress
UpgradeTimelockActive
Name
Type
Description
UpgradeNotScheduled
ImplementationMismatch
Name
Type
Description
Structs
UpgradeRequest
Name
Type
Description
Last updated