ReadonCurateV2

Linea
EtherscanBlockscout

Curate

(curate)

nonpayable


contentUrl


Sign In

Use this function in your app


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