SlotContract
Verified contract
Active on
Ethereum with 3,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b44…2871
Balances ($0.00)
No balances found for "SlotContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17976037 | a year ago | | | 0 | 0.0013614177 | |
| 17976028 | a year ago | | | 0 | 0.0036942994 | |
| 17976026 | a year ago | | | 0 | 0.0014082371 | |
| 17976017 | a year ago | | | 0 | 0.0039064003 | |
| 17976012 | a year ago | | | 0 | 0.0015379407 | |
| 17976009 | a year ago | | | 0 | 0.0043538575 | |
| 17976005 | a year ago | | | 0 | 0.0014764093 | |
| 17976002 | a year ago | | | 0 | 0.0050341471 | |
| 17976000 | a year ago | | | 0 | 0.0034331296 | |
| 17975977 | a year ago | | | 0 | 0.0042085080 |
ABI
ABI objects
Getter at block 21270328
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bettingToken() view returns (address)
0x9b44793a0177c84dd01ad81137db696531902871
minimumBet() view returns (uint256)
1
owner() view returns (address)
0xd4bc4e4490c4a42336552db87fcf7b3bc4e06d11
revenueBps() view returns (uint256)
1000
revenueWallet() view returns (address)
0xbd021698bb0de8d181f4f28b3952a45c7e1eb91e
Read-only
activeTgGroups(uint256) view returns (int64)
games(int64) view returns (uint256 minBet, bool inProgress, uint16 loser)
isGameInProgress(int64 _tgChatId) view returns (bool)
State-modifying
Events abortAllGames(bool usedWETH)
abortGame(int64 _tgChatId, bool usedWETH)
emergencyWithdrawERC20(address tokenAddress, address to)
emergencyWithdrawEther(address to)
endGame(int64 _tgChatId, address _winner, bool usedWETH)
newGame(int64 _tgChatId, uint256 _minBet, address[] _players, uint256[] _bets, bool useWETH) returns (uint256[])
renounceOwnership()
setBettingToken(address _newBettingToken)
setWETH(address _newWETH)
setrevenueWallet(address _revenueWallet)
transferOwnership(address newOwner)
Bet(int64 tgChatId, address player, uint256 amount)
Loss(int64 tgChatId, address player, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revenue(int64 tgChatId, uint256 amount)
Win(int64 tgChatId, address player, uint256 amount)
constructor(address _bettingToken, address _WETH, uint256 _minimumBet, uint256 _revenueBps, address _revenueWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.