Skip to main content
Glama

Blockchain MCP Server

by lienhage

abi-encode-with-signature

Encode Ethereum smart contract function calls with ABI using a function signature and parameter values. Simplifies blockchain interaction by generating precise transaction data.

Instructions

encode function call with abi

Input Schema

NameRequiredDescriptionDefault
functionSignatureYesfunction signature, e.g. 'transfer(address,uint256)'
valuesYesparameter values array, corresponding to the types array

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "functionSignature": { "description": "function signature, e.g. 'transfer(address,uint256)'", "type": "string" }, "values": { "description": "parameter values array, corresponding to the types array", "items": { "type": [ "string", "number", "boolean" ] }, "type": "array" } }, "required": [ "functionSignature", "values" ], "type": "object" }
Install Server

Other Tools from Blockchain MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/lienhage/blockchain-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server