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. CW721 Token Creation (NFT)

Query Contract

PreviousInstantiate (Minting)NextExecute (Send, Transfer, Burn, etc)

Last updated 2 years ago

Each query requires at least 1 input which is the CW721 contract address.

Number of Tokens, Contract Info, All Tokens, and Minter queries do not require additional parameters other than the CW721 contract address. Required parameters for other queries are shown below.

  • Owner Of: Outputs the owner of a token inside the contract

    • Token ID

  • Approval: The permissions an address has over a token.

    • Owner Address

    • Token ID

  • Approvals: The list of all approvals given by the owner of the token.

    • Token ID

  • All Operators: The list of addresses that have complete control over the inputted addresses NFTs. An operator is added by the Approve All method.

    • Owner Address

  • NFT Info: Contains token URI and extension information.

    • Token ID

  • All NFT Info: More comprehensive information related to the NFT such as owner address and all the approvals.

    • Token ID

  • Tokens: All the tokens an address owns.

    • Owner Address

🔧
2️⃣