OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 5 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.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLOT | ERC-20 | 29.565901 | $0.005709 |
$0.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11199259 | 4 years ago | | | 0 | 0.0046343880 | |
| 11199039 | 4 years ago | | | 0 | 0.0091125512 | |
| 11199033 | 4 years ago | | | 0 | 0.0091097288 | |
| 11199016 | 4 years ago | | | 0 | 0.0095430537 | |
| 11199010 | 4 years ago | | | 0 | 0.0026945310 |
ABI
ABI objects
Getter at block 21169368 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)
0x5d24cf40ead0601893c212ff3af4895dc42a760b
proxyOwner() view returns (address owner)
0xe210330d6768030e816d223836335079c7a0c851
getMarketFeedData() view returns (uint8, bytes32, address)
(25, 0x422f555344000000000000000000000000000000000000000000000000000000, 0xf4030086522a5beea4988f8ca5b36dbc97bee88c)
getMarketResults() view returns (uint256, uint256, uint256[], uint256, uint256)
(3, 12546, [1139430000000000000000, 0], 0, 1849075000000000000000)
getTotalAssetsStaked() view returns (uint256 ethStaked, uint256 plotStaked)
(ethStaked=0, plotStaked=2988505000000000000000)
marketCoolDownTime() view returns (uint256)
1604611394
marketCurrency() view returns (bytes32)
0x422f555344000000000000000000000000000000000000000000000000000000
marketData() view returns (uint64 startTime, uint64 predictionTime, uint64 neutralMinValue, uint64 neutralMaxValue)
(startTime=1604602800, predictionTime=3600, neutralMinValue=1490000000000, neutralMaxValue=1497500000000)
marketSettleData() view returns (uint64 WinningOption, uint64 settleTime)
(WinningOption=3, settleTime=1604610494)
marketSettleTime() view returns (uint64)
1604610494
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.