get_contract_metadata
Retrieve NEAR contract metadata including code hash, storage usage, and detected methods or standards to analyze contract interfaces and state.
Instructions
Fetches contract metadata including code hash, storage usage, and detected methods/standards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | NEAR network to query (default: mainnet) | |
| contract_id | Yes | The NEAR account ID of the contract (e.g., "wrap.near") |