Bundle Fren Docs
WebsiteDappTelegramTwitter
  • Introduction
    • ๐Ÿ‘‹Welcome to Bundle Fren
    • ๐ŸWhy Bundle Fren?
    • ๐Ÿ”—Important Links
  • Video Tutorials
    • ๐Ÿ“ฝ๏ธBundle Demo
  • Getting Started
    • ๐ŸŒSupported Networks
    • ๐ŸคCompatible Contracts
    • ๐Ÿ”ŒConnecting Your Wallet
    • ๐Ÿ”ขSimulation
  • Deploy Token
    • ๐Ÿช™Deploy Your Token
  • Bundle Setup
    • ๐Ÿท๏ธToken Details
    • ๐Ÿ’ฐDistributor Setup
    • ๐Ÿ‘ฅGenerate or Import Wallets
    • ๐Ÿ’ธFunding Wallets
    • ๐ŸŽฏLaunch
  • Post Launch Management
    • ๐Ÿ’ผWallet's Page Overview
    • ๐Ÿ› ๏ธContract Functions
    • ๐Ÿ’ฑSelling Tokens
    • ๐Ÿ›๏ธBuying Tokens
  • Additional Features
    • ๐Ÿ“ฌTransfer Tokens/ETH
    • ๐Ÿ“คMultiSend
    • ๐Ÿ“ฅMultiCollect
  • Payments
    • ๐Ÿ’ฒBundle Fee
  • Troubleshooting
    • โŒBundle Simulation Errors
    • ๐Ÿ’ฌSupport
  • Free Tools
    • ๐Ÿ”Bundle Checker
Powered by GitBook
On this page
  1. Post Launch Management

Contract Functions

Access essential contract functions directly from the contract tab.

PreviousWallet's Page OverviewNextSelling Tokens

Last updated 1 month ago

The Contract Tab provides quick access to essential contract functions commonly needed for managing your token. Each function operates based on your specific contract code, so its exact behaviour may vary. Weโ€™re continuously expanding the list of supported functions to offer greater flexibility but if you have specific requirements, please donโ€™t hesitate to reach out.

Available Contract Functions:

  • Remove Limits: Remove trading limit restrictions within the contract such as the max transaction.

  • Remove Transfer Tax: Remove any taxes on token transfers.

  • Renounce Ownership: Give up your ownership of the contract. Once ownership is renounced, you can no longer make further changes to the contract.

  • Unclog: Clear your contract clog by swapping all tokens in the contract for ETH.

  • Burn Liquidity: Permanently burn the liquidity tokens the contract deployer holds. This means liquidity can no longer be removed.

  • Remove Liquidity: Withdraw the entire liquidity from the pool, reclaiming both the token and ETH portions that were initially added. Depending on your contract, you may need to remove transaction limits first or remove liquidity via the Uniswap interface instead.

If a button for an action or function isnโ€™t visible, it means the corresponding function is either not available in your contract or that the function name isnโ€™t currently recognized in our system.

For additional functions not listed here, please contact our team, and weโ€™ll gladly add support for them.

// REMOVE LIMITS FUNCTIONS
  exileW_Restriction()
  removeAllLimits()
  removeLimit()
  RemoveLimits()
  removeLimits()
  removeLimitsNow()
  removeLimitsTx()
  removeTxLimits()
  isNotRestricted()
  isUnrestricted()
  
  
// REMOVE TRANSFER TAX FUNCTIONS  
  removeTransferTax()
  removeTranTax()    

    
// RENOUNCE OWNERSHIP FUNCTIONS  
  renounceOwnedOwnership()
  renounceOwnership() 
  
// UNCLOG FUNCTIONS
  manualSwap() 
  manualSwap_1()
      
      

๐Ÿ› ๏ธ
Figure 1: Contract Tab