BettingRouter
Verified contract
Active on
Ethereum with 411 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc5a9…5a32
Balances ($2,497.82)
Native
Value
$2,497.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.8 | $3,122.27 |
$2,497.82 | |
WCI | ERC-20 | 30.681769K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16246506 | 2 years ago | | | 0 | 0.0020776623 | |
| 16215775 | 2 years ago | | | 0 | 0.0016676762 | |
| 16104889 | 2 years ago | | | 0 | 0.0018530824 | |
| 16104501 | 2 years ago | | | 0 | 0.0020988000 | |
| 16104491 | 2 years ago | | | 0 | 0.0019434463 | |
| 16104474 | 2 years ago | | | 0 | 0.0018165523 | |
| 16104388 | 2 years ago | | | 0 | 0.0019861082 | |
| 16104279 | 2 years ago | | | 0 | 0.0020693873 | |
| 16104195 | 2 years ago | | | 0 | 0.0013480029 | |
| 16102327 | 2 years ago | | | 0 | 0.0019675467 |
ABI
ABI objects
Getter at block 21229704
getBetStatsData() view returns (uint256, uint256, uint256, uint256)
(62520000000000000000, 284, 119355034742199647, 703)
getMatchId() view returns (uint256)
24
getTaxCollectorAddress() view returns (address)
0xc9dc42525637a96ac978c81e35f059201c5039c8
getWciTax() view returns (uint256)
5
getWciTokenThreshold() view returns (uint256)
50000000000000
owner() view returns (address)
0x3f7a0afef0ab2a074ce3d17445b5742fa8f3cfaf
Read-only
getBetSingleInformation(address _player, uint8 _token) view returns (uint256[])
getBetTripleInformation(address _player, uint8 _token) view returns (uint256[])
State-modifying
Events betEther(uint256 _pairId, uint8 _choice) payable
betWCI(uint256 _pairId, uint256 _betAmount, uint8 _choice)
claim(uint256 _pairId, uint8 _token)
createOne()
depositEth() payable
depositWci(uint256 amount)
initiateBets(uint256 _pairId, address[] _account, uint256[] _playerWin, uint256[] _playerDraw, uint256[] _playerLose, uint256[] _playerWinWci, uint256[] _playerDrawWci, uint256[] _playerLoseWci, uint256[] _betHistoryWin, uint256[] _betHistoryDraw, uint256[] _betHistoryLose, uint256[] _betHistoryWinWci, uint256[] _betHistoryDrawWci, uint256[] _betHistoryLoseWci, uint256[] _claimHistory, uint256[] _claimHistoryWci, uint256 _totalBet, uint256 _totalBetWci, uint256 _totalBetWin, uint256 _totalBetDraw, uint256 _totalBetLose, uint256 _totalBetWinWci, uint256 _totalBetDrawWci, uint256 _totalBetLoseWci, uint8 _status, uint8 _result)
setBetResult(uint256 _pairId, uint8 _result)
setBetStatsData(uint256 _totalClaim, uint256 _totalWinnerCount, uint8 _token)
setBetStatus(uint256 _pairId, uint8 _status)
setTaxCollectorAddress(address _address)
setWciTax(uint256 tax)
setWciTokenThreshold(uint256 _threshold)
transferOwnership(address newOwner)
withdrawPFromRouter(uint256 _amount, uint8 _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.