Event¶
-
contract
Eventis EventData¶ Title: Event contract - Provide basic functionality required by different event types Author: Stefan George - <stefan@gnosis.pm> -
function
buyAllOutcomes(uint collateralTokenCount)¶
public
¶ Buys equal number of tokens of all outcomes, exchanging collateral tokens and sets of outcome tokens 1:1
Parameters: - collateralTokenCount – Number of collateral tokens
-
function
sellAllOutcomes(uint outcomeTokenCount)¶
public
¶ Sells equal number of tokens of all outcomes, exchanging collateral tokens and sets of outcome tokens 1:1
Parameters: - outcomeTokenCount – Number of outcome tokens
-
function
getOutcomeTokens()¶
public
view
returns (OutcomeToken[] memory)
¶ Returns outcome tokens array
Return: Outcome tokens
-
function
getOutcomeTokenDistribution(address owner)¶
public
view
returns (uint[] memory outcomeTokenDistribution)
¶ Returns the amount of outcome tokens held by owner
Return: Outcome token distribution
-
function