PollManager

Verified contract

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

No balances found for "PollManager"

0x1f84bb75a1ab5708e96e393a01251c5bee910dab40c7d57392d8e96e8cb03d2f
0x762e55d57bf1bc2581a30a57b7989af0d36937fa7755130c0816fae20824ee9e
0x5a345d4c3b1f5eb835a279b3ae719d88c78d483348ab3fe1db52cd1a1844a5a2
0x3a3b13e1a2fbd6f5ec2d8e3c55ba3d0229c03c1fbfd5a6673c2709f8a4e39877
0xd009cac3d5fa28943177b7b8100f2d403ad758cd003034fb62550b8cebf90811
0x8551f4a12313d5042712f0eee017da63c670562d94dfde12ff170c5bbcc6d85a
0xcc93216881c76e03fa6ea8da8dfc87eb08ae0302c9e2ab74bde0d71c93f7bac6
0x5f03e86a876905de42d412ea714b50bbc38d1c12b360369778605cd07ee8195f
0x27ac3c45089a5e570f8df64f9be51ae4b5119bbdcdc6265dd9f66d65d6f63fa8
0xd5171b322a80a91d7f3bf12690e43d0301cd4840107999b381ea4360d4665173

Functions
Getter at block 21041111
controller(view returns (address)
0x13b86dbf1a83c9e6a492914a0ee39e8a5b7eb607
nPolls(view returns (uint256)
39
rlpHelper(view returns (address)
0x8265ab34222f9abd17a333cb37abdad359b07eb4
token(view returns (address)
0x744d70fdbe2ba4cf95131626614a1763df805b9e
Read-only
canVote(uint256 _idPollview returns (bool)
getVote(uint256 _idPolladdress _voterview returns (uint256[100] votes)
poll(uint256 _idPollview returns (uint256 _startBlockuint256 _endTimebool _canVotebool _canceledbytes _descriptionuint8 _numBallotsbool _finalizeduint256 _votersaddress _authoruint256[100] _tokenTotaluint256[100] _quadraticVotesuint256[100] _votersByBallot)
pollBallot(uint256 _idPolluint256 _ballotview returns (string)
pollTitle(uint256 _idPollview returns (string)
sqrt(uint256 xpure returns (uint256 y)
State-modifying
addPoll(uint256 _endTimebytes _descriptionuint8 _numBallotsreturns (uint256 _idPoll)
addPoll(uint256 _startBlockuint256 _endTimebytes _descriptionuint8 _numBallotsreturns (uint256 _idPoll)
cancelPoll(uint256 _idPoll
changeController(address _newController
unvote(uint256 _idPoll
updatePollDescription(uint256 _idPollbytes _descriptionuint8 _numBallots
vote(uint256 _idPolluint256[] _ballots
Events
PollCanceled(uint256 indexed idPoll
PollCreated(uint256 indexed idPoll
Unvote(uint256 indexed idPolladdress indexed _voter
Vote(uint256 indexed idPolladdress indexed _voteruint256[] ballots
Constructor
constructor(address _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.