Name | Lookup | Parameters | |
|---|---|---|---|
| fund_success | 6900 | 1 | |
| fund_fail | 6901 | 1 | |
| fund_retire | 6902 | 1 | |
| fund_end | 6903 | 1 | |
| edit | 6904 | 5 | |
| unlock | 6905 | 2 | |
| batch_unlock | 6906 | 1 | |
| create | 6907 | 4 | |
| contribute | 6908 | 2 | |
| confirm_contribute | 6909 | 4 | |
| withdraw | 690a | 1 | |
| refund | 690b | 1 | |
| redeem | 690c | 2 | |
| dissolve | 690d | 1 | |
| add_proxy | 690e | 1 | |
| remove_proxy | 690f | 1 | |
| mint | 6910 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 6900 | ||
| Contributing | 6901 | ||
| Contributed | 6902 | ||
| ContributeFailed | 6903 | ||
| Withdrew | 6904 | ||
| Refunded | 6905 | ||
| Redeemed | 6906 | ||
| Edited | 6907 | ||
| Dissolved | 6908 | ||
| Unlocked | 6909 | ||
| AllUnlocked | 690a | ||
| Failed | 690b | ||
| Success | 690c | ||
| Retired | 690d | ||
| End | 690e | ||
| ProxyAdded | 690f | ||
| ProxyRemoved | 6910 | ||
| Minted | 6911 |
Name | Type | |
|---|---|---|
| CurrentTrieIndex | {"origin":"PlainType","plain_type":"TrieIndex"} | |
| CurrentNonce | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_128Concat","value":"Nonce","isLinked":false}} | |
| Funds | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_128Concat","value":"Option<FundInfo<BalanceOf, LeasePeriod>>","isLinked":false}} | |
| RedeemPool | {"origin":"PlainType","plain_type":"BalanceOf"} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | PalletId | 0x62662f73616c7023 | |
| MinContribution | BalanceOf | 0x00e87648170000000000000000000000 | |
| RelayChainToken | CurrencyId | 0x0204 | |
| LeasePeriod | BlockNumberFor | 0x409d0400 | |
| VSBondValidPeriod | BlockNumberFor | 0xc04b0300 | |
| ReleaseCycle | BlockNumberFor | 0x201c0000 | |
| ReleaseRatio | Percent | 0x32 | |
| RemoveKeysLimit | u32 | 0xf4010000 | |
| SlotLength | LeasePeriod | 0x08000000 | |
| XcmTransferOrigin | TransferOriginType | 0x01 | |
| BaseXcmWeight | u64 | 0x00ca9a3b00000000 | |
| ContributionWeight | u64 | 0x88013c3500000000 | |
| AddProxyWeight | u64 | 0x00ca9a3b00000000 | |
| SovereignSubAccountLocation | MultiLocation | 0x020002005a53736d8e96f1c007cf0d630acf5209b20611617af23ce924c8e25328eb5d28 | |
| TransactProxyType | ParachainTransactProxyType | 0x01 | |
| TransactType | ParachainTransactType | 0x00 |
Name | Docs |
|---|---|
| FirstSlotTooFarInFuture | The first slot needs to at least be less than 3 `max_value`. |
| LastSlotBeforeFirstSlot | Last slot must be greater than first slot. |
| LastSlotTooFarInFuture | The last slot cannot be more then 3 slots after the first slot. |
| Overflow | There was an overflow. |
| ContributionTooSmall | The contribution was below the minimum, `MinContribution`. |
| ZeroContribution | The account doesn't have any contribution to the fund. |
| InvalidParaId | Invalid fund index. |
| InvalidFundStatus | Invalid fund status. |
| InvalidContributionStatus | Invalid contribution status. |
| CapExceeded | Contributions exceed maximum amount. |
| FundAlreadyCreated | The fund has been registered. |
| XcmFailed | Crosschain xcm failed |
| NotEnoughReservedAssetsToRefund | Don't have enough vsToken/vsBond to refund |
| NotEnoughBalanceInRefundPool | Don't have enough token to refund by users |
| NotEnoughBalanceToUnlock | Don't have enough vsToken/vsBond to unlock |
| VSBondExpired | The vsBond is expired now |
| UnRedeemableNow | The vsBond cannot be redeemed by now |
| NotEnoughFreeAssetsToRedeem | Dont have enough vsToken/vsBond to redeem |
| NotEnoughBalanceInRedeemPool | Don't have enough token to redeem by users |