Indexed Governor Alpha
Verified contract
Active on
Ethereum with 596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Indexed Governor Alpha"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18664452 | a year ago | | | 0 | 0.0041366742 | |
| 18650019 | a year ago | | | 0 | 0.0035455966 | |
| 18649855 | a year ago | | | 0 | 0.0029466998 | |
| 18649067 | a year ago | | | 0 | 0.0037511335 | |
| 18641699 | a year ago | | | 0 | 0.0033873414 | |
| 18637847 | a year ago | | | 0 | 0.0013137995 | |
| 18637186 | a year ago | | | 0 | 0.0023941803 | |
| 18637074 | a year ago | | | 0 | 0.0041920581 | |
| 18635645 | a year ago | | | 0 | 0.0028194880 | |
| 18635645 | a year ago | | | 0 | 0.0028185860 |
ABI
ABI objects
Getter at block 21309703
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
name() view returns (string)
Indexed Governor Alpha
ndx() view returns (address)
0x86772b1409b61c639eaac9ba0acfbb6e238e5f83
permanentVotingPeriod() view returns (uint256)
17280
proposalCount() view returns (uint256)
29
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() pure returns (uint256)
100000000000000000000000
quorumVotes() pure returns (uint256)
400000000000000000000000
setVotingPeriodAfter() view returns (uint256)
1609977600
timelock() view returns (address)
0x78a3ef33cf033381feb43ba4212f2af5a5a0a2ea
votingDelay() pure returns (uint256)
1
votingPeriod() view returns (uint256)
17280
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorAlphaReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
castVoteBySig(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setPermanentVotingPeriod()
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address timelock_, address ndx_, uint256 setVotingPeriodAfter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.