Skip to main content

sdk.erc721lazydrop

Home > @openformat/sdk > ERC721LazyDrop

ERC721LazyDrop class

A class representing a ERC721LazyDrop contract that extends the BaseContract class.

BaseContract

Signature:

export declare class ERC721LazyDrop extends BaseContract 

Extends: BaseContract

Constructors

ConstructorModifiersDescription
(constructor)(provider, contractAddress, appId, signer)

Create a new instance of the App class.

Methods

MethodModifiersDescription
claim(params)

Claims tokens from the ERC721LazyDrop contract.

getClaimCondition(params)

Gets the claim condition for the ERC721LazyDrop contract.

getClaimCondition

removeClaimCondition(params)

Removes the claim condition for the ERC721LazyDrop contract.

removeClaimCondition

setClaimCondition(params)

Sets the claim condition for the ERC721LazyDrop contract.

setClaimCondition

verifyClaim(params)

Verifies a claim for tokens from the ERC721LazyDrop contract.