Name | Lookup | Parameters | |
|---|---|---|---|
| set_multisig_confirm_account | 6f00 | 1 | |
| fund_success | 6f01 | 1 | |
| fund_fail | 6f02 | 1 | |
| fund_retire | 6f03 | 1 | |
| create | 6f04 | 4 | |
| issue | 6f05 | 4 | |
| withdraw | 6f06 | 1 | |
| redeem | 6f07 | 2 | |
| dissolve | 6f08 | 1 | |
| continue_fund | 6f09 | 3 | |
| refund | 6f0a | 4 | |
| dissolve_refunded | 6f0b | 3 | |
| edit | 6f0c | 6 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 6f00 | ["ParaId"] | |
| Issued | 6f01 | ["AccountIdOf","ParaId","BalanceOf","MessageId"] | |
| Withdrew | 6f02 | ["ParaId","BalanceOf"] | |
| Refunded | 6f03 | ["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"] | |
| Redeemed | 6f04 | ["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"] | |
| Edited | 6f05 | ["ParaId"] | |
| Dissolved | 6f06 | ["ParaId"] | |
| Unlocked | 6f07 | ["AccountIdOf","ParaId","BalanceOf"] | |
| AllUnlocked | 6f08 | ["ParaId"] | |
| Failed | 6f09 | ["ParaId"] | |
| Success | 6f0a | ["ParaId"] | |
| Retired | 6f0b | ["ParaId"] | |
| Continued | 6f0c | ["ParaId","LeasePeriod","LeasePeriod"] | |
| RefundedDissolved | 6f0d | ["ParaId","LeasePeriod","LeasePeriod"] |
Name | Type | |
|---|---|---|
| MultisigConfirmAccount | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| CurrentTrieIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Funds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"option<bifrost_salp_lite:FundInfo>","keys_id":4,"value_id":662}} | |
| FailedFundsToRefund | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"option<bifrost_salp_lite:FundInfo>","keys_id":642,"value_id":662}} | |
| RedeemPool | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 62662f73616c706c | |
| MinContribution | U128 | 00743ba40b0000000000000000000000 | |
| RelayChainToken | node_primitives:currency:CurrencyId | 0203 | |
| LeasePeriod | U32 | 803a0900 | |
| ReleaseCycle | U32 | 201c0000 | |
| ReleaseRatio | U8 | 32 | |
| BatchKeysLimit | U32 | f4010000 | |
| SlotLength | U32 | 08000000 |
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. |
| MigrateSlotBeforeFirstSlot | Migrate slot must be greater than 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. |
| 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 |
| NotEnoughFreeAssetsToRedeem | Dont have enough vsToken/vsBond to redeem |
| NotEnoughBalanceInRedeemPool | Don't have enough token to redeem by users |
| NotEnoughBalanceInFund | Invalid Fund when refund/redeem |
| InvalidFundSameSlot | |
| InvalidFundNotExist | |
| InvalidRefund |