get_source
Retrieve the source code of a smart contract by specifying its address and blockchain network. Integrates with the Bankless Onchain MCP Server for blockchain data access.
Instructions
Gets the source code for a given contract on a specific network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | The contract address | |
| network | Yes | The blockchain network (e.g., "ethereum", "base") |