Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MartiGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9396208 | 5 years ago | | | 0 | 0.00011031000 | |
| 9396043 | 5 years ago | | | 0 | 0.00018847920 | |
| 9396040 | 5 years ago | | | 0.01 | 0.00016133760 | |
| 9396038 | 5 years ago | | | 0.01 | 0.00027719520 | |
| 9395882 | 5 years ago | | | 0 | 0.00022617504 | |
| 9395879 | 5 years ago | | | 0.0211 | 0.00019360512 | |
| 9395875 | 5 years ago | | | 0.0211 | 0.00027719520 | |
| 9395812 | 5 years ago | | | 0 | 0.000094239600 | |
| 9395808 | 5 years ago | | | 0.0446 | 0.000080668800 | |
| 9395805 | 5 years ago | | | 0.0446 | 0.00015245736 |
ABI
ABI objects
Getter at block 21406441
fee() view returns (uint256)
5
Read-only
Games(uint256) view returns (address creator, address responder, uint256 bet, uint256 blocknumber, uint256 id, uint8 state)
gameWinner(uint256) view returns (address)
State-modifying
Events createGame(address _responder, uint256 _id) payable
deleteGame(uint256 _gameID)
getWin(uint256 _gameID)
respondGame(uint256 _gameID) payable
DeleteGame(uint256 indexed game_id)
NewGame(uint256 indexed game_id, address indexed creator, address indexed responder, uint256 bet, uint256 id)
RefundGame(uint256 indexed game_id)
RespondGame(uint256 indexed game_id, address indexed responder)
ResultGame(uint256 indexed game_id, address indexed winner, uint256 winAmount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.