Name | Lookup | Parameters | |
|---|---|---|---|
| fund_retire | 6904 | 1 | |
| fund_end | 6905 | 1 | |
| edit | 6907 | 6 | |
| withdraw | 690e | 1 | |
| refund | 690f | 4 | |
| redeem | 6910 | 2 | |
| dissolve_refunded | 6911 | 3 | |
| dissolve | 6912 | 1 | |
| buyback_vstoken_by_stable_pool | 6915 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 6900 | ["ParaId"] | |
| Contributing | 6901 | ["AccountIdOf","ParaId","BalanceOf","MessageId"] | |
| Contributed | 6902 | ["AccountIdOf","ParaId","BalanceOf"] | |
| ContributeFailed | 6903 | ["AccountIdOf","ParaId","BalanceOf"] | |
| Withdrew | 6904 | ["ParaId","BalanceOf"] | |
| Refunded | 6905 | ["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","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"] | |
| Continued | 6910 | ["ParaId","LeasePeriod","LeasePeriod"] | |
| RefundedDissolved | 6911 | ["ParaId","LeasePeriod","LeasePeriod"] | |
| Buyback | 6912 | ["BalanceOf"] | |
| VstokenUnlocked | 6913 | ["AccountIdOf"] | |
| BuybackByStablePool | 6914 | ["StableAssetPoolId","CurrencyId","BalanceOf"] | |
| Reserved | 6915 | ["AccountIdOf","ParaId","BalanceOf","bool"] | |
| ReservationCancelled | 6916 | ["AccountIdOf","ParaId"] | |
| ReservationFullyHandled | 6917 | ["ParaId"] | |
| ReservationHandled | 6918 | ["ParaId"] |
Name | Type | |
|---|---|---|
| MultisigConfirmAccount | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| 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}} | |
| QueryIdContributionInfo | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"Tuple:U32AccountIdU128","keys_id":12,"value_id":936}} | |
| Funds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"option<bifrost_salp:FundInfo>","keys_id":4,"value_id":937}} | |
| RedeemPool | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| FailedFundsToRefund | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"option<bifrost_salp:FundInfo>","keys_id":939,"value_id":937}} | |
| ReserveInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"bifrost_salp:ReserveInfo","keys_id":750,"value_id":940}} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 62662f73616c7023 | |
| MinContribution | U128 | 00743ba40b0000000000000000000000 | |
| RelayChainToken | bifrost_primitives:currency:CurrencyId | 0800 | |
| LeasePeriod | U32 | 00751200 | |
| VSBondValidPeriod | U32 | 80970600 | |
| ReleaseCycle | U32 | 40380000 | |
| ReleaseRatio | U8 | 32 | |
| RemoveKeysLimit | U32 | f4010000 | |
| SlotLength | U32 | 08000000 | |
| TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
| BuybackPalletId | [U8; 8] | 62662f73616c7063 |
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 |
| NotEnoughBalanceInFund | |
| InvalidFundSameSlot | |
| InvalidFundNotExist | |
| InvalidRefund | |
| NotEnoughBalanceToContribute | |
| NotSupportTokenType | |
| ResponderNotRelayChain | Responder is not a relay chain |
| NotFindContributionValue | No contribution record found |
| ArgumentsError |