thirdweb

SchmackoSwap

Ethereum
etherscanblockscout

Cancel

(cancel)

nonpayable

listingId


Sign in

Use this function in your app


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