get_contract_state
Retrieve current on-chain state for any Dysnomia contract—balances, supply, ownership, minting status—using contract name or raw address.
Instructions
Read the current on-chain state of any Dysnomia contract — balances, supply, ownership, minting status. Accepts a contract name (META, RING, etc.) or raw address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | Contract name (META, RING, PANG, QING, LAU, YUE, GWAT) or a raw 0x address | |
| target_address | No | Optional address to check balanceOf |