renounceOwnership

Prepares a transaction to call the "renounceOwnership" function on the contract.

Example

import { renounceOwnership } from "thirdweb/extensions/modular";
const transaction = renounceOwnership();
// Send the transaction
...

Parameters

Returns

A prepared transaction object.