Voting

Verified contract

Active on Ethereum with 192 txns
Deployed by via 0xcf731cb0 at 15505853
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Voting"

0xe0112d30c2fa659ab80065475c373c6fbecc6100bea6cde0d7902b059dec4a3d
0x5f8543a3ab673e7e00a327c5d2f55e00652ec2a59ddc1f80215c4181283e34aa
0xa3099b8b8c17bb914a969dd786d892c2df5e47de8ebe36cadc5d2250411e20c9
0xda01bd75b7821ae883150e2630717d50b91feffa6a29c6bf50708207c115cbed
0xad7b015459f146d20fa3753b733dce594d82378cfa09701eb86c557c9f075aed
From
0x06258a29c2067100adb4ed29ff581f92a38cbe670ee1eb9a7809b9bf03c2f498
0x599390f5bfaee29e3ac43bc143ac440ead074ff8882747e53af27c4343cb2e32
0x5e6e816421d65992ec758cccfad6e237c9c1e65cbe1d0caace7864f6d5d913d8
0x3569d6aeb0f2f246765c0d11958a28c98ff3cea7d315db223769285bf3229b74
0xd64bc606bd5fec96369744d0305a56925d662f9841d944bef00d539914215808

Functions
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 _idview returns (struct VotingCall[])
getSponsored(uint256 _idaddress _accountview returns (uint256)
getVotes(uint256 _idaddress _accountview returns (uint256)
lastSponsored(addressview returns (uint256 lastSponsorTimeuint256 proposalID)
proposals(uint256view returns (bool executedaddress proposerstring proposalDocumentuint256 publishTimeuint256 voteCallTimeuint256 sponsorshipuint256 yayVotesuint256 nayVotesuint256 sponsorIntervaluint256 votingInterval)
votingKey(addressview returns (address)
State-modifying
callVote(uint256 _id
createProposal(string _proposalDocumentstruct VotingCall[] _actionsreturns (uint256)
executeProposal(uint256 _id
setVotingKey(address _votingKey
sponsorProposal(uint256 _iduint256 _amountaddress _accountuint256 _hint
unsponsorProposal(uint256 _iduint256 _amountaddress _account
vote(uint256 _iduint256 _amountbool _affirmativeaddress _accountuint256 _hint
Events
Execution(uint256 indexed id
Proposal(uint256 indexed idaddress indexed proposer
Sponsorship(uint256 indexed idaddress indexed sponsoruint256 amount
SponsorshipRevocation(uint256 indexed idaddress indexed sponsoruint256 amount
VoteCall(uint256 indexed id
VoteCast(uint256 indexed idaddress indexed voterbool affirmativeuint256 votes
VoteKeySet(address indexed accountaddress votingKey
Constructor
constructor(address _stakingContractaddress _delegator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ExecutionFailed(uint256 indexbytes data