Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.32)
Native
Value
$0.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,189.76 |
$0.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7313283 | 6 years ago | | | 0 | 0.000095235000 | |
| 7313255 | 6 years ago | | | 0 | 0.000063106000 | |
| 6901549 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901540 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901526 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901518 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901510 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901493 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901481 | 6 years ago | | | 0 | 0.000080337000 | |
| 6901474 | 6 years ago | | | 0 | 0.000080337000 |
ABI
ABI objects
Getter at block 21218197
getBetPhase() view returns (uint256)
35900
getCommitPhase() view returns (uint256)
5700
getContractBalance() view returns (uint256)
99900000000000
getFinished() view returns (bool)
false
getGamePeriod() view returns (uint256)
9
getId() view returns (uint256)
9
getStartBlock() view returns (uint256)
6854346
Read-only
getLuckUser(uint256 id) view returns (address)
getMinAmount(uint256 id) view returns (uint256)
getPlayerAddress(uint256 period, uint256 offset) view returns (address)
getPlayerCommitted(uint256 period, address player) view returns (bool)
getPlayerHash(uint256 period, uint256 offset) view returns (bytes32)
getPlayerNum(uint256 period) view returns (uint256)
getPlayerOrigin(uint256 period, uint256 offset) view returns (bytes32)
getPlayerReturned(uint256 period, address player) view returns (bool)
getPlayerValue(uint256 period, uint256 offset) view returns (uint256)
getPrizeAmount(uint256 id) view returns (uint256)
getRandom(uint256 id) view returns (bytes32)
getsha3(bytes32 x) view returns (bytes32)
State-modifying
Events commitOrigin(uint256 id, bytes32 origin, bytes32 sid)
open(uint256 id)
play(uint256 id, bytes32 hash, bytes32 sid) payable
startGame(uint256 iBetPhase, uint256 iCommitPhase, uint256 iOpenPhase, uint256 betvalue, uint256 iRefund)
withdraw(address user, uint256 value)
CommitOrigin(address indexed user, bytes32 origin, uint256 num, bytes32 sid, uint256 id)
Open(address indexed user, bytes32 random, uint256 prize, uint256 id)
Play(uint256 indexed value, bytes32 hash, uint256 id, bytes32 sid, address player)
StartGame(uint256 indexed id, uint256 betPhase, uint256 commitPhase, uint256 openPhase, uint256 betValue, uint256 refund, uint256 startBlock)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.