Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ibaVoter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16509806 | 2 years ago | | | 0 | 0.0029118575 | |
| 16329901 | 2 years ago | | | 0 | 0.0028978916 | |
| 15810058 | 2 years ago | | | 0 | 0.0016860254 | |
| 10421068 | 4 years ago | | | 0 | 0.0089071580 | |
| 9418102 | 5 years ago | | | 0 | 0.00053964300 | |
| 9049519 | 5 years ago | | | 0 | 0.0010251440 | |
| 9049501 | 5 years ago | | | 0 | 0.021961363 | |
| 9049424 | 5 years ago | | | 0 | 0.021412517 | |
| 9049385 | 5 years ago | | | 0 | 0.012846660 | |
| 9048942 | 5 years ago | | | 0 | 0.00015662500 |
ABI
ABI objects
Getter at block 21331665
This contract contains no getter function objects.
Read-only
ballots(address, uint256) view returns (bytes32 name, address chainperson, bool blind, bool finished)
getBallotIndex(address chainperson, bytes32 ballotName) view returns (uint256 index)
getBallotsNum(address chainperson) view returns (uint256 count)
getProposalIndex(address chainperson, uint256 ballot, bytes32 proposalName) view returns (uint256 index)
getProposalsNum(address chainperson, uint256 ballot) view returns (uint256 count)
getVoted(address chainperson, uint256 ballot) view returns (address[])
getVotedData(address chainperson, uint256 ballot, address voter) view returns (uint256 proposalNum)
getVotesCount(address chainperson, uint256 ballot, bytes32 proposalName) view returns (uint256 count)
getWinner(address chainperson, uint256 ballotIndex) view returns (bytes32 winnerName)
isVoted(address chainperson, uint256 ballot) view returns (bool result)
proposals(address, uint256, uint256) view returns (bytes32 name)
State-modifying
Events finishBallot(bytes32 ballot) returns (bool success)
startNewBallot(bytes32 ballotName, bool blindParam, bytes32[] proposalNames) returns (bool success)
vote(address chainperson, uint256 ballot, uint256 proposalNum) returns (bool success)
Finish(bool finished)
Vote(address votedPerson, uint256 proposalIndex)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.