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 "CRVoting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13373953 | 3 years ago | | | 0 | 0.028482489 | |
| 13373946 | 3 years ago | | | 0 | 0.030870136 | |
| 13373932 | 3 years ago | | | 0 | 0.043343255 | |
| 13373865 | 3 years ago | | | 0 | 0.045023537 | |
| 13373863 | 3 years ago | | | 0 | 0.051991845 | |
| 13373861 | 3 years ago | | | 0 | 0.013326818 | |
| 13373720 | 3 years ago | | | 0 | 0.029397673 | |
| 13373608 | 3 years ago | | | 0 | 0.029841963 | |
| 13372876 | 3 years ago | | | 0 | 0.020033801 | |
| 13372852 | 3 years ago | | | 0 | 0.019574101 |
ABI
ABI objects
Getter at block 21411596
controller() view returns (address)
0xfb072baa713b01ce944a0515c3e1e98170977daf
Read-only
getMaxAllowedOutcome(uint256 _voteId) view returns (uint8)
getOutcomeTally(uint256 _voteId, uint8 _outcome) view returns (uint256)
getVoterOutcome(uint256 _voteId, address _voter) view returns (uint8)
getVotersInFavorOf(uint256 _voteId, uint8 _outcome, address[] _voters) view returns (bool[])
getWinningOutcome(uint256 _voteId) view returns (uint8)
hasVotedInFavorOf(uint256 _voteId, uint8 _outcome, address _voter) view returns (bool)
hashVote(uint8 _outcome, bytes32 _salt) pure returns (bytes32)
isDelegateOf(address _voter, address _delegate) view returns (bool)
isValidOutcome(uint256 _voteId, uint8 _outcome) view returns (bool)
linkedModules(bytes32) view returns (address)
State-modifying
Events commit(uint256 _voteId, address _voter, bytes32 _commitment)
createVote(uint256 _voteId, uint8 _possibleOutcomes)
delegate(address _voter, address _delegate)
leak(uint256 _voteId, address _voter, uint8 _outcome, bytes32 _salt)
linkModules(bytes32[] _ids, address[] _addresses)
reveal(uint256 _voteId, address _voter, uint8 _outcome, bytes32 _salt)
DelegateSet(address indexed voter, address delegate)
ModuleLinked(bytes32 id, address addr)
VoteCommitted(uint256 indexed voteId, address indexed voter, bytes32 commitment)
VoteLeaked(uint256 indexed voteId, address indexed voter, uint8 outcome)
VoteRevealed(uint256 indexed voteId, address indexed voter, uint8 outcome)
VotingCreated(uint256 indexed voteId, uint8 possibleOutcomes)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.