thirdweb

Tokenizer

Ethereum
etherscanblockscout

Cap

(cap)

nonpayable

ipToken


Sign in

Use this function in your app


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