OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2 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)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11107157 | 4 years ago | | | 0 | 0.022177536 | |
| 11107008 | 4 years ago | | | 0 | 0.010649813 |
ABI
ABI objects
Getter at block 21169440 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, 0, [], 0, 0)
getTotalAssetsStaked() view returns (uint256 ethStaked, uint256 plotStaked)
(ethStaked=0, plotStaked=29985000000000000000)
marketCoolDownTime() view returns (uint256)
1603391707
marketCurrency() view returns (bytes32)
0x422f555344000000000000000000000000000000000000000000000000000000
marketData() view returns (uint64 startTime, uint64 predictionTime, uint64 neutralMinValue, uint64 neutralMaxValue)
(startTime=1603382400, predictionTime=3600, neutralMinValue=1292500000000, neutralMaxValue=1297500000000)
marketSettleData() view returns (uint64 WinningOption, uint64 settleTime)
(WinningOption=3, settleTime=1603390807)
marketSettleTime() view returns (uint64)
1603390807
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.