Market
Variables
initialized
bool initializedRealityParams
struct RealityParams {
bytes32[] questionsIds;
uint256 templateId;
string[] encodedQuestions;
}ConditionalTokensParams
struct ConditionalTokensParams {
bytes32 conditionId;
bytes32 parentCollectionId;
uint256 parentOutcome;
address parentMarket;
bytes32 questionId;
contract IERC20[] wrapped1155;
bytes[] data;
}marketName
outcomes
lowerBound
upperBound
conditionalTokensParams
realityParams
realityProxy
Functions
initialize
Name
Type
Description
templateId
Name
Type
Description
questionsIds
Name
Type
Description
encodedQuestions
Name
Type
Description
Name
Type
Description
questionId
Name
Type
Description
conditionId
Name
Type
Description
parentCollectionId
Name
Type
Description
parentMarket
Name
Type
Description
parentOutcome
Name
Type
Description
wrappedOutcome
Name
Type
Description
Name
Type
Description
parentWrappedOutcome
Name
Type
Description
numOutcomes
Name
Type
Description
resolve
Last updated