PokerContract
Verified contract
Active on
Ethereum with 1,785 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PVP | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18546820 | a year ago | | | 0 | 0.0035238315 | |
| 18546818 | a year ago | | | 0 | 0.0062294698 | |
| 18546805 | a year ago | | | 0 | 0.0037136593 | |
| 18546796 | a year ago | | | 0 | 0.0064328147 | |
| 18546790 | a year ago | | | 0 | 0.0038998552 | |
| 18546770 | a year ago | | | 0 | 0.0064736179 | |
| 18546734 | a year ago | | | 0 | 0.0031194994 | |
| 18546732 | a year ago | | | 0 | 0.0054381742 | |
| 18546721 | a year ago | | | 0 | 0.0028451681 | |
| 18546718 | a year ago | | | 0 | 0.0060631192 |
ABI
ABI objects
Getter at block 21204082
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bettingToken() view returns (address)
0x9b44793a0177c84dd01ad81137db696531902871
minimumBet() view returns (uint256)
1
owner() view returns (address)
0xac7d762d40ab40345fc93a33296bb2562779a901
revenueBps() view returns (uint256)
1000
revenueWallet() view returns (address)
0xd4bc4e4490c4a42336552db87fcf7b3bc4e06d11
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, address _loser, uint256 _winnerChipsWei, uint256 _loserChipsWei, 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.