contract_call_raw_function_as_read_only
Execute read-only contract function calls on the NEAR blockchain using this tool to view contract data without altering the blockchain state.
Instructions
Call a function of a contract as a read-only call. This is equivalent to saying we are calling a view method of the contract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes | The arguments to pass to the method. | |
contractId | Yes | The account id of the contract. | |
methodName | Yes | The name of the method to call. | |
networkId | No | mainnet |