WhiteNoise

Mantle

Register

(Register)

nonpayable


Sign In

Use this function in your app


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