0xccb3925f55cd2e430b4f5a7d0ff2780344dff729
Verified contract
Proxy
Active on
Base with 168 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x7ed6…7511
5 additional
variables
Balances ($1.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AYB | ERC-20 | 900.001K | $0.000001 |
$1.19 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19208137 | 3 months ago | | | 0 | 6.8889896e-7 | |
| 19164877 | 3 months ago | | | 0 | 7.2887484e-7 | |
| 19121618 | 3 months ago | | | 0 | 0.0000015617495 | |
| 19078358 | 3 months ago | | | 0 | 0.0000013559391 | |
| 19035098 | 3 months ago | | | 0 | 0.0000015617495 | |
| 18991838 | 3 months ago | | | 0 | 0.0000015617495 | |
| 18948608 | 3 months ago | | | 0 | 0.0000015348058 | |
| 18905377 | 3 months ago | | | 0 | 6.8192060e-7 | |
| 18862148 | 3 months ago | | | 0 | 9.9793472e-7 | |
| 18818888 | 3 months ago | | | 0 | 0.0000015568729 |
ABI
ABI objects
Getter at block 23065095 getTokens() view returns (address[] _tokens)
adminAddress() view returns (address)
0xddf14f1dfbb3d575e9d81c29b734f012e0c91b70
chips() view returns (address)
0x7ed613ab8b2b4c6a781ddc97ea98a666c6437511
currentEpoch() view returns (uint256)
130
intervalSeconds() view returns (uint256)
86400
maxBetAmount() view returns (uint256)
10000000000000000000000001
maxBetTime() view returns (uint256)
1725292021
minBetAmount() view returns (uint256)
99999999999999999999999
operatorAddress() view returns (address)
0x4feda8871963c3f36e9e4a42bee641866d26babc
owner() view returns (address)
0xb5fa9303aff59edfa761a504c8905ea226b37f48
paused() view returns (bool)
false
stakingPoolAddress() view returns (address)
0x0000000000000000000000000000000000000000
treasuryAmount() view returns (uint256)
0
Read-only
claimable(uint256 epoch, address user, bytes32[] merkleProof, uint256 amount) view returns (bool)
claimedEpoch(uint256, address) view returns (bool)
ledger(uint256, address, address, uint256) view returns (uint256 prediction, uint256 amount, uint256 epoch)
merkleRoots(uint256) view returns (bytes32)
supportedTokens(address) view returns (bool)
symbols(uint256) view returns (string)
tokens(uint256) view returns (address)
totalAmounts(uint256) view returns (uint256)
userRounds(address, address, uint256) view returns (uint256)
State-modifying
Events addToken(address token, string symbol)
claim(uint256 epoch, bytes32[] merkleProof, uint256 amount)
claimTreasury()
initialize(address _adminAddress, address _operatorAddress, address _chips, uint256 _intervalSeconds, uint256 _minBetAmount, uint256 _maxBetAmount)
pause()
predict(address token, uint256 epoch, uint256 amount, uint256 prediction)
removeToken(address token)
renounceOwnership()
resolveRound(bytes32 merkleRoot, uint256 toTreasury, uint256 toStakingPool)
setAdmin(address _adminAddress)
setIntervalSeconds(uint256 _intervalSeconds)
setMaxBetAmount(uint256 _maxBetAmount)
setMinBetAmount(uint256 _minBetAmount)
setOperator(address _operatorAddress)
setStakingPool(address _stakingPoolAddress)
startGenesisRound()
transferOwnership(address newOwner)
unpause()
Bet(address indexed sender, uint256 indexed epoch, address indexed token, uint256 amount, uint256 prediction)
Claimed(address indexed sender, uint256 indexed epoch, uint256 amount)
Initialized(uint8 version)
LockedRound(uint256 indexed epoch, uint256 lockTime)
NewAdminAddress(address admin)
NewIntervalSeconds(uint256 intervalSeconds)
NewMaxBetAmount(uint256 indexed epoch, uint256 maxBetAmount)
NewMinBetAmount(uint256 indexed epoch, uint256 minBetAmount)
NewOperatorAddress(address operator)
NewOracle(address oracle)
NewOracleUpdateAllowance(uint256 oracleUpdateAllowance)
NewRound(uint256 indexed epoch, uint256 maxBetTime)
NewStakingFee(uint256 indexed epoch, uint256 stakingFee)
NewStakingPoolAddress(address indexed stakingPool)
NewTreasuryFee(uint256 indexed epoch, uint256 treasuryFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(uint256 indexed epoch)
Paused(address account)
ResolvedRound(uint256 indexed epoch, uint256 resolveTime)
TokenAdded(address token, string symbol)
TokenRecovery(address token, uint256 amount)
TokenRemoved(address token)
TreasuryClaim(uint256 amount)
Unpause(uint256 indexed epoch)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.