AssetHub Westend
subscan
Runtime Modules / AhOps
Spec Version:
Events
Name
Lookup
Attributes
LeaseUnreserveRemainingfe00["AccountId","ParaId","BalanceOf"]
CrowdloanUnreserveRemainingfe01["AccountId","ParaId","BalanceOf"]
SovereignMigratedfe02["ParaId","AccountId","AccountId","Option<DerivationIndex>"]
HoldPlacedfe03["AccountId","BalanceOf","RuntimeHoldReason"]
HoldReleasedfe04["AccountId","BalanceOf","RuntimeHoldReason"]
Storage Functions
Name
Type
RcLeaseReserve{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"U128","keys_id":944,"value_id":6}}
RcCrowdloanContribution{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"Tuple:AccountIdU128","keys_id":944,"value_id":409}}
RcCrowdloanReserve{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"U128","keys_id":944,"value_id":6}}
Error Types
Name
Docs
NoLeaseReserveEither no lease deposit or already unreserved.
NoCrowdloanContributionEither no crowdloan contribution or already withdrawn.
NoCrowdloanReserveEither no crowdloan reserve or already unreserved.
FailedToWithdrawCrowdloanContributionFailed to withdraw crowdloan contribution.
NotYetBlock number is not yet reached.
ContributionsRemainingNot all contributions are withdrawn.
WrongSovereignTranslationPassed account IDs are not matching unmigrated child and sibling accounts.
WrongDerivedTranslationThe account is not a derived account.
NotSovereignAccount cannot be migrated since it is not a sovereign parachain account.
InternalErrorInternal error, please bug report.
WouldReapThe migrated account would get reaped in the process.
FailedToPutHoldFailed to put a hold on an account.
FailedToReleaseHoldFailed to release a hold from an account.
FailedToThawFailed to thaw a frozen balance.
FailedToSetFreezeFailed to set a freeze on an account.
FailedToTransferFailed to transfer a balance.
FailedToReserveFailed to reserve a balance.
CannotUnreserveFailed to unreserve the full balance.
AccountIdenticalThe from and to accounts are identical.