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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001088 |
$0 | |
xBASE | ERC-20 | 93.671715M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21994733 | 12 hours ago | | | 0 | 5.1970321e-7 | |
| 17169481 | 4 months ago | | | 0 | 0.0000010728102 | |
| 16528345 | 4 months ago | | | 0 | 6.5072251e-7 | |
| 15252014 | 5 months ago | | | 0 | 1.7137733e-7 | |
| 15064393 | 5 months ago | | | 0 | 0.0000063953175 | |
| 14754267 | 5 months ago | | | 0 | 5.2258023e-7 | |
| 14154242 | 6 months ago | | | 0 | 0.000013582166 | |
| 14096640 | 6 months ago | | | 0 | 5.1653680e-7 | |
| 14096633 | 6 months ago | | | 0 | 4.2272036e-7 | |
| 14096625 | 6 months ago | | | 0 | 4.2419896e-7 |
ABI
ABI objects
Getter at block 22015610 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
WAGER_FEE_PROCEEDS_BURN() view returns (uint256)
1000
WAGER_FEE_PROCEEDS_DAILY_POT() view returns (uint256)
7000
WAGER_FEE_PROCEEDS_JACKPOT_POT() view returns (uint256)
2000
WIN_PRIZES_EXTRA_FINAL() view returns (uint256)
100
WIN_PRIZES_EXTRA_INITIAL() view returns (uint256)
11
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)
0xef94c12ba5bb2bf56e19babfa56880487fea6e82
dailyPot() view returns (uint256)
0
getRoundsLength() view returns (uint256 roundsLength)
189
getRoundsWithJackpotLength() view returns (uint256 roundsWithJackpotLength)
1
getWagerPlayersLength() view returns (uint256 wagerPlayersLength)
51
jackpotPot() view returns (uint256)
0
nextRound() view returns (uint256)
1711262471
publicEnabled() view returns (bool)
true
resetManager() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
4522031940798569526199097906
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()
resetRound()
retrievePots(uint256 _amount, uint256 _potType)
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.