Name | Lookup | Parameters | |
|---|---|---|---|
| set_whitelisted_collators | 9700 | 1 | |
| stake | 9701 | 1 | |
| request_unstake | 9702 | 1 | |
| claim_unstake | 9703 | - | |
| administrator_stake | 9704 | 2 | |
| remove_whitelisted_collator | 9705 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Staked | 9700 | ["AccountId","BalanceOf","AssetBalanceOf","AccountId"] | |
| CollatorsUpdated | 9701 | ["BoundedVec<AccountId, MaxWhitelistedCollators>"] | |
| RewardsReStaked | 9702 | ["BalanceOf","AccountId"] | |
| CollatorRemovedFromCandidatePool | 9703 | ["AccountId"] | |
| CollatorRemovalProcessed | 9704 | ["AccountId"] | |
| UnstakeRequested | 9705 | ["AccountId","BalanceOf","BalanceOf"] | |
| UnstakeClaimed | 9706 | ["AccountId","Vec<(EraIndex, BalanceOf)>"] | |
| StorageRollbacked | 9707 | ["EraIndex","ProcessingPhase"] | |
| PhaseTransition | 9708 | ["ProcessingPhase","ProcessingPhase"] | |
| PhaseExecuted | 9709 | ["ProcessingPhase"] | |
| NotEnoughWeightToExecutePhase | 970a | ["ProcessingPhase"] |
Name | Type | |
|---|---|---|
| CurrentProcessingPhase | {"origin":"PlainType","plain_type":"pallet_liquid_staking:pallet:ProcessingPhase","PlainTypeValue":188} | |
| QueuedUnstakeRequests | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
| PendingUnstakeEra | {"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdpallet_liquid_staking:pallet:UnlockChunk>","PlainTypeValue":626} | |
| ProcessingUnstakeEra | {"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdpallet_liquid_staking:pallet:UnlockChunk>","PlainTypeValue":626} | |
| ClaimableAmount | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_liquid_staking:pallet:UnlockChunk>","keys_id":0,"value_id":631}} | |
| WhitelistedCollators | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":185} | |
| CollatorsPendingRemoval | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":633} | |
| TotalStaked | {"origin":"PlainType","plain_type":"pallet_liquid_staking:pallet:TotalFunds","PlainTypeValue":634} | |
| TotalVoucherSupply | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| VoucherAssetId | staging_xcm:v3:multilocation:MultiLocation | 0002043c0504 | |
| MaxUnlockChunks | U32 | 3c000000 | |
| MaxWhitelistedCollators | U32 | 32000000 | |
| MinStakingAmount | U128 | 00009814440dab210800000000000000 | |
| MinUnstakingAmount | U128 | 000088b116afe3b50200000000000000 | |
| MaxOnInitializeWeight | sp_weights:weight_v2:Weight | 0700743ba40b02002000 | |
| StakeAdmin | AccountId | b519da4ccda3c14e76c31c8112b1e25bec7b6a1c327c2c6d049dd1a9010ce8fe | |
| UnstakeFeePercent | U32 | 404b4c00 | |
| FeeBeneficiary | AccountId | 6d6f646c6c69715f7374616b0000000000000000000000000000000000000000 |
Name | Docs |
|---|---|
| NoCollatorsSelected | No collators selected for staking. |
| ZeroAmount | Amount to stake is zero. |
| InsufficientBalance | Insufficient balance. |
| VoucherMintFailed | Failed to mint voucher tokens. |
| VoucherBurnFailed | Failed to burn voucher tokens. |
| StakingFailed | Failed to stake with parachain staking. |
| CandidateNotFound | Candidate not found. |
| NoValidCollatorsOnTheCandidatePool | No valid collators left on the candidate pool anymore. |
| CannotRemoveCollatorWithActiveStake | Cannot remove collator with active stake. |
| NoUnstakeRequests | No unstake requests. |
| NoUnstakeRequestsToClaim | No unstake requests to claim. |
| UnstakeNotAvailableYet | Unstake not available yet. |
| UnstakeQueueFull | Unstake queue is full. |
| TooManyChunksPendingToBeClaimed | Too many chunks pending to be claimed by the user. |
| UnstakeRequestBelowMinimum | Unstake request amount is below the minimum threshold. |
| StakeBelowMinimum | Stake amount is below the minimum threshold. |
| CalculationOverflow | Calculation overflow occurred. |
| FailedToConsumeWeight | Failed to consume weight for [`ProcessingPhase`] [`on_initialize`]. |
| NotEnoughWeightLeftOnWeightMeter | Not enough weight left on the [`WeightMeter`] |
| MaxCollatorsPendingRemovalReached | Max collators pending removal reached. |
| FailedToRemoveCollator | Failed to remove collator. |
| CollatorAlreadyPendingRemoval | There's already a pending removal request for the collator. |