Name | Lookup | Parameters | |
|---|---|---|---|
| add_ksm_to_pool | 6e00 | 1 | |
| exchange_for_ksm | 6e01 | 1 | |
| edit_exchange_price | 6e02 | 1 | |
| edit_release_per_day | 6e03 | 1 | |
| edit_release_start_and_end_block | 6e04 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| KSMExchanged | 6e00 | ["AccountIdOf","BalanceOf"] | |
| KSMAdded | 6e01 | ["AccountIdOf","BalanceOf"] | |
| PriceEdited | 6e02 | ["BalanceOf","BalanceOf"] | |
| BlockIntervalEdited | 6e03 | ["BlockNumberFor","BlockNumberFor"] | |
| ReleasedPerDayEdited | 6e04 | ["BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| PoolAmount | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| TokenReleasePerDay | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| StartEndReleaseBlock | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":102} | |
| ExchangePriceDiscount | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":38} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 62662f6c746e7264 |
Name | Docs |
|---|---|
| NotKSM | |
| DenominatorZero | |
| NotGreaterThanZero | |
| ExceedPoolAmount | |
| NotEnoughBalance | |
| InvalidReleaseInterval | |
| Overflow |