read-contract
Execute read-only functions on smart contracts to retrieve data using ABI, contract address, function name, and arguments, enabling secure blockchain interactions without exposing private keys.
Instructions
Call a read-only function on a contract, and returning the response
Input Schema
Name | Required | Description | Default |
---|---|---|---|
abi | Yes | ||
address | Yes | ||
args | Yes | ||
functionName | Yes |