πŸšΆβ€β™‚οΈ
The Chain'Factory'
  • βš™οΈThe Chain'Factory'
  • Factory Orientation
    • Getting Started
    • πŸ“„My Account
    • πŸ“”Deployed Contracts
      • Deploy Management
        • Summary
        • Manage
        • Holder List
        • Pausable
        • Recoverable
        • Mintable
        • Blacklist
        • Whitelist
        • Cooldown
        • Max Balance
        • Max Transferable
        • Dex Router
        • Taxable
        • Social
    • πŸ’ΌManage Contracts
  • Token Forge (Builder)
    • Token Forge (Builder)
      • πŸ†•New Deploy
        • Basic Details
          • ℹ️Token Information
          • πŸ”Transfer Ownership
          • ⬇️Initial Supply Recipients
        • Feature Add-Ons
          • β˜‘οΈContract Features
          • πŸ’°Mintable
          • πŸ”₯Burnable
          • πŸ›‘Blacklist
          • 🟒Whitelist
          • ⏱️Cooldown
          • πŸ“©Max Balance Per Wallet
          • πŸ“€Max Transfer Amount
          • βͺRecover Foreign Tokens
          • ⏸️Pausable
          • 🎟️Permit
          • πŸ“ΈHolder List
        • Dex & Taxes
          • πŸ›£οΈDex Router
          • πŸ’΅Taxable
        • Header & Compiler
          • ✍️Header Comment Block
          • πŸ€“Advanced Compiler Settings
          • πŸ”°Verify Code on Block Explorer
        • Summary
          • πŸ“ƒContract Summary
          • ✍️Confirming Deploy
        • Deploy
          • πŸŽ‰Token Deploy
      • πŸ’΅Pricing & Examples
        • ERC20 Example
        • Meme Token Example
  • Liquidity Locker
    • Coming Soon
  • Vesting Scheduler
    • Coming Soon
  • Presales
    • Coming Soon
  • Launchpads
    • Coming Soon
  • ℹ️Factory Information
    • πŸ“œWallets & Contracts
    • πŸ“ƒFactory Audits
      • Main Token Contract
      • Transparent Proxy Contract
      • Proxy Implementation of Factory Contract
      • MultiSignature Builder
      • Staking dApp Builder
      • Vesting Scheduler
Powered by GitBook
On this page
  1. Factory Orientation
  2. Deployed Contracts
  3. Deploy Management

Manage

PreviousSummaryNextHolder List

Last updated 1 year ago

The Manage section of the contract management relates to the ownership of the contract. This section will allow you to complete two management actions for your contract:

  1. Change ownership of the contract

  2. Renounce the ownership of the contract

Once the transaction has been approved you will no longer have ownership or management rights over this contract and it will belong to the wallet address to which it was transferred.

You will still see the contract and the available functions in your Deployed Contracts section of the UI; however, the summary page will show a Current Owner and Initial Owner address.

You will not be able to call or update any functions as you are not the owner of the contract.


Renouncing ownership of a contract means that you do not want to update or change any of the existing variables, and are willing to leave the contract as is.

Only renounce once you have confirmed you are completely sure you no longer with to perform management on your contract.

To change ownership enter the address of the new owner in the New Owner textbox and then select the button an approve the transaction in your Web3 Wallet.

To renounce ownership of the contract (which is not renouncing the entire contract) select the button and approve the transaction in your Web3 Wallet.

πŸ“”