explorer_get_contract_code
Retrieve the deployed bytecode for a contract address on a specified chain to inspect and verify smart contract logic.
Instructions
Get the deployed bytecode of a contract at a given address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| contractAddress | Yes | Contract address (0x-prefixed) |