Blockscout MCP
get_contract_abi
Get smart contract ABI (Application Binary Interface). An ABI defines all functions, events, their parameters, and return types. The ABI is required to format function calls or interpret contract data.
Remote blockscout/mcp-server
Other tools also called get_contract_abi?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"address": {
"type": "string",
"title": "Address",
"description": "Smart contract address"
},
"chain_id": {
"type": "string",
"title": "Chain Id",
"description": "The ID of the blockchain"
}
}
}