This contract is being backfilled. You may encounter incomplete storage history.

PLCRVoting

Verified contract

Active on Ethereum with 4,887 txns
Deployed by via 0x6d640438 at 6285631
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,993.85
ERC-20
--
0x000e7bc3806179ffd3a59e732b3303eccac19aa30e28811cf50e4b958925bb45
0x493ce21dbda52696255fa4aad68a11548c13dd4bab3874c757df25ec23da7ccf
0xcbab94c5a20561d5d1e3708a7a85fddffb948e466e844c35cb63bfcfc1927fcf
0x95976051f11ddcf151ef00044377fd31eba04dc35d44c4cce25eb46d1ff60004
0xbf7bf56620a824a427fdaa750269ff81438c8c111b21c5479913d5ffae8028e8
0xcab990765a9cba1e0f8dc074dae234a5ad87b387a17fbe66b70a35546450e815
0xe39d04b8a8cf252e6c86ebdc38be0eb87a6c17f9481dc5e14036493905333e3f
0x0df4f078a30b11666b78d2baaac2b2537c5bba40c67bace97cb04cd0403ae594
0x39a56318652e9f5c82f581a8a41c9dd5821c245f0863d89ce186a2d792d6fd0d
0x2b5f3799e212b6191e60d0f3c2454e679ef1535560b4da8b9720cb4b5c3c4e5a

Functions
Getter at block 20797560
INITIAL_POLL_NONCE(view returns (uint256)
0
pollNonce(view returns (uint256)
718
token(view returns (address)
0x4946fcea7c692606e8908002e55a582af44ac121
Read-only
attrUUID(address _useruint256 _pollIDpure returns (bytes32 UUID)
commitPeriodActive(uint256 _pollIDview returns (bool active)
didCommit(address _voteruint256 _pollIDview returns (bool committed)
didReveal(address _voteruint256 _pollIDview returns (bool revealed)
getCommitHash(address _voteruint256 _pollIDview returns (bytes32 commitHash)
getInsertPointForNumTokens(address _voteruint256 _numTokensuint256 _pollIDview returns (uint256 prevNode)
getLastNode(address _voterview returns (uint256 pollID)
getLockedTokens(address _voterview returns (uint256 numTokens)
getNumPassingTokens(address _voteruint256 _pollIDuint256 _saltview returns (uint256 correctVotes)
getNumTokens(address _voteruint256 _pollIDview returns (uint256 numTokens)
getTotalNumberOfTokensForWinningOption(uint256 _pollIDview returns (uint256 numTokens)
isExpired(uint256 _terminationDateview returns (bool expired)
isPassed(uint256 _pollIDview returns (bool passed)
pollEnded(uint256 _pollIDview returns (bool ended)
pollExists(uint256 _pollIDview returns (bool exists)
pollMap(uint256view returns (uint256 commitEndDateuint256 revealEndDateuint256 voteQuorumuint256 votesForuint256 votesAgainst)
revealPeriodActive(uint256 _pollIDview returns (bool active)
validPosition(uint256 _prevIDuint256 _nextIDaddress _voteruint256 _numTokensview returns (bool valid)
voteTokenBalance(addressview returns (uint256)
State-modifying
commitVote(uint256 _pollIDbytes32 _secretHashuint256 _numTokensuint256 _prevPollID
commitVotes(uint256[] _pollIDsbytes32[] _secretHashesuint256[] _numsTokensuint256[] _prevPollIDs
requestVotingRights(uint256 _numTokens
rescueTokens(uint256 _pollID
rescueTokensInMultiplePolls(uint256[] _pollIDs
revealVote(uint256 _pollIDuint256 _voteOptionuint256 _salt
revealVotes(uint256[] _pollIDsuint256[] _voteOptionsuint256[] _salts
startPoll(uint256 _voteQuorumuint256 _commitDurationuint256 _revealDurationreturns (uint256 pollID)
withdrawVotingRights(uint256 _numTokens
Events
_PollCreated(uint256 voteQuorumuint256 commitEndDateuint256 revealEndDateuint256 indexed pollIDaddress indexed creator
_TokensRescued(uint256 indexed pollIDaddress indexed voter
_VoteCommitted(uint256 indexed pollIDuint256 numTokensaddress indexed voter
_VoteRevealed(uint256 indexed pollIDuint256 numTokensuint256 votesForuint256 votesAgainstuint256 indexed choiceaddress indexed voter
_VotingRightsGranted(uint256 numTokensaddress indexed voter
_VotingRightsWithdrawn(uint256 numTokensaddress indexed voter
Constructor
constructor(address _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.