Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.18 | |
DEGEN | ERC-20 | 0.6 | $0.00809 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.004086 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000085 |
$0 | |
9MM | ERC-20 | 0.069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12983068 | 7 months ago | | | 0 | 0.00011961825 | |
| 12982986 | 7 months ago | | | 0 | 2.5408417e-7 | |
| 12982976 | 7 months ago | | | 0 | 0.000000102096398976 | |
| 12982920 | 7 months ago | | | 0 | 1.4871652e-7 | |
| 12982681 | 7 months ago | | | 0 | 0.00015062544 | |
| 12982108 | 7 months ago | | | 0 | 0.00017629526 | |
| 12980528 | 7 months ago | | | 0 | 1.4871652e-7 | |
| 12962528 | 7 months ago | | | 0 | 1.6608178e-7 | |
| 12956831 | 7 months ago | | | 0 | 2.5583869e-7 | |
| 12956742 | 7 months ago | | | 0 | 2.5404561e-7 |
ABI
ABI objects
Getter at block 22008483
getBettingToken() view returns (address bettingToken)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
getFee() view returns (uint256 fee)
420
owner() view returns (address)
0xc9c9796d703cb2f6ffd6b1bf409c19352580e73a
Read-only
getAssetBets(uint256 raceId, uint256 assetId) view returns (uint256 bets)
getAvailableFee(uint256 raceId) view returns (uint256 available)
getClaimed(uint256 raceId, address user) view returns (uint256 claimed)
getFeeClaimed(uint256 raceId) view returns (uint256 feeClaimed)
getRewards(uint256 raceId, address user) view returns (uint256 rewards)
getState(uint256 raceId) view returns (uint8 state)
getTotalPot(uint256 raceId) view returns (uint256 totalPot)
getUserBets(uint256 raceId, uint256 assetId, address user) view returns (uint256 userBets)
getWinnerAssetId(uint256 raceId) view returns (uint256 winnerAssetId)
State-modifying
Events bet(uint256 raceId, uint256 assetId, uint256 value)
claim(uint256 raceId)
claimFee(uint256 raceId)
finish(uint256 raceId, uint256 winnerAssetId)
renounceOwnership()
start(uint256 raceId)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address bettingToken, uint256 fee)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
NothingToClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
WrongState()