subscan
Runtime Modules / Claims
Spec Version:
Call Functions
Name
Lookup
Parameters
claim5c003
set_upload_account5c011
store_root_hash5c021
Events
Name
Lookup
Attributes
Claimed5c00["AccountId","<T as pallet_balances::Config>::Balance"]
RootHashStored5c01["<T as frame_system::Config>::Hash"]
Storage Functions
Name
Type
ClaimedAmounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
RootHashes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"Bool","keys_id":9,"value_id":44}}
UploadAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Constants
Name
Type
Value
MinimalPayoutAmountU1280000f444829163450000000000000000
PalletId[U8; 8]702f636c61696d73
Error Types
Name
Docs
InsufficientBalanceAmount being claimed is less than the available amount in [`ClaimedAmounts`].
InvalidProofsThe combination of account id, amount, and proofs vector in a claim was invalid.
MustBeAdminProtected operation, must be performed by admin
UnderMinPayoutThe payout amount attempting to be claimed is less than the minimum allowed by [`MinimalPayoutAmount`].