This contract is being backfilled. You may encounter incomplete storage history.

Governance

Verified contract

Active on Base with 19 txns
Deployed by via 0x16bb461e at 9266507
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Governance"

0x65f6df3f8ed39f4b7779a140eb4081a92ed2e402d142bbc633b4d2b1db674346
0xecef2a63dc987ed02bd1ee7f7d9f982bf2b4c8f2304763245a7b3416474993ed
0xcc60cd5e836de43e0e2849c66f9ba2463783184717cc23f87e98142578ec8593
0x2e18e0fe2dc9b69545415c7633fe36b05b9685bf129673a902eae2dd8cdf70db
0x6e060c12a91efeb0f7e7f4a7e668ca1f196b219bbd141a8c33570c82fdb93a64
0x82990ac2e8c6c3944d953e5b38aef2b5be131b596ad0ce4331c02849226e925e
0x6f0e599cc6989ef0e5953765601763a88ea8fa0dd362d0841de1276735f8ca9f
0xc80e3978628ae513db4e450aa79d15ea9eea8e36e72bb8fb1c81ae0459fb50e6
0x767fb6e5b66fdc1b37cb12ebf57f7f882ea10e74e6ddecb64eee5671d2c8753f
0x799301c4c5b8349fe676a9b4084bf24771b56a28848be68f115961f516dc6171

Functions
Getter at block 22763288
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0xb3b3f3b703cd84ce352197dcff232b1b5d3cfb2025ce47cf04742d0651f1af88
ONE_HUNDRED_PERCENT(view returns (uint256)
100000000
name(view returns (string)
Governor Alexios
proposalThreshold(view returns (uint256)
500000000000000
quorumDenominator(view returns (uint256)
100
quorumNumerator(view returns (uint256)
10
timelock(view returns (address)
0xfc60b4c6b9d16dfc5cc2fa8edd795b905c76c093
token(view returns (address)
0x5249641f646b8132729cee5384ae7d949a5a9afd
version(view returns (string)
1
votingDelay(view returns (uint256)
10
votingPeriod(view returns (uint256)
20
Read-only
getVotes(address accountuint256 blockNumberview returns (uint256)
getVotesWithParams(address accountuint256 blockNumberbytes paramsview returns (uint256)
hasVoted(uint256 proposalIdaddress accountview returns (bool)
hashProposal(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpure returns (uint256)
proposalDeadline(uint256 proposalIdview returns (uint256)
proposalEta(uint256 proposalIdview returns (uint256)
proposalSnapshot(uint256 proposalIdview returns (uint256)
proposalVotes(uint256 proposalIdview returns (uint256 againstVotesuint256 forVotesuint256 abstainVotes)
quorum(uint256 blockNumberview returns (uint256)
quorumNumerator(uint256 blockNumberview returns (uint256)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
cancel(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHash
castVote(uint256 proposalIduint8 supportreturns (uint256)
castVoteBySig(uint256 proposalIduint8 supportuint8 vbytes32 rbytes32 sreturns (uint256)
castVoteWithReason(uint256 proposalIduint8 supportstring reasonreturns (uint256)
castVoteWithReasonAndParams(uint256 proposalIduint8 supportstring reasonbytes paramsreturns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalIduint8 supportstring reasonbytes paramsuint8 vbytes32 rbytes32 sreturns (uint256)
execute(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpayable returns (uint256)
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
propose(address[] targetsuint256[] valuesbytes[] calldatasstring descriptionreturns (uint256 proposalId)
queue(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256 proposalId)
relay(address targetuint256 valuebytes data
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint256 newVotingDelay
setVotingPeriod(uint256 newVotingPeriod
updateQuorumNumerator(uint256 newQuorumNumerator
updateTimelock(address newTimelock
Events
ProposalCanceled(uint256 proposalId
ProposalCreated(uint256 proposalIdaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalExecuted(uint256 proposalId
ProposalQueued(uint256 proposalIduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
QuorumNumeratorUpdated(uint256 oldQuorumNumeratoruint256 newQuorumNumerator
TimelockChange(address oldTimelockaddress newTimelock
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reason
VoteCastWithParams(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reasonbytes params
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor
constructor(address token_address timelock_uint256 votingDelay_uint256 votingPeriod_uint256 proposalThresholdAsMicroPercent_uint256 quorumPercent
Fallback and receive
receive(
Errors
Empty(