For detailed information about the functions, visit
contracts/Question/EIP1167_Question.sol
returns an object of important public variables
returns:
(
description,
[
startTime,
bettingEndTime,
eventEndTime,
reportingStartTime,
bettingRightOptionBalance,
bettingWrongOptionsBalance,
reportingRightOptionBalance,
reportingWrongOptionsBalance,
marketMakerPool,
marketPool,
validationPool,
validationFeePool,
stakeChangePool,
winningOptionId,
uint256(currState)
],
[
bettingOptionBalances,
reportingOptionBalances
],
options
)
staking on a particular option payable function
changing your stake from one option to another
staking for reporting payable function
redeem your reward related to voting period
redeem your reward related to reporting period
redeem your owner fee
get the current validation fee applied
returns: fee*100