# Query Contract

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2F2A1o4fdMTA0tyIeT2RR7%2FQuery.png?alt=media&#x26;token=343b59e5-1417-4c81-9062-a25ed411bcb0" alt=""><figcaption></figcaption></figure>

Type down your CW20 token contract address. [how-to-get-my-cw20-token-contract-address](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/how-to-get-my-cw20-token-contract-address "mention")

Then query response appears on the right side.

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2Ftc3TZFPMODJjhaCO12O7%2FScreen%20Shot%202023-05-03%20at%2016.17.24%20PM.png?alt=media&#x26;token=212b4c9b-ce15-494c-9fdc-1033ad6fcfe5" alt="" width="375"><figcaption></figcaption></figure>

**All Accounts**, **Minter**, and **Marketing** queries do not require additional parameters other than the CW20 contract address. Required parameters for other queries are shown below.

* **Balance** of a specific address
  * Owner Address
* **Allowance** is an amount allowed by some address to another address for spending or burning.
  * Allower address
  * Spender address
* **All Allowance** is the list of all allowances an address has provided.
  * Allower Address
* **All Accounts** that have the token.
* **Minter** address for the token contract.
* **Marketing** information is provided by the token.
