MAHAXGovernor
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MAHAXGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15797164 | 2 years ago | | | 0 | 0.0033673714 | |
| 15681665 | 2 years ago | | | 0 | 0.0014677449 | |
| 15652620 | 2 years ago | | | 0 | 0.00017538597 | |
| 15644673 | 2 years ago | | | 0 | 0.00083628887 | |
| 15640156 | 2 years ago | | | 0 | 0.0025108963 | |
| 15638481 | 2 years ago | | | 0 | 0.00039540050 | |
| 15635483 | 2 years ago | | | 0 | 0.00082687672 | |
| 15634052 | 2 years ago | | | 0 | 0.0013138464 | |
| 15632746 | 2 years ago | | | 0 | 0.0011993091 | |
| 15632574 | 2 years ago | | | 0 | 0.0012847173 |
ABI
ABI objects
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 account, uint256 blockNumber) view returns (uint256)
getVotesWithParams(address account, uint256 blockNumber, bytes params) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposalVotes(uint256 proposalId) view returns (uint256 againstVotes, uint256 forVotes, uint256 abstainVotes)
quorum(uint256 blockNumber) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
castVoteWithReasonAndParams(uint256 proposalId, uint8 support, string reason, bytes params) returns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalId, uint8 support, string reason, bytes params, uint8 v, bytes32 r, bytes32 s) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
propose(address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
relay(address target, uint256 value, bytes data)
setLateQuorumVoteExtension(uint64 newVoteExtension)
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
updateQuorum(uint256 newQuorum)
updateTimelock(address newTimelock)
LateQuorumVoteExtensionSet(uint64 oldVoteExtension, uint64 newVoteExtension)
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 proposalId)
ProposalExtended(uint256 indexed proposalId, uint64 extendedDeadline)
ProposalQueued(uint256 proposalId, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumUpdated(uint256 oldQuorum, uint256 newQuorum)
TimelockChange(address oldTimelock, address newTimelock)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason)
VoteCastWithParams(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason, bytes params)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address _registry, address _timelock, uint64 initialVoteExtension, uint256 initialVotingDelay, uint256 initialVotingPeriod, uint256 initialProposalThreshold, uint256 initialQuorum)
receive()
Empty()