# VyReadContractRequest

## Properties

| Field           | Type                                                                                                                      | Description                                 | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -------- |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                   | The blockchain of the contract              | ✗        |
| WalletAddress   | string                                                                                                                    | The wallet address                          | ✗        |
| ContractAddress | string                                                                                                                    | The contract address that you want to read  | ✗        |
| FunctionName    | string                                                                                                                    | The contract function that you want to call | ✗        |
| Inputs          | [VyContractInputParamDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractinputparamdto)   | Array of inputs needed to call the function | ✗        |
| Outputs         | [VyContractOutputParamDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractoutputparamdto) | Array of expected outputs                   | ✗        |

## References

**Operation**

* [ReadContract](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/contract/readcontract)
