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)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11112393 | 4 years ago | | | 0 | 0.0072800550 | |
| 11112018 | 4 years ago | | | 0 | 0.016550950 | |
| 11112000 | 4 years ago | | | 0 | 0.078269710 |
ABI
ABI objects
Getter at block 21212300 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)
(2, 0, [], 0, 0)
getTotalAssetsStaked() view returns (uint256 ethStaked, uint256 plotStaked)
(ethStaked=0, plotStaked=29985000000000000000)
marketCoolDownTime() view returns (uint256)
1603455429
marketCurrency() view returns (bytes32)
0x4554482f55534400000000000000000000000000000000000000000000000000
marketData() view returns (uint64 startTime, uint64 predictionTime, uint64 neutralMinValue, uint64 neutralMaxValue)
(startTime=1603447200, predictionTime=3600, neutralMinValue=41600000000, neutralMaxValue=41800000000)
marketSettleData() view returns (uint64 WinningOption, uint64 settleTime)
(WinningOption=2, settleTime=1603454529)
marketSettleTime() view returns (uint64)
1603454529
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.