Docs

claimTo

Claim ERC721 NFTs to a specified address

Example

import { claimTo } from "thirdweb/extensions/erc721";
const tx = await claimTo({
contract,
to: "0x...",
quantity: 1n,
});

Parameters

Returns

A promise that resolves with the submitted transaction hash.