SwarmVotingMVP
Verified contract
Active on
Ethereum with 80 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SwarmVotingMVP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4511705 | 7 years ago | | | 0 | 0.0000028301000 | |
| 4511672 | 7 years ago | | | 0 | 0.0000028301000 | |
| 4503927 | 7 years ago | | | 0 | 0.00052647200 | |
| 4502469 | 7 years ago | | | 0 | 0.0022884000 | |
| 4501886 | 7 years ago | | | 0 | 0.0020878200 | |
| 4501735 | 7 years ago | | | 0 | 0.00034306800 | |
| 4501714 | 7 years ago | | | 0 | 0.0024028200 | |
| 4501493 | 7 years ago | | | 0 | 0.0024014760 | |
| 4498694 | 7 years ago | | | 0 | 0.000011435600 | |
| 4497971 | 7 years ago | | | 0 | 0.00063000000 |
ABI
ABI objects
Getter at block 21293147
ballotEncryptionPubkey() view returns (bytes32)
0x14108a8f844f506d91daedfd3542425bd5b4e2b1b3e7d959a2344907689dea7e
ballotEncryptionSeckey() view returns (bytes32)
0x18a6cb53aba86def2016db69ba9d7506b6c8e47ae2aaf180677fe99b9edd6a8a
endTime() view returns (uint256)
1510009200
getBallotOptNumber() pure returns (uint256)
4
getBallotOptions() pure returns (uint8[2][4])
[[[8, 42]], [[42, 8]], [[16, 42]], [[4, 84]]]
getEncPubkey() view returns (bytes32)
0x14108a8f844f506d91daedfd3542425bd5b4e2b1b3e7d959a2344907689dea7e
getEncSeckey() view returns (bytes32)
0x18a6cb53aba86def2016db69ba9d7506b6c8e47ae2aaf180677fe99b9edd6a8a
nVotesCast() view returns (uint256)
73
owner() view returns (address)
0xe8193bc3d5f3f482406706f843a5f161563f37bf
startTime() view returns (uint256)
1509372000
swarmFundAddress() view returns (address)
0x8bf7b2d536d286b9c5ad9d99f608e9e214de63f0
testMode() view returns (bool)
false
Read-only
associatedAddresses(uint256) view returns (address)
associatedPubkeys(uint256) view returns (bytes32)
bannedAddresses(address) view returns (bool)
encryptedBallots(uint256) view returns (bytes32)
voterToBallotID(address) view returns (uint256)
State-modifying
Events banAddress(address _addr)
revealSeckey(bytes32 _secKey)
setEndTime(uint256 newEndTime)
submitBallot(bytes32 encryptedBallot, bytes32 senderPubkey)
CreatedBallot(address creator, uint256 start, uint256 end, bytes32 encPubkey)
Error(string error)
FailedVote(address voter, string reason)
SeckeyRevealed(bytes32 secretKey)
SuccessfulVote(address voter, bytes32 ballot, bytes32 pubkey)
TestingEnabled()
constructor(uint256 _startTime, uint256 _endTime, bytes32 _encPK, bool enableTesting)
This contract contains no fallback and receive objects.
This contract contains no error objects.