You can transfer ownership of a contract by using the TransferOwnership function of the contract.
This could be useful in cases where you'd like your Manifold Creator contract to be owned by a Gnosis Safe, or when you've created your contract with a software wallet and want to transfer it to a hardware wallet.
Things to note before you transfer ownership:
Only the current owner of the contract has permission to transfer ownership of the contract.
Transferring ownership is an irrevocable action. Make sure you are transferring to the correct address before confirming your transaction.
How to Transfer Ownership of a contract.
Go to Etherscan https://etherscan.io
Enter your contract address in the "Search by address" field
On the contract page select "Contract" tab,
In the "Contract" tab select the "Write as Proxy" tab.
Connect your wallet by selecting the "Connect to Web3" button.
β
βNavigate to the function "Transfer Ownership"
Enter the address of the wallet that you wish to transfer ownership to in the "NewOwner(address)" input field
βClick "Write"
Confirm the transaction on your wallet.