Name | Lookup | Parameters | |
---|---|---|---|
buy | 3e00 | 2 | |
claim_rewards | 3e01 | 1 | |
claim_refunds | 3e02 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
OutcomeBought | 3e00 | ["MarketIdOf","AccountIdOf","AssetOf","BalanceOf","BalanceOf"] | |
RewardsClaimed | 3e01 | ["MarketIdOf","AssetOf","BalanceOf","BalanceOf","AccountIdOf"] | |
BalanceRefunded | 3e02 | ["MarketIdOf","AssetOf","BalanceOf","AccountIdOf"] |
Name | Type | Value | |
---|---|---|---|
MinBetSize | U128 | 00f2052a010000000000000000000000 | |
PalletId | [U8; 8] | 7a67652f70726d74 |
Name | Docs |
---|---|
NoRewardShareOutstanding | There was no buyer for the winning outcome or all winners already claimed their rewards.Use the `refund` extrinsic to get the initial bet back,in case there was no buyer for the winning outcome. |
MarketIsNotActive | The market is not active. |
AmountBelowMinimumBetSize | The specified amount is below the minimum bet size. |
NotParimutuelOutcome | The specified asset is not a parimutuel share. |
InvalidOutcomeAsset | The specified asset was not found in the market assets. |
InvalidScoringRule | The scoring rule is not parimutuel. |
InsufficientBalance | The specified amount can not be transferred. |
MarketIsNotResolvedYet | The market is not resolved yet. |
Unexpected | An unexpected error occured. This should never happen!There was an internal coding mistake. |
NoResolvedOutcome | There is no resolved outcome present for the market. |
RefundNotAllowed | The refund is not allowed. |
RefundableBalanceIsZero | There is no balance to refund. |
NoWinningShares | There is no reward, because there are no winning shares. |
NotCategorical | Only categorical markets are allowed for parimutuels. |
NoRewardToDistribute | There is no reward to distribute. |
InconsistentState | Action cannot be completed because an unexpected error has occurred. This should bereported to protocol maintainers. |