Bet0xgameMaster
Verified contract
Active on
Ethereum with 3,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.61)
Native
Value
$6.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002081 | $3,174.25 |
$6.61 | |
EBK | ERC-20 | 2.453457 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10891231 | 4 years ago | | | 0 | 0.0038135900 | |
| 10891231 | 4 years ago | | | 0 | 0.0038135900 | |
| 10891231 | 4 years ago | | | 0 | 0.0037776131 | |
| 10891231 | 4 years ago | | | 0 | 0.0037776131 | |
| 10891231 | 4 years ago | | | 0 | 0.0037789211 | |
| 10891231 | 4 years ago | | | 0 | 0.0037776131 | |
| 10891231 | 4 years ago | | | 0 | 0.0037789211 | |
| 10891231 | 4 years ago | | | 0 | 0.0037789211 | |
| 10891231 | 4 years ago | | | 0 | 0.0037789211 | |
| 10891231 | 4 years ago | | | 0 | 0.0037429560 |
ABI
ABI objects
Getter at block 21162295
getGameLength() view returns (uint256)
399
owner() view returns (address)
0xa98c64eb099674b6452a0bf7998e9ae55fb613ec
resolverAddress() view returns (address)
0x18605a2efa250095c57909ca2f6be602925c03ed
totalBetPool() view returns (uint256)
58898781768302118070
Read-only
getGame(uint256 _gameId) view returns (string, string, bool, uint256, uint256, uint256, uint256, string, string)
getGamePool(uint256 _gameId) view returns (uint256[3])
getGameResolverData(uint256 _gameId) view returns (string, address, uint256)
getGames(uint256[] _gameIds) view returns (uint256[], bytes32[], bytes32[], bool[], uint256[], uint256[])
getGamesMeta(uint256[] _gameIds) view returns (uint256[], bytes32[], bytes32[], bool[], bool[])
getGamesPool(uint256[] _gameIds) view returns (uint256[], uint256[], uint256[], uint256[])
getPlayerData(address _playerAddress) view returns (uint256[2])
getPlayerDataForGame(uint256 _gameId, address _playerAddress) view returns (uint256[3][3])
State-modifying
Events addBalanceToGame(uint256 _gameId) payable
bet(uint256 _gameId, uint256 _team) payable
callback(uint256 _gameId, string _result)
createGame(string _teamOne, string _teamTwo, uint256 _endsAt, uint256 _betsCloseAt, string _oraclizeSource, address _verityAddress, uint256 _verityResultIndex, string _oddsApi, bytes32[2] _categories, bool _drawPossible, string _description)
invalidateGame(uint256 _gameId)
multiBet(uint256[] _gameIds, uint256[] _teams, uint256[] _amounts) payable
multiWithdrawReward(uint256[] _gameIds)
remoteSetWinner(uint256 _gameId, uint256 _callback_wei, uint256 _callback_gas_limit)
setResolver(address _resolverAddress)
updateGameMeta(uint256 _gameId, string _oddsApi, string _description)
withdrawInvalidated(uint256 _gameId)
withdrawRemainingRewards(uint256 _gameId)
withdrawReward(uint256 _gameId)
BetFailed(uint256 indexed gameId, address indexed playerAddress, uint256 betAmount, uint256 team)
GameInvalidated(uint256 gameId)
NewGame(uint256 indexed gameId, string teamOne, string teamTwo, uint256 betsCloseAt)
PlayerJoined(uint256 indexed gameId, address indexed playerAddress, uint256 betAmount, uint256 team)
RewardWithdrawn(uint256 indexed gameId, address indexed withdrawer, uint256 withdrawnAmount)
WinningTeamSet(uint256 indexed gameId, string team)
constructor(address _resolverAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.