VersusWager
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$644.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.262 | $2,458.95 |
$644.24 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17912944 | a year ago | | | 0 | 0.0016597750 | |
| 17912941 | a year ago | | | 0.25 | 0.0016447750 | |
| 17912936 | a year ago | | | 0.25 | 0.0032208750 | |
| 17912932 | a year ago | | | 0.02 | 0.0032211750 | |
| 17912920 | a year ago | | | 0.04 | 0.0032211750 | |
| 17912919 | a year ago | | | 0 | 0.00070232500 | |
| 17912918 | a year ago | | | 0 | 0.0016600750 | |
| 17912916 | a year ago | | | 0.04 | 0.0015561500 | |
| 17912908 | a year ago | | | 0.04 | 0.0032211750 | |
| 17912908 | a year ago | | | 0.05 | 0.00057232500 |
ABI
ABI objects
Getter at block 21123312 getAllGames() view returns (string[])
currentGameNumber() view returns (uint256)
54
getOpenGames() view returns (string[])
[]
Read-only
gameNumbers(uint256) view returns (string)
games(string) view returns (address playerA, address playerB, uint256 stake, bool isFlipped, address winner)
getGame(string gameID) view returns (struct VersusWagerGame)
getUnflippedGames(address player) view returns (string[])
openGames(uint256) view returns (string)
State-modifying
Events createGame(string gameID) payable
flip(string gameID)
joinGame(string gameID) payable
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.