energywebx-testnet
subscan
Runtime Modules / LiquidStaking
Spec Version:
Events
Name
Lookup
Attributes
Staked9700["AccountId","BalanceOf","AssetBalanceOf","AccountId"]
CollatorsUpdated9701["BoundedVec<AccountId, MaxWhitelistedCollators>"]
RewardsReStaked9702["BalanceOf","AccountId"]
CollatorRemovedFromCandidatePool9703["AccountId"]
CollatorRemovalProcessed9704["AccountId"]
UnstakeRequested9705["AccountId","BalanceOf","BalanceOf"]
UnstakeClaimed9706["AccountId","Vec<(EraIndex, BalanceOf)>"]
StorageRollbacked9707["EraIndex","ProcessingPhase"]
PhaseTransition9708["ProcessingPhase","ProcessingPhase"]
PhaseExecuted9709["ProcessingPhase"]
NotEnoughWeightToExecutePhase970a["ProcessingPhase"]
Storage Functions
Name
Type
CurrentProcessingPhase{"origin":"PlainType","plain_type":"pallet_liquid_staking:pallet:ProcessingPhase","PlainTypeValue":223}
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":688}
ProcessingUnstakeEra{"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdpallet_liquid_staking:pallet:UnlockChunk>","PlainTypeValue":688}
ClaimableAmount{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_liquid_staking:pallet:UnlockChunk>","keys_id":0,"value_id":693}}
WhitelistedCollators{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":220}
CollatorsPendingRemoval{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":695}
TotalStaked{"origin":"PlainType","plain_type":"pallet_liquid_staking:pallet:TotalFunds","PlainTypeValue":696}
TotalVoucherSupply{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Constants
Name
Type
Value
VoucherAssetIdstaging_xcm:v5:location:Location0002043c0504
MaxUnlockChunksU323c000000
MaxWhitelistedCollatorsU3232000000
MinStakingAmountU12800009814440dab210800000000000000
MinUnstakingAmountU128000088b116afe3b50200000000000000
MaxOnInitializeWeightsp_weights:weight_v2:Weight0700d0ed902e02002000
StakeAdminAccountIdb519da4ccda3c14e76c31c8112b1e25bec7b6a1c327c2c6d049dd1a9010ce8fe
UnstakeFeePercentU32404b4c00
FeeBeneficiaryAccountId6d6f646c6c69715f7374616b0000000000000000000000000000000000000000
Error Types
Name
Docs
NoCollatorsSelectedNo collators selected for staking.
ZeroAmountAmount to stake is zero.
InsufficientBalanceInsufficient balance.
VoucherMintFailedFailed to mint voucher tokens.
VoucherBurnFailedFailed to burn voucher tokens.
StakingFailedFailed to stake with parachain staking.
CandidateNotFoundCandidate not found.
NoValidCollatorsOnTheCandidatePoolNo valid collators left on the candidate pool anymore.
CannotRemoveCollatorWithActiveStakeCannot remove collator with active stake.
NoUnstakeRequestsNo unstake requests.
NoUnstakeRequestsToClaimNo unstake requests to claim.
UnstakeNotAvailableYetUnstake not available yet.
UnstakeQueueFullUnstake queue is full.
TooManyChunksPendingToBeClaimedToo many chunks pending to be claimed by the user.
UnstakeRequestBelowMinimumUnstake request amount is below the minimum threshold.
StakeBelowMinimumStake amount is below the minimum threshold.
CalculationOverflowCalculation overflow occurred.
FailedToConsumeWeightFailed to consume weight for [`ProcessingPhase`] [`on_initialize`].
NotEnoughWeightLeftOnWeightMeterNot enough weight left on the [`WeightMeter`]
MaxCollatorsPendingRemovalReachedMax collators pending removal reached.
FailedToRemoveCollatorFailed to remove collator.
CollatorAlreadyPendingRemovalThere's already a pending removal request for the collator.