PollingEmitter
Verified contract
Active on
Ethereum with 7,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PollingEmitter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265822 | 7 days ago | | | 0 | 0.0010816314 | |
| 21265817 | 7 days ago | | | 0 | 0.0010772057 | |
| 21265811 | 7 days ago | | | 0 | 0.0011262951 | |
| 21215414 | 14 days ago | | | 0 | 0.00064847882 | |
| 21215408 | 14 days ago | | | 0 | 0.00061684909 | |
| 21215393 | 14 days ago | | | 0 | 0.00060019747 | |
| 21215386 | 14 days ago | | | 0 | 0.00060828630 | |
| 21215378 | 14 days ago | | | 0 | 0.00059608000 | |
| 21164897 | 21 days ago | | | 0 | 0.00060987418 | |
| 21115210 | a month ago | | | 0 | 0.00027787450 |
ABI
ABI objects
Getter at block 21316896
npoll() view returns (uint256)
1167
Read-only
This contract contains no read-only function objects.
State-modifying
Events createPoll(uint256 startDate, uint256 endDate, string multiHash, string url)
vote(uint256 pollId, uint256 optionId)
withdrawPoll(uint256 pollId)
PollCreated(address indexed creator, uint256 blockCreated, uint256 indexed pollId, uint256 startDate, uint256 endDate, string multiHash, string url)
PollWithdrawn(address indexed creator, uint256 blockWithdrawn, uint256 pollId)
Voted(address indexed voter, uint256 indexed pollId, uint256 indexed optionId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.