TelegramRussianRoulette
Verified contract
Active on
Ethereum with 16,944 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 "TelegramRussianRoulette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18031313 | a year ago | | | 0 | 0.0013501745 | |
| 18031312 | a year ago | | | 0 | 0.0028644168 | |
| 18031150 | a year ago | | | 0 | 0.0016770779 | |
| 18031147 | a year ago | | | 0 | 0.0035531430 | |
| 18031133 | a year ago | | | 0 | 0.0013903055 | |
| 18031132 | a year ago | | | 0 | 0.0026578950 | |
| 18031122 | a year ago | | | 0 | 0.0013883308 | |
| 18031119 | a year ago | | | 0 | 0.0026096400 | |
| 18031109 | a year ago | | | 0 | 0.0014717793 | |
| 18031107 | a year ago | | | 0 | 0.0027264168 |
ABI
ABI objects
Getter at block 21275384
bettingToken() view returns (address)
0x8ef32a03784c8fd63bbf027251b9620865bd54b6
burnBps() view returns (uint256)
100
minimumBet() view returns (uint256)
1000
owner() view returns (address)
0x691309814f4f74942db62e9fd927f543abd84d16
revenueBps() view returns (uint256)
900
revenueWallet() view returns (address)
0x171d311eacd2206d21cb462d661c33f0eddadc03
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, string[])
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.