Look up contract metadata
lookup_contractRetrieve protocol metadata, contract type, verified ABI status, and category hints from CryptoTaxEdge's registry to determine how to classify a transaction.
Instructions
Look up a smart contract in CryptoTaxEdge's registry. Returns protocol metadata, contract type, verified ABI availability, label, and category hints. Use before deciding whether to classify a tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain slug (e.g. "ethereum", "polygon", "arbitrum"). EVM only. | |
| address | Yes | Contract address (0x-prefixed 42-char for EVM). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| chain | No | ||
| category | No | ||
| protocol | No |