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) |
---|---|---|---|---|---|---|---|
| 15689798 | 2 years ago | | | 0 | 0.0045174503 | |
| 15669713 | 2 years ago | | | 0 | 0.0015799561 | |
| 15668317 | 2 years ago | | | 0 | 0.0021323426 | |
| 15667798 | 2 years ago | | | 0 | 0.0010265185 | |
| 15666745 | 2 years ago | | | 0 | 0.00094006025 | |
| 15665912 | 2 years ago | | | 0 | 0.00056556829 | |
| 15664779 | 2 years ago | | | 0 | 0.0010567369 | |
| 15664428 | 2 years ago | | | 0 | 0.00061861888 | |
| 15663467 | 2 years ago | | | 0 | 0.00039567510 | |
| 15662951 | 2 years ago | | | 0 | 0.00041000422 |
ABI
ABI objects
Getter at block 21219440
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)
1000000000000000000000000
QUORUM() view returns (uint256)
4000000000000000000000000
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)
8
Read-only
getActions(uint256 _id) view returns (struct VotingCall[])
getSponsored(uint256 _id, address _account) view returns (uint256)
proposals(uint256) view returns (address proposer, string proposalDocument, uint256 publishTime, uint256 voteCallTime, uint256 sponsorship, bool executed, uint256 yayVotes, uint256 nayVotes, uint256 sponsorInterval, uint256 votingInterval)
State-modifying
Events callVote(uint256 _id)
createProposal(string _proposalDocument, struct VotingCall[] _actions) returns (uint256)
executeProposal(uint256 _id)
sponsorProposal(uint256 _id, uint256 _amount, uint256 _hint)
unsponsorProposal(uint256 _id, uint256 _amount)
vote(uint256 _id, uint256 _amount, bool _affirmative, 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)
constructor(address _stakingContract, address _delegator)
This contract contains no fallback and receive objects.
This contract contains no error objects.