thirdweb

Unlock

Ethereum
etherscanblockscout

Initialize Ownable

(__initializeOwnable)

nonpayable

sender


Sign in

Use this function in your app


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