Lottery
Verified contract
Active on
Ethereum with 26,058 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xba88…f217
Balances ($0.00)
No balances found for "Lottery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6305459 | 6 years ago | | | 0 | 0.00065157400 | |
| 6305459 | 6 years ago | | | 0 | 0.00061799100 | |
| 6305459 | 6 years ago | | | 0 | 0.00065192600 | |
| 6305459 | 6 years ago | | | 0 | 0.00061799100 | |
| 6305459 | 6 years ago | | | 0 | 0.00061799100 | |
| 6305459 | 6 years ago | | | 0 | 0.00065192600 | |
| 6305459 | 6 years ago | | | 0 | 0.00065192600 | |
| 6305459 | 6 years ago | | | 0 | 0.00061799100 | |
| 6305459 | 6 years ago | | | 0 | 0.00065192600 | |
| 6305459 | 6 years ago | | | 0 | 0.00061763900 |
ABI
ABI objects
Getter at block 21167932
lotteryFinished() view returns (bool)
false
owner() view returns (address)
0x6a8f3f9f224faee581879c477ac7158aef730f5d
Read-only
This contract contains no read-only function objects.
State-modifying
Events finishLottery() returns (bool)
renounceOwnership()
roll(address _address) returns (bool)
transferOwnership(address _newOwner)
LotteryFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Roll(address indexed participant, uint256 prize)
constructor(address _address)
This contract contains no fallback and receive objects.
This contract contains no error objects.