zkVerify Testnet
subscan
Runtime Modules / Claim
Spec Version:
Call Functions
Name
Lookup
Parameters
begin_airdrop52001
claim52011
claim_for52021
add_beneficiaries52031
end_airdrop5204-
Events
Name
Lookup
Attributes
AirdropStarted5200["u64"]
Claimed5201["AccountId","BalanceOf"]
AirdropEnded5202["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