MAHAXGovernor

Verified contract

Active on Ethereum with 37 txns
Deployed by via 0x60d52885 at 15613999
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 "MAHAXGovernor"

0x17f9de9ef1d37015d58a7e3fe70c6239fa4879f947b195167ce82953d8fcf1ff
0x870ae1aad8be6c19635123a4eb1c21bdd2e424757b2dcd9cbc91b970cf7b1a73
0x06d8172250db18a183391f3586fcfb6d0d584eae11daf8ecb39433a649365f27
0xc04b068ea4d0917ef4a501a49cba89820e4263861e08764b16b9c1dfee832d62
0xf2f0250dfe3d0b8fc8ef7910ff49096c94208ed574ac512767edeab18bfcbf89
0xac661f844fbfcb3920c50393606aac64f4fe083c3304afe0bdd4274cb52de5eb
0x97e98bf68e5a4f77c11afd39032d4abfc5ee371dfe5c876f2ef5a122e0faa6ce
0x668dbe64c2b01e6d49bd6cc7e6cf2903dc00207dcb64f77255066237992b2e68
0xaa319b26616dd3345a9415b036065b0e77a44a3a7152e1c5d6569990be471bc3
0xce5b7281575466f1c013b742b7e3a9d952615d0d649d24dfbf00438480c21cda

Functions
Getter at block 21408366
BALLOT_TYPEHASH(view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0xb3b3f3b703cd84ce352197dcff232b1b5d3cfb2025ce47cf04742d0651f1af88
lateQuorumVoteExtension(view returns (uint64)
6545
name(view returns (string)
MAHAXGovernor
proposalThreshold(view returns (uint256)
250000000000000000000
registry(view returns (address)
0x2684861ba9dada685a11c4e9e5aed8630f08afe0
timelock(view returns (address)
0xd9333e02a4d85611d0f0498b858b2ae3c29de6fb
version(view returns (string)
1
votingDelay(view returns (uint256)
6545
votingPeriod(view returns (uint256)
26182
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)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
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)
queue(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256)
relay(address targetuint256 valuebytes data
setLateQuorumVoteExtension(uint64 newVoteExtension
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint256 newVotingDelay
setVotingPeriod(uint256 newVotingPeriod
updateQuorum(uint256 newQuorum
updateTimelock(address newTimelock
Events
LateQuorumVoteExtensionSet(uint64 oldVoteExtensionuint64 newVoteExtension
ProposalCanceled(uint256 proposalId
ProposalCreated(uint256 proposalIdaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 startBlockuint256 endBlockstring description
ProposalExecuted(uint256 proposalId
ProposalExtended(uint256 indexed proposalIduint64 extendedDeadline
ProposalQueued(uint256 proposalIduint256 eta
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
QuorumUpdated(uint256 oldQuorumuint256 newQuorum
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 _registryaddress _timelockuint64 initialVoteExtensionuint256 initialVotingDelayuint256 initialVotingPerioduint256 initialProposalThresholduint256 initialQuorum
Fallback and receive
receive(
Errors
Empty(