GovernanceManager

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd626e3da at 19912396
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "GovernanceManager"

No transactions found for "GovernanceManager"


Functions
Getter at block 20911863
bGYD(view returns (address)
0x0000000000000000000000000000000000000000
limitUpgradeabilityParams(view returns (uint8 actionLevelThresholduint256 emaThresholduint256 minBGYDSupplyaddress tierStrategy)
(actionLevelThreshold=0, emaThreshold=0, minBGYDSupply=0, tierStrategy=0x0000000000000000000000000000000000000000)
listActiveProposals(view returns (struct DataTypesProposal[])
[]
listTimelockedProposals(view returns (struct DataTypesProposal[])
[]
multisig(view returns (address)
0x2d9faf0b633ff6c4170e171dae80909f3d03453c
multisigSunsetAt(view returns (uint256)
0
proposalsCount(view returns (uint16)
0
tierer(view returns (address)
0x0f51c89c368ccaa518b16d2169ea6bab911bfce1
votingPowerAggregator(view returns (address)
0xa015a8c96f45758614c4077813dc863a74cb1487
Read-only
getBallot(address voteruint16 proposalIdview returns (uint8)
getCurrentPercentages(uint16 proposalIdview returns (uint256 for_uint256 againstuint256 abstain)
getProposal(uint16 proposalIdview returns (struct DataTypesProposal)
getVoteTotals(uint16 proposalIdview returns (struct DataTypesVoteTotals)
State-modifying
createAndExecuteProposal(struct DataTypesProposalAction[] actions
createProposal(struct DataTypesProposalAction[] actions
executeProposal(uint16 proposalId
extendMultisigSunsetAt(uint256 extensionPeriod
initialize(address _bGYDstruct DataTypesLimitUpgradeabilityParameters _params
sunsetMultisig(
tallyVote(uint16 proposalId
updateLimitUpgradeabilityParams(struct DataTypesLimitUpgradeabilityParameters _params
vetoProposal(uint16 proposalId
vote(uint16 proposalIduint8 ballot
Events
Initialized(uint8 version
MultisigSunset(
MultisigSunsetAtUpdated(uint256 originalSunsetuint256 newSunset
ProposalCreated(uint16 indexed idaddress proposerstruct DataTypesProposalAction[] actions
ProposalExecuted(uint16 indexed proposalId
ProposalTallied(uint16 indexed proposalIduint8 statusuint8 outcome
ProposalVetoed(uint16 indexed proposalId
VoteCast(uint16 indexed proposalIdaddress voteruint8 vote
Constructor
constructor(address _multisigaddress _votingPowerAggregatoraddress _tierer
Fallback and receive
receive(
Errors
MultisigSunset(
NotAuthorized(address actualaddress expected