Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 127 additional slots
Balances ($231.66)
Native
Value
$231.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.064 | $3,619.75 |
$231.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18402078 | a year ago | | | 0 | 0.00014246286 | |
| 13841753 | 3 years ago | | | <0.00000001 | 0.0019495460 | |
| 13686082 | 3 years ago | | | <0.00000001 | 0.0059792730 | |
| 13194564 | 3 years ago | | | <0.00000001 | 0.0057300329 | |
| 13194545 | 3 years ago | | | <0.00000001 | 0.0062058759 | |
| 13194538 | 3 years ago | | | <0.00000001 | 0.0061379245 | |
| 13194531 | 3 years ago | | | <0.00000001 | 0.0063072228 | |
| 13194523 | 3 years ago | | | <0.00000001 | 0.010294000 | |
| 13194406 | 3 years ago | | | 0.0001 | 0.0082911695 | |
| 13194387 | 3 years ago | | | 0.0001 | 0.0019809847 |
ABI
ABI objects
Getter at block 21285385
DEFAULT_GAME_COST() pure returns (uint256)
5000000000000000
NUM_TILES() pure returns (uint256)
64
currentGameBalance() pure returns (uint256)
57
currentGameCost() pure returns (uint256)
1
currentGameNumber() pure returns (uint256)
6
gameEarnings() pure returns (uint256)
64000000000000021
gameStopped() pure returns (bool)
false
nextGameCost() pure returns (uint256)
1
numTilesClaimed() pure returns (uint256)
57
willChangeCost() pure returns (bool)
false
Read-only
gameToWinner(uint256) pure returns (address)
pendingWithdrawals(address) pure returns (uint256)
tiles(uint256, uint256) pure returns (uint256 gameClaimed, address claimedBy)
State-modifying
Events cancelContract() returns (bool)
claimOwnersEarnings()
claimTile(uint256 xCoord, uint256 yCoord, uint256 gameNumber) payable
claimWinnings()
getLeftCoordinate(bytes1 input) returns (uint256)
getRightCoordinate(bytes1 input) returns (uint256)
updateGameCost(uint256 newGameCost) returns (bool)
FailedToClaim(address indexed claimedBy, uint256 indexed amountToClaim)
GameWon(uint256 indexed gameNumber, address indexed winner)
PrintWinningInfo(bytes32 hash, uint256 xCoord, uint256 yCoord)
TileClaimed(uint256 indexed gameNumber, uint256 indexed xCoord, uint256 indexed yCoord, address claimedBy)
WinningsClaimed(address indexed claimedBy, uint256 indexed amountClaimed)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.