Merkle-Airdrop
Introduction
InstantiateMsg
pub struct InstantiateMsg {
pub asset_info: Asset,
pub kernel_address: String,
pub owner: Option<String>
}{
"asset_info":{
"cw20_token":"andr1..."
},
"kernel_address":"andr1...",
"owner":"andr1..."
} Name
Type
Description
ExecuteMsg
RegisterMerkleRoot
Name
Type
Description
Claim
Name
Type
Description
Burn
Name
Type
Description
Base Executes
Query
Config
ConfigResponse
Name
Type
Description
MerkleRoot
MerkleRootResponse
Name
Type
Description
LatestStage
LastStageResponse
IsClaimed
Name
Type
Description
IsClaimedResponse
Name
Type
Description
TotalClaimed
Name
Type
Description
TotalClaimedResponse
Name
Type
Description
Base Queries
Last updated
Was this helpful?