TypeScript SDK

ClaimConditionInput

Represents the input data for creating a claim condition for a Modular Drop contract.

type ClaimConditionInput = {
allowList?: Array<string>;
currencyAddress?: string;
endTime?: Date;
maxClaimablePerWallet?: number | string;
maxClaimableSupply?: number | string;
pricePerToken?: number | string;
startTime?: Date;
};