encode_call_data
Encode function call data for multicall use on EVM chains. Convert a function signature and arguments into encoded bytes for batch transactions.
Instructions
Encode function call data for use in multicall
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Function arguments as strings | |
| functionSignature | Yes | Function signature (e.g., 'balanceOf(address)') |