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 "BombGame"
ABI
ABI objects
Getter at block 21837493
BombToken() view returns (address)
0xa79cadf3f9fb0d9acc61a269c1b0c67475427b4d
burnBps() view returns (uint256)
1000
owner() view returns (address)
0x4cb7955e8a97f5dc0202f5f56691a626ed87eb59
paused() view returns (bool)
false
Read-only
activeTgGroups(uint256) view returns (int256)
games(int256) view returns (uint256 boardSize, uint256 minBet, string hashedBombPositions, bool inProgress, uint16 loser)
isGameInProgress(int256 _tgChatId) view returns (bool)
State-modifying
Events abortAllGames()
abortGame(int256 _tgChatId)
endGame(int256 _tgChatId, uint16 _loser, string)
newGame(int256 _tgChatId, uint256 _boardSize, uint256 _minBet, string _hashedBombPositions, address[] _players, uint256[] _bets)
pause()
renounceOwnership()
setBurnPercent(uint256 _burnBps)
transferOwnership(address newOwner)
unpause()
Bet(int256 tgChatId, address player, uint16 playerIndex, uint256 amount)
Burn(int256 tgChatId, uint256 amount)
Loss(int256 tgChatId, address player, uint16 playerIndex, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Win(int256 tgChatId, address player, uint16 playerIndex, uint256 amount)
constructor(address _bombAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.