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 "Ace8Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19042454 | 3 months ago | | | 0 | 0.0000097456586 | |
| 19042417 | 3 months ago | | | 0 | 0.0000040381581 | |
| 19042394 | 3 months ago | | | 0 | 0.0000063196464 | |
| 19042347 | 3 months ago | | | 0 | 0.0000038328038 | |
| 19042119 | 3 months ago | | | 0 | 0.0000099732176 | |
| 19042101 | 3 months ago | | | 0 | 0.0000042675305 | |
| 19041879 | 3 months ago | | | 0 | 0.0000068312474 | |
| 19041856 | 3 months ago | | | 0 | 0.0000041174856 | |
| 19041387 | 3 months ago | | | 0 | 0.0000094413481 | |
| 19041304 | 3 months ago | | | 0 | 0.0000042612680 |
ABI
ABI objects
Getter at block 22748019 getActiveGamesActualCoins() view returns (bytes[4])
MIN_ACTIVE_TOKENS() view returns (uint8)
8
createNewGames() view returns (bool)
true
daysToClaimPrize() view returns (uint8)
30
executionAddress() view returns (address)
0x56aa0f4fe40f7519f58bf242a493deccfb04bff5
gamesHub() view returns (address)
0x302c72a9604d297bf4168ce2bee9e11bcaa704f7
getActiveGames() view returns (uint256[])
[1678]
minActiveGames() view returns (uint8)
1
paused() view returns (bool)
false
totalGames() view returns (uint256)
1678
Read-only
getFinalResult(uint256 gameIndex) view returns (uint256[7])
getGameContract(uint256 _gameId) view returns (address)
getGameFinishedCode(uint256 _gameId) view returns (bytes32)
getGameFullData(uint256 _gameId) view returns (bytes)
getGameStatus(uint256 gameIndex) view returns (uint8 status)
getRoundData(uint256 _gameId, uint8 round) view returns (uint256[8], uint256[8], uint256[8])
getTokenId(string _symbol) view returns (uint256)
getTokenSymbol(uint256 tokenIndex) view returns (string)
getTokensIds(bytes _symbols) view returns (uint256[8])
getTokensSymbols(bytes _tokens) view returns (string[8])
State-modifying
Events changeDaysToClaimPrize(uint8 _daysToClaimPrize)
performGames(bytes _dataNewGame, bytes _dataUpdate, uint256 _lastTimeStamp)
resetGame(uint256 _gameId)
setBetTime(uint256 _betTime)
setCreateNewGames(bool _active)
setExecutionAddress(address _executionAddress)
setGameContract(uint256 _gameId, address _gameAddress)
setMinConcurrentGames(uint8 _minActiveGames)
setPaused(bool _paused)
setRoundDuration(uint256 _roundDuration)
DaysToClaimPrizeChanged(uint8 daysToClaimPrize)
GameActivated(uint256 gameIndex)
GameAdvanced(uint256 gameIndex, uint8 round)
GameCreated(uint256 gameIndex)
GameFinished(uint256 gameIndex)
GameReset(uint256 gameId)
Paused(bool paused)
PriceFeedAdded(uint256 tokenIndex)
UpdatePerformed(uint256 lastTimeStamp)
constructor(address _gamesHubAddress, address _executorAddress, uint256 _lastGameId)
This contract contains no fallback and receive objects.
This contract contains no error objects.