Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,209.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASE | ERC-20 | 2.31905B | $0.000004 |
$8,209.44 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
LOA | ERC-20 | 2 | $0.008158 |
$0.02 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
GOOSE | ERC-20 | 420.069K | -- | -- | |
BREDD | ERC-20 | 42.069K | -- | -- | |
Claim: brettbase.com | ERC-20 | 35K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LOL | ERC-20 | 75 | -- | -- | |
HACHI | ERC-20 | 60 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745467 | 6 hours ago | | | 0 | 5.9121300e-7 | |
| 22744646 | 6 hours ago | | | 0 | 0.0000082615510 | |
| 22733499 | 13 hours ago | | | 0 | 0.0000066744355 | |
| 22710754 | a day ago | | | 0 | 0.0000068568890 | |
| 22709609 | a day ago | | | 0 | 0.000014472822 | |
| 22708867 | a day ago | | | 0 | 0.0000023296641 | |
| 22708480 | a day ago | | | 0 | 0.0000023296641 | |
| 22708138 | a day ago | | | 0 | 0.0000023272854 | |
| 22707753 | a day ago | | | 0 | 0.0000011018230 | |
| 22706126 | a day ago | | | 0 | 0.0000023296642 |
ABI
ABI objects
Getter at block 22756191 getPreviousRoundStats() view returns (uint256 roundId, uint256[] winningPlayers, address[] winningPlayersAddresses, uint256 dailyPotTotal, uint256 dailyPotPaidSum, uint256 jackpotTotal, bool jackpotEnabled, uint256 jackpotPaidSum, address jackpotWinner, uint256 totalWagered, uint256 roundTimestamp)
JACKPOT_ENABLED_MAXIMUM_REWARD() view returns (uint256)
10000
JACKPOT_ENABLED_MAX_WIN_CHANCE() view returns (uint256)
10
JACKPOT_ENABLED_MINIMUM_REWARD() view returns (uint256)
200
JACKPOT_ENABLE_CHANCE() view returns (uint256)
200
PRECISION_DIVIDER() view returns (uint256)
10000
STEP_PRECISION_DIVIDER() view returns (uint256)
10000000
WAGER_FEE() view returns (uint256)
100
WIN_PRIZES_EXTRA_STEP_DECREASE() view returns (uint256)
247
WIN_PRIZES_EXTRA_STEP_MAXIMUM() view returns (uint256)
33300
WIN_PRIZES_EXTRA_STEP_MINIMUM() view returns (uint256)
11100
baseToken() view returns (address)
0xd07379a755a8f11b57610154861d694b2a0f615a
dailyPot() view returns (uint256)
5661662673828260794624984
getRoundsLength() view returns (uint256 roundsLength)
239
getRoundsWithJackpotLength() view returns (uint256 roundsWithJackpotLength)
6
getWagerPlayersLength() view returns (uint256 wagerPlayersLength)
478
jackpotPot() view returns (uint256)
453298128419933381336963427
maximumWinners() view returns (uint256)
85
nextRound() view returns (uint256)
1732126469
publicEnabled() view returns (bool)
true
resetManager() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
6903076662591162742325136680
Read-only
WIN_PRIZES_POSITIONS(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
getRandomUsers(uint256 count) view returns (uint256[])
getUserStatsGeneralLength(address _player) view returns (uint256 wagerPlayersLength)
getUserStatsJackpotLength(address _player) view returns (uint256 wagerPlayersLength)
playerWageredRound(address, uint256) view returns (uint256)
playerWageredTotal(address) view returns (uint256)
rewards(address) view returns (uint256)
rounds(uint256) view returns (uint256 roundId, uint256 dailyPot, uint256 jackpotTotal, uint256 dailyPotPaidSum, bool jackpotEnabled, uint256 jackpotPaidSum, address jackpotWinner, uint256 totalWagered, uint256 roundTimestamp)
roundsWithJackpot(uint256) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
userStatsGeneral(address, uint256) view returns (uint256 roundIdWon, uint256 roundIdPrizeId, uint256 totalWon)
userStatsJackpot(address, uint256) view returns (uint256 roundIdWon, uint256 totalJackpotWon)
wagerPlayers(uint256) view returns (address)
wagerPlayersByAddress(address) view returns (uint256)
State-modifying
Events addToDailyPot(uint256 _amount)
addToJackpot(uint256 _amount)
exit()
fixPots(uint256 _amount, uint256 _potType)
resetRound()
retrievePots(uint256 _amount, uint256 _potType)
setMaximumWinners(uint256 _amount)
setPublicEnabled(bool _enabled)
stake(uint256 amount)
withdraw(uint256 amount)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _resetManager, address _baseToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.