ClankerAirdropV2
How to Set Up
struct AirdropExtensionData {
address admin; // controller of the token's airdrop admin functions
bytes32 merkleRoot; // the merkle root of the airdrop
uint256 lockupDuration; // the duration of the lockup period
uint256 vestingDuration; // the duration of the vesting period
}Merkle Root Format
Admin Capabilities
Admin-Facing Functions
How to Claim
User-Facing Functions
Last updated