ETHLottery
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($361.54)
Native
Value
$361.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.097 | $3,727.26 |
$361.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13635558 | 3 years ago | | | 0 | 0.0035260500 | |
| 13635512 | 3 years ago | | | 0 | 0.0027653600 | |
| 13635407 | 3 years ago | | | 0 | 0.0028208400 | |
| 13635118 | 3 years ago | | | 0 | 0.0025526400 | |
| 8852707 | 5 years ago | | | 0.001 | 0.000067489000 | |
| 8851886 | 5 years ago | | | 0.001 | 0.000052489000 | |
| 7696213 | 6 years ago | | | 0.001 | 0.00015746700 | |
| 6469840 | 6 years ago | | | 0.001 | 0.00010497800 | |
| 6141911 | 6 years ago | | | 0.001 | 0.00015746700 | |
| 6124610 | 6 years ago | | | 0.001 | 0.00013497800 |
ABI
ABI objects
Getter at block 21312213
accumulate_to() pure returns (address)
0x0000000000000000000000000000000000000000
accumulated_from() pure returns (address)
0x0000000000000000000000000000000000000000
create_block() pure returns (uint256)
4202380
fee() pure returns (uint256)
1000000000000000
jackpot() pure returns (uint256)
1024000000000000000
manager_address() pure returns (address)
0x5f90595055e61755d71c04612e9eceeac34fb789
name() pure returns (bytes32)
0x4554484c6f7474657279202d204c61737420312042797465204c6f7474657279
open() pure returns (bool)
true
owner() pure returns (address)
0x3a44fc70077511f4ea72171dd000021a2133158e
owner_fee() pure returns (uint256)
2
result() pure returns (bytes1)
0x00
result_block() pure returns (uint256)
0
result_hash() pure returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
winners_count() pure returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events accumulate()
destruct()
lottery()
manual_lottery(bytes32 _result_hash)
play(bytes1 _byte) payable returns (bool)
withdraw() returns (bool)
Accumulate(address _accumulate_to, uint256 _amount)
Balance(uint256 _balance)
Destroy()
Open(bool _open)
Play(address indexed _sender, bytes1 _byte, uint256 _time)
Result(bytes1 _result)
Withdraw(address indexed _sender, uint256 _amount, uint256 _time)
constructor(address _manager, uint256 _fee, uint256 _jackpot, uint256 _owner_fee, address _accumulated_from)
This contract contains no fallback and receive objects.
This contract contains no error objects.