get-contracts-by-code
Retrieve all smart contracts instantiated from a specific code ID on the Osmosis blockchain. Query deployed contracts by their source code identifier.
Instructions
Returns all contracts instantiated from a specific code ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codeId | Yes | The code ID to query contracts for | |
| limit | No | Maximum number of contracts to return (default: 50) |