HiLoGameEscrow
Verified contract
Active on
Ethereum with 7,622 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 |
---|---|---|---|---|---|
HIPVP | ERC-20 | 4.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18100252 | a year ago | | | 0 | 0.0012348220 | |
| 18100248 | a year ago | | | 0 | 0.0021646789 | |
| 18099561 | a year ago | | | 0 | 0.0020149535 | |
| 18099558 | a year ago | | | 0 | 0.0024517392 | |
| 18099523 | a year ago | | | 0 | 0.0013739957 | |
| 18099522 | a year ago | | | 0 | 0.0016324244 | |
| 18099461 | a year ago | | | 0 | 0.0014136710 | |
| 18099458 | a year ago | | | 0 | 0.0031056128 | |
| 18099093 | a year ago | | | 0 | 0.0013225459 | |
| 18099092 | a year ago | | | 0 | 0.0017595493 |
ABI
ABI objects
Getter at block 21160287
bettingToken() view returns (address)
0x0c0725282cbf037e6781fe84e0361b01daa88ddf
burnBps() view returns (uint256)
100
minimumBet() view returns (uint256)
1000
owner() view returns (address)
0x5bf637e7b2676ff78c229531473335a1b54c47d4
revenueBps() view returns (uint256)
900
revenueWallet() view returns (address)
0x8f59f534d2a266ab2f3a693f00aa5892dc10b11c
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()
abortGame(int64 _tgChatId)
endGame(int64 _tgChatId, uint16 _loser, bool _is_loser_winner)
newGame(int64 _tgChatId, uint256 _minBet, 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.