Dexlab Docs
DexlabCreate TokenPool/SwapMomeTelegram
  • 🤘Introducing
  • PRODUCTS
    • 🔬Token Factory
      • 1️⃣Quick Token Creation Guide
      • 2️⃣Change Token Information (Update Metadata)
      • 3️⃣Manage Token (Burn, Mint, Revoke Freeze, Revoke Mint)
      • 4️⃣Token Hub – Manage & Explore
      • 💹Create OpenBook Market ID
      • ⁉️Token decimal guide
      • ⁉️Factory Fee
      • ⁉️How to check market ID?
      • ⁉️FAQ
      • Terms of service
    • 🤽‍♂️DEX(Swap/LP Pool)
      • 🔄Token Swap
      • 🔱Create Your Own Liquidity Pool – Easy & Fast!
      • ⚙️Provide & Manage Liquidity
    • 👼Mome Launchpad
    • 🔧SuperTools for XPLA
      • CW20 Token Creation
        • 1️⃣Instantiate (Minting)
        • 2️⃣Query Contract
        • 3️⃣Execute (Burn, Send, Logo Updated, etc)
        • ⚠️How to Get My CW20 Token Contract Address
      • CW721 Token Creation (NFT)
        • 1️⃣Instantiate (Minting)
        • 2️⃣Query Contract
        • 3️⃣Execute (Send, Transfer, Burn, etc)
        • ⚠️How to Check My CW721 on XPLA Explorer
    • 🔋SuperDEX for XPLA
      • BI/CI
      • Keplr Wallet Creation
    • 📋Terms of Service
    • 📖Platform Disclaimer
    • 📖SDK & API License Agreement
  • developer hub
    • 🏗️Token & Swap APIs
      • API Key Issuance Guide
      • Swap API
      • Token Creator API
    • Dexlab Factory Bot
  • ADDITIONAL RESOURCES
    • Twitter
    • Discord
    • Telegram
    • Medium
Powered by GitBook

© Copyright 2025 DEXLAB | All Rights Reserved

On this page
  1. PRODUCTS
  2. SuperTools for XPLA
  3. CW20 Token Creation

Execute (Burn, Send, Logo Updated, etc)

You can manage, control and interact with your token here.

PreviousQuery ContractNextHow to Get My CW20 Token Contract Address

Last updated 1 year ago

Type down your CW20 token contract address.

'Message Type' on the below will be activated.

  • Burn: Remove some amount of tokens from your balance and reduce the total token supply by the same amount.

  • Burn From: Make use of an allowance and remove some amount of tokens from the balance of another address.

  • Increase Allowance: Increase the allowance of an address based on your balance.

  • Decrease Allowance: Decrease the allowance of an address based on your balance.

  • Transfer: Move some amount of tokens from one address to another address.

  • Transfer From: Make use of an allowance and move some amount of tokens from one address to another address. Your address must be given an allowance from another address to use this.

  • Send: Move some amount of tokens from one address to another address and execute a message in the end.

  • Send From: Make use of an allowance and move some amount of tokens from one address to another address and execute a message at the end.

  • Update Marketing: Update marketing information related to your token contract.

  • Update Logo: Update token logo URL.

Token Burn

Let's try out for the burning.

Select 'Burn' on the drop-down menu.

Type down the amount of the token that you want to burn.

Click 'Execute' to proceed.

Burn executed.

🔧
3️⃣