eth_getCode
Retrieve smart contract or account code from an Ethereum address using specific block parameters. Designed for querying blockchain data via Ethereum RPC MCP Server.
Instructions
Retrieves the code at a given Ethereum address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to get code from | |
blockParameter | No | Block parameter (default: "latest") | latest |