zkVerify Testnet
subscan
Runtime Modules / Claim
Spec Version:
Call Functions
Name
Lookup
Parameters
begin_airdrop27001
claim27011
claim_for27021
add_beneficiaries27031
end_airdrop2704-
Events
Name
Lookup
Attributes
AirdropStarted2700["u64"]
Claimed2701["AccountId","BalanceOf"]
AirdropEnded2702["u64"]
Storage Functions
Name
Type
Beneficiaries{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
TotalClaimable{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
AirdropActive{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
AirdropId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
PalletAccountId{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Constants
Name
Type
Value
PalletId[U8; 8]7a6b762f70636c6d
Error Types
Name
Docs
AlreadyStartedAttempt to start a new airdrop while there is one already in progress
NotEligibleAccount requested a claim but it is not present among the Beneficiaries
NothingToClaimAdded a beneficiary without balance to claim
AlreadyPresentAttempt to modify the balance of an already added beneficiary
AlreadyEndedAttempt to perform an action implying an open airdrop, while it has already ended