runContractFunction
Execute a specific read-only function from a smart contract’s ABI to retrieve data directly using its address and function name. Designed for blockchain data interaction via the Moralis REST API.
Instructions
Run a given function of a contract ABI and retrieve readonly data. Try it with Swagger.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the contract | |
function_name | No | The function name of the contract |