ERC721 Equal Instant Stream

Avalanche C-Chain
snowtrace
Code Snippets

Claim

(claim)

nonpayable

ticketTokenId


Connect Wallet

Use this function in your app


import { prepareContractCall, sendTransaction } from "thirdweb"; const transaction = await prepareContractCall({ contract, method: "function claim(uint256 ticketTokenId)", params: [ticketTokenId] }); const { transactionHash } = await sendTransaction({ transaction, account });