TelegramChopBotGame
Verified contract
Active on
Ethereum with 250 txns
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 "TelegramChopBotGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17938548 | a year ago | | | 0 | 0.00064336722 | |
| 17938545 | a year ago | | | 0 | 0.0023730782 | |
| 17938543 | a year ago | | | 0 | 0.0050248390 | |
| 17938522 | a year ago | | | 0 | 0.0025069029 | |
| 17938520 | a year ago | | | 0 | 0.0052904210 | |
| 17938515 | a year ago | | | 0 | 0.0027517424 | |
| 17938508 | a year ago | | | 0 | 0.0099763832 | |
| 17938494 | a year ago | | | 0 | 0.0026072975 | |
| 17938488 | a year ago | | | 0 | 0.0049799509 | |
| 17935908 | a year ago | | | 0 | 0.0068697889 |
ABI
ABI objects
Getter at block 21163049
bettingToken() view returns (address)
0x875154c31b8858fdda9c7ccbed7ec15dc95943ae
burnBps() view returns (uint256)
100
minimumBet() view returns (uint256)
15000000000
owner() view returns (address)
0xe96f0cd5e11869438a74242098e8c4449f4ca382
revenueBps() view returns (uint256)
900
revenueWallet() view returns (address)
0x0304520eed1bc380c34079a89f194e573c3d5664
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)
endGame(int64 _tgChatId, uint16 _loser)
newGame(int64 _tgChatId, uint256 _revolverSize, uint256 _minBet, bytes32 _hashedBulletChamberIndex, address[] _players, uint256[] _bets) returns (uint256[])
renounceOwnership()
transferOwnership(address newOwner)
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(address _bettingToken, uint256 _minimumBet, uint256 _revenueBps, uint256 _burnBps, address _revenueWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.