TelegramCrash
Verified contract
Active on
Ethereum with 3,578 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BETSY | ERC-20 | 517.345311 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18188670 | a year ago | | | 0 | 0.00059064468 | |
| 18171196 | a year ago | | | 0 | 0.00094482188 | |
| 18171195 | a year ago | | | 0 | 0.0042925944 | |
| 18165886 | a year ago | | | 0 | 0.0010571986 | |
| 18165884 | a year ago | | | 0 | 0.0049348499 | |
| 18152224 | a year ago | | | 0 | 0.00036500780 | |
| 18152223 | a year ago | | | 0 | 0.0017213059 | |
| 18152213 | a year ago | | | 0 | 0.00033351906 | |
| 18152211 | a year ago | | | 0 | 0.0015733586 | |
| 18152201 | a year ago | | | 0 | 0.00034782906 |
ABI
ABI objects
Getter at block 21300201
_taxesCollected() view returns (uint256)
33749102026554
bettingToken() view returns (address)
0x906af612f8706b384c7351268ffcd9d947a4d92c
gameTax() view returns (uint256)
500
owner() view returns (address)
0xd48be8e85dd60aa84ee02634ee7b387cf0905922
withdrawalTimePeriod() view returns (uint256)
1693007795
Read-only
activeTgGroups(uint256) view returns (int64)
gamePlayers(int64 _tgChatId) view returns (address[])
games(int64) view returns (uint256 minBet, bool inProgress)
isGameInProgress(int64 _tgChatId) view returns (bool)
State-modifying
Events abortAllGames()
abortGame(int64 _tgChatId)
endGame(int64 _tgChatId, address[] _winners, uint256[] _amounts)
newGame(int64 _tgChatId, uint256 _minBet, address[] _players, uint256[] _bets) returns (uint256[])
renounceOwnership()
setGameTaxes(uint256 _newTax)
setRevenueWallet(address _address)
transferOwnership(address newOwner)
withdrawRevenue()
withdrawTaxTokens()
withdrawTokens(uint256 _amount, address _address)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.