Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Voting"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112912 | 22 days ago | | | 0 | 0.017126040 | |
| 21101094 | 24 days ago | | | 0 | 0.00080535026 | |
| 21101086 | 24 days ago | | | 0 | 0.0028507168 | |
| 21100955 | 24 days ago | | | 0 | 0.00042744526 | |
| 21066447 | a month ago | | | 0 | 0.0020312830 | |
| 21063939 | a month ago | | | 0 | 0.0010105411 | |
| 21063932 | a month ago | | | 0 | 0.00096413746 | |
| 21063481 | a month ago | | | 0 | 0.00061816118 | |
| 21057549 | a month ago | | | 0 | 0.00068732294 | |
| 21035800 | a month ago | | | 0 | 0.0013973307 |
ABI
ABI objects
Getter at block 21271221
DELEGATOR_CONTRACT() view returns (address)
0xb6d513f6222ee92fff975e901bd792e2513fb53b
EXECUTION_END_OFFSET() view returns (uint256)
1209600
EXECUTION_START_OFFSET() view returns (uint256)
604800
PROPOSAL_SPONSOR_THRESHOLD() view returns (uint256)
500000000000000000000000
QUORUM() view returns (uint256)
2000000000000000000000000
SPONSOR_LOCKOUT_TIME() view returns (uint256)
604800
SPONSOR_WINDOW() view returns (uint256)
2592000
STAKING_CONTRACT() view returns (address)
0xee6a649aa3766bd117e12c161726b693a1b2ee20
VOTING_NAY_END_OFFSET() view returns (uint256)
518400
VOTING_START_OFFSET() view returns (uint256)
172800
VOTING_YAY_END_OFFSET() view returns (uint256)
432000
proposalsLength() view returns (uint256)
12
Read-only
getActions(uint256 _id) view returns (struct VotingCall[])
getSponsored(uint256 _id, address _account) view returns (uint256)
getVotes(uint256 _id, address _account) view returns (uint256)
lastSponsored(address) view returns (uint256 lastSponsorTime, uint256 proposalID)
proposals(uint256) view returns (bool executed, address proposer, string proposalDocument, uint256 publishTime, uint256 voteCallTime, uint256 sponsorship, uint256 yayVotes, uint256 nayVotes, uint256 sponsorInterval, uint256 votingInterval)
votingKey(address) view returns (address)
State-modifying
Events callVote(uint256 _id)
createProposal(string _proposalDocument, struct VotingCall[] _actions) returns (uint256)
executeProposal(uint256 _id)
setVotingKey(address _votingKey)
sponsorProposal(uint256 _id, uint256 _amount, address _account, uint256 _hint)
unsponsorProposal(uint256 _id, uint256 _amount, address _account)
vote(uint256 _id, uint256 _amount, bool _affirmative, address _account, uint256 _hint)
Execution(uint256 indexed id)
Proposal(uint256 indexed id, address indexed proposer)
Sponsorship(uint256 indexed id, address indexed sponsor, uint256 amount)
SponsorshipRevocation(uint256 indexed id, address indexed sponsor, uint256 amount)
VoteCall(uint256 indexed id)
VoteCast(uint256 indexed id, address indexed voter, bool affirmative, uint256 votes)
VoteKeySet(address indexed account, address votingKey)
constructor(address _stakingContract, address _delegator)
This contract contains no fallback and receive objects.
ExecutionFailed(uint256 index, bytes data)