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 "Governance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9400945 | 10 months ago | | | 0 | 0.000000004909950450 | |
| 9400927 | 10 months ago | | | 0 | 0.000000003504911560 | |
| 9400911 | 10 months ago | | | 0 | 0.000000004546062340 | |
| 9400800 | 10 months ago | | | 0 | 0.000000008197061166 | |
| 9398399 | 10 months ago | | | 0 | 0.000000014843630200 | |
| 9398378 | 10 months ago | | | 0 | 0.000000002511215784 | |
| 9398361 | 10 months ago | | | 0 | 0.000000003156596670 | |
| 9398289 | 10 months ago | | | 0 | 0.000000004474294246 | |
| 9398270 | 10 months ago | | | 0 | 0.000000003195388210 | |
| 9398253 | 10 months ago | | | 0 | 0.000000004140004095 |
ABI
ABI objects
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 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)
quorumNumerator(uint256 blockNumber) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancel(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash)
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 proposalId)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256 proposalId)
relay(address target, uint256 value, bytes data)
setProposalThreshold(uint256 newProposalThreshold)
setVotingDelay(uint256 newVotingDelay)
setVotingPeriod(uint256 newVotingPeriod)
updateQuorumNumerator(uint256 newQuorumNumerator)
updateTimelock(address newTimelock)
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)
ProposalQueued(uint256 proposalId, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumNumeratorUpdated(uint256 oldQuorumNumerator, uint256 newQuorumNumerator)
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 token_, address timelock_, uint256 votingDelay_, uint256 votingPeriod_, uint256 proposalThresholdAsMicroPercent_, uint256 quorumPercent)
receive()
Empty()