🛠️Contract Functions

Access essential contract functions directly from the contract tab.

Figure 1: Contract Tab

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()
      
      

Last updated