UpDownPrediction
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
3 additional
variables
Balances ($0.00)
No balances found for "UpDownPrediction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UpDownPrediction"
ABI
ABI objects
Getter at block 23160920
adminAddress() view returns (address)
0x0000000000000000000000000000000000000000
chips() view returns (address)
0x0000000000000000000000000000000000000000
currentEpoch() view returns (uint256)
0
getTokens() view returns (address[] _tokens)
[]
intervalSeconds() view returns (uint256)
0
maxBetAmount() view returns (uint256)
0
maxBetTime() view returns (uint256)
0
minBetAmount() view returns (uint256)
0
operatorAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
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.