Is it possible to transfer smart-contract (dApp) ownership?

Hi,

I’m looking for solution, how can I transfer smart-contract ownership to the another address.

Thank you!

When an account deploys a smart contrac, the approval/clearstate, and any global state data is stored against the creators account. Similar to how assets/NFTs are stored on their creator account.
The ownership cannot be transferred, and the minimum balance requirement will always be on the creator.

1 Like