GovernanceManagerProxy

Verified contract

Proxy

Active on Ethereum with 2 txns
Deployed by via 0x7d515e3d at 17465367
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
Native
Value $15.41
ERC-20
--
0xee6474f710d39c6c2f40002fa5f5cb1875ec227057346bd9291a7756ca22bc26
0xe41e36449325be60eb453ff0aa9cf0e4548565f1865aac538eeb4c0f0d4af5de

Functions
Getter at block 20910063
bGYD(view returns (address)
0xc69129d6c4e3b5ef81dcea3a5afcd7b12ebe714c
limitUpgradeabilityParams(view returns (uint8 actionLevelThresholduint256 emaThresholduint256 minBGYDSupplyaddress tierStrategy)
(actionLevelThreshold=30, emaThreshold=500000000000000000, minBGYDSupply=25000000000000000000000000, tierStrategy=0xd837d6c421ec3d6e6361bffbccd0ff8f218d1c6d)
listActiveProposals(view returns (struct DataTypesProposal[])
[]
listTimelockedProposals(view returns (struct DataTypesProposal[])
[]
multisig(view returns (address)
0x2d9faf0b633ff6c4170e171dae80909f3d03453c
multisigSunsetAt(view returns (uint256)
1731366000
proposalsCount(view returns (uint16)
83
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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 _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
MultisigSunset(
NotAuthorized(address actualaddress expected