OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLOT | ERC-20 | 0 | $0.005723 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11114607 | 4 years ago | | | 0 | 0.0069996630 | |
| 11114123 | 4 years ago | | | 0.0126463 | 0.010073452 | |
| 11114099 | 4 years ago | | | 0 | 0.064155500 |
ABI
ABI objects
Getter at block 21167407 getData() view returns (bytes32 _marketCurrency, uint256[] minvalue, uint256[] maxvalue, uint256[] _optionPrice, uint256[] _ethStaked, uint256[] _plotStaked, uint256 _predictionTime, uint256 _expireTime, uint256 _predictionStatus) getTotalStakedValueInPLOT() view returns (uint256)
implementation() view returns (address impl)
0x25cf9d73b711bff4d3445a0f7f2e63ade5133e67
proxyOwner() view returns (address owner)
0xe210330d6768030e816d223836335079c7a0c851
getMarketFeedData() view returns (uint8, bytes32, address)
(1, 0x4554482f55534400000000000000000000000000000000000000000000000000, 0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419)
getMarketResults() view returns (uint256, uint256, uint256[], uint256, uint256)
(3, 567, [0, 0], 12633653700000000, 0)
getTotalAssetsStaked() view returns (uint256 ethStaked, uint256 plotStaked)
(ethStaked=12633653700000000, plotStaked=0)
marketCoolDownTime() view returns (uint256)
1603484294
marketCurrency() view returns (bytes32)
0x4554482f55534400000000000000000000000000000000000000000000000000
marketData() view returns (uint64 startTime, uint64 predictionTime, uint64 neutralMinValue, uint64 neutralMaxValue)
(startTime=1603476000, predictionTime=3600, neutralMinValue=40500000000, neutralMaxValue=40700000000)
marketSettleData() view returns (uint64 WinningOption, uint64 settleTime)
(WinningOption=3, settleTime=1603483394)
marketSettleTime() view returns (uint64)
1603483394
Read-only
estimatePredictionValue(uint256 _prediction, uint256 _stakeValueInEth, uint256 _leverage) view returns (uint256 _predictionValue)
getOptionPrice(uint256 _prediction) view returns (uint256)
getReturn(address _user) view returns (uint256[] returnAmount, address[] _predictionAssets, uint256 incentive, address _incentiveToken)
getUserFlags(address _user) view returns (bool, bool)
getUserPredictionPoints(address _user, uint256 _option) view returns (uint256)
optionsAvailable(uint256) view returns (uint256 predictionPoints)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _implementation)
claimReturn(address _user) returns (uint256)
initiate(uint64 _startTime, uint64 _predictionTime, uint64 _minValue, uint64 _maxValue) payable
placePrediction(address _asset, uint256 _predictionStake, uint256 _prediction, uint256 _leverage) payable
raiseDispute(uint256 proposedValue, string proposalTitle, string description, string solutionHash)
resolveDispute(bool accepted, uint256 finalResult) payable
settleMarket()
sponsorIncentives(address _token, uint256 _value)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
constructor(address _implementation)
fallback()
This contract contains no error objects.