Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($576.43)
Native
Value
$576.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.15 | $3,842.86 |
$576.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2788508 | a year ago | | | 0 | 0.000000000069381282 | |
| 2788159 | a year ago | | | 0 | 0.000000000084639738 | |
| 2785562 | a year ago | | | 0.001 | 0.000000000046470557 | |
| 2785467 | a year ago | | | 0.002 | 0.000000000836607444 | |
| 2785432 | a year ago | | | 0.002 | 0.000000000764242992 | |
| 2785397 | a year ago | | | 0.004 | 0.000000001330529560 | |
| 2785316 | a year ago | | | 0.004 | 0.000000001290975940 | |
| 2785280 | a year ago | | | 0.004 | 0.000000001330529560 | |
| 2785264 | a year ago | | | 0.004 | 0.000000001252284860 | |
| 2785244 | a year ago | | | 0.004 | 0.000000001252777740 |
ABI
ABI objects
Getter at block 23275812 getLatestGameData() view returns (uint256 gameId, uint8 status, uint256[] totalBets, uint256 betValue)
MAX_GUESS() view returns (uint256)
96
currentBetValue() view returns (uint256)
1000000000000000
currentRewardFactor() view returns (uint256)
50
getLatestGameId() view returns (uint256 gameId)
6
owner() view returns (address)
0xc24099689ecae376e33958d9c141501f156428ee
Read-only
games(uint256) view returns (uint256 gameValue, uint8 status, uint256 statusTime, uint256 betValue, uint256 rewardFactor, uint256 winningBet, bool rewardClaimed)
getGameData(uint256 gameId) view returns (uint8 status, uint256 winningBet, address winner, uint256 statusTime, bool rewardClaimed, uint256 rewardValue)
getGameWinner(uint256 gameId) view returns (address winner)
getUserBets(uint256 gameId, address user) view returns (uint256[] userBets)
State-modifying
Events bet(uint256[] guess) payable
cancelGame()
changeBetValue(uint256 _betValue)
changeRewardFactor(uint256 _rewardFactor)
claimCancelled(uint256 gameId)
claimReward(uint256 gameId)
finishGame(uint256 winningGuess)
newGame()
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.