Bankless Onchain MCP Server

Official

get_abi

Retrieves the Application Binary Interface (ABI) for a specified smart contract on a given blockchain network, enabling interaction with contract functions and data.

Instructions

Gets the ABI for a given contract on a specific network

Input Schema

NameRequiredDescriptionDefault
contractYesThe contract address
networkYesThe blockchain network (e.g., "ethereum", "base")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contract": { "description": "The contract address", "type": "string" }, "network": { "description": "The blockchain network (e.g., \"ethereum\", \"base\")", "type": "string" } }, "required": [ "network", "contract" ], "type": "object" }

You must be authenticated.

Other Tools from Bankless Onchain MCP Server

Related Tools

ID: uawv4sbvqj