typescript-sdk

Home > @3rdweb/sdk > ClaimConditionPhase > setMaxQuantity

ClaimConditionPhase.setMaxQuantity() method

Override the maxQuantity for the claim condition after creating the phase.

Signature:

setMaxQuantity(maxQuantity: BigNumberish): ClaimConditionPhase;

Parameters

Parameter Type Description
maxQuantity BigNumberish The max quantity NFTs that can be claimed in this phase.

Returns:

ClaimConditionPhase