Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63f3…3ea6
Balances ($0.00)
No balances found for "BATTLE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18176297 | a year ago | | | 0 | 0.0024256302 | |
| 18176291 | a year ago | | | 0 | 0.0045144249 | |
| 18176286 | a year ago | | | 0 | 0.0024406996 | |
| 18176283 | a year ago | | | 0 | 0.0045648248 | |
| 18173283 | a year ago | | | 0 | 0.0025554203 | |
| 18173281 | a year ago | | | 0 | 0.0047374355 | |
| 18166655 | a year ago | | | 0 | 0.0024119339 | |
| 18166650 | a year ago | | | 0 | 0.0041251453 | |
| 18166644 | a year ago | | | 0 | 0.0023473764 | |
| 18166642 | a year ago | | | 0 | 0.0041811699 |
ABI
ABI objects
Getter at block 21242757
Dead() view returns (address)
0x000000000000000000000000000000000000dead
bettingToken() view returns (address)
0x63f314c44d164d5be423199afbfbe129d72d3ea6
burnBps() view returns (uint256)
200
minimumBet() view returns (uint256)
1000
owner() view returns (address)
0x169581c525af468f4f0cd10a8cfa88621d3330b2
revenueBps() view returns (uint256)
800
revenueWallet() view returns (address)
0xf21c708b656bd87b3e31e53ac3ed1ff5eb74b836
Read-only
activeTgGroups(uint256) view returns (int64)
games(int64) view returns (uint256 revolverSize, uint256 minBet, bytes32 hashedBulletChamberIndex, bool inProgress, uint16 loser)
isGameInProgress(int64 _tgChatId) view returns (bool)
State-modifying
Events abortAllGames()
abortGame(int64 _tgChatId)
emergencyWithdrawEther()
end(int64 _tgChatId, uint16 _loser, string[])
endV2(int64 _tgChatId, uint16[] _losers, uint16 _winner, string[] _results)
renounceOwnership()
setBetToken(address _contract)
setMin(uint256 _minimumBet, uint256 _revenueBps, uint256 _burnBps)
start(int64 _tgChatId, uint256 _revolverSize, uint256 _minBet, bytes32 _hashedBulletChamberIndex, address[] _players, uint256[] _bets) returns (uint256[])
transferOwnership(address newOwner)
updateRevenueWalelt(address _wallet)
Bet(int64 tgChatId, address player, uint16 playerIndex, uint256 amount)
Burn(int64 tgChatId, uint256 amount)
Loss(int64 tgChatId, address player, uint16 playerIndex, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revenue(int64 tgChatId, uint256 amount)
Win(int64 tgChatId, address player, uint16 playerIndex, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.