Market
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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 "Market"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Market"
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)
getMarketFeedData() view returns (uint8, bytes32, address)
(1, 0x4554482f55534400000000000000000000000000000000000000000000000000, 0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419)
getMarketResults() view returns (uint256, uint256, uint256[], uint256, uint256)
(0, 0, [], 0, 0)
getTotalAssetsStaked() view returns (uint256 ethStaked, uint256 plotStaked)
(ethStaked=0, plotStaked=0)
marketCoolDownTime() view returns (uint256)
0
marketCurrency() view returns (bytes32)
0x4554482f55534400000000000000000000000000000000000000000000000000
marketData() view returns (uint64 startTime, uint64 predictionTime, uint64 neutralMinValue, uint64 neutralMaxValue)
(startTime=0, predictionTime=0, neutralMinValue=0, neutralMaxValue=0)
marketSettleData() view returns (uint64 WinningOption, uint64 settleTime)
(WinningOption=0, settleTime=0)
marketSettleTime() view returns (uint64)
0
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 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)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.