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 | |
| batch_refund | 690c | 1 | |
| redeem | 690d | 2 | |
| dissolve | 690e | 1 | |
| add_proxy | 690f | 1 | |
| remove_proxy | 6910 | 1 | |
| mint | 6911 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 6900 | ["ParaId"] | |
| Contributing | 6901 | ["AccountIdOf","ParaId","BalanceOf","MessageId"] | |
| Contributed | 6902 | ["AccountIdOf","ParaId","BalanceOf","MessageId"] | |
| ContributeFailed | 6903 | ["AccountIdOf","ParaId","BalanceOf","MessageId"] | |
| Withdrew | 6904 | ["ParaId","BalanceOf"] | |
| Refunded | 6905 | ["AccountIdOf","ParaId","BalanceOf"] | |
| AllRefunded | 6906 | ["ParaId"] | |
| Redeemed | 6907 | ["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"] | |
| Edited | 6908 | ["ParaId"] | |
| Dissolved | 6909 | ["ParaId"] | |
| Unlocked | 690a | ["AccountIdOf","ParaId","BalanceOf"] | |
| AllUnlocked | 690b | ["ParaId"] | |
| Failed | 690c | ["ParaId"] | |
| Success | 690d | ["ParaId"] | |
| Retired | 690e | ["ParaId"] | |
| End | 690f | ["ParaId"] | |
| ProxyAdded | 6910 | ["AccountIdOf"] | |
| ProxyRemoved | 6911 | ["AccountIdOf"] | |
| Minted | 6912 | ["AccountIdOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| CurrentTrieIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CurrentNonce | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
| Funds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"option<bifrost_salp:FundInfo>","keys_id":4,"value_id":480}} | |
| RedeemPool | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 62662f73616c7023 | |
| MinContribution | U128 | 00e87648170000000000000000000000 | |
| RelayChainToken | node_primitives:currency:CurrencyId | 0204 | |
| LeasePeriod | U32 | 409d0400 | |
| VSBondValidPeriod | U32 | c04b0300 | |
| ReleaseCycle | U32 | 201c0000 | |
| ReleaseRatio | U8 | 32 | |
| RemoveKeysLimit | U32 | f4010000 | |
| SlotLength | U32 | 08000000 | |
| XcmTransferOrigin | node_primitives:xcm:TransferOriginType | 01 | |
| BaseXcmWeight | U64 | 00ca9a3b00000000 | |
| ContributionWeight | U64 | 00ca9a3b00000000 | |
| AddProxyWeight | U64 | 00ca9a3b00000000 | |
| SovereignSubAccountLocation | xcm:v1:multilocation:MultiLocation | 010101005a53736d8e96f1c007cf0d630acf5209b20611617af23ce924c8e25328eb5d28 | |
| TransactProxyType | node_primitives:xcm:ParachainTransactProxyType | 01 | |
| TransactType | node_primitives:xcm:ParachainTransactType | 00 | |
| RelayNetwork | xcm:v0:junction:NetworkId | 03 |
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 |