abi-encode-with-signature
Encode Ethereum function calls with ABI using a function signature and parameter values array. Simplify smart contract interactions on the Blockchain MCP Server.
Instructions
encode function call with abi
Input Schema
Name | Required | Description | Default |
---|---|---|---|
functionSignature | Yes | function signature, e.g. 'transfer(address,uint256)' | |
values | Yes | parameter values array, corresponding to the types array |