> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvycreatetransaction_contractexecutionrequest.md).

# FVyCreateTransaction\_ContractExecutionRequest

## Properties

| Status       | [EVyTransactionRequestState](/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionrequeststate.md) | Controls the execution behavior of the transaction: - \`SAVED\`: Transaction is created and saved with a UUID for later execution - \`READY\`: Transaction is created with a UUID, ready for execution, and has an expiration date/time - \*\*Omit field\*\*: Same behavior as \`READY\` - transaction is prepared and ready for immediate execution |
| ------------ | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FunctionName | FVyOptString                                                                                                        | The name of the function you want to call                                                                                                                                                                                                                                                                                                            |
| Value        | FVyOptFloat                                                                                                         |                                                                                                                                                                                                                                                                                                                                                      |
| Inputs       | [FVyOptContractInputParamDtoArray](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvycontractinputparamdto.md)  | Array of inputs needed to call the function                                                                                                                                                                                                                                                                                                          |
| WalletId     | FVyOptString                                                                                                        | The wallet \`ID\` that will execute the transaction                                                                                                                                                                                                                                                                                                  |
| To           | FVyOptString                                                                                                        | The destination wallet address                                                                                                                                                                                                                                                                                                                       |
| Chain        | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                                     | The blockchain of the transaction                                                                                                                                                                                                                                                                                                                    |
| Type         | FString                                                                                                             | <p>\[READ-ONLY] == CONTRACT\_EXECUTION<br>The type of transfer.</p>                                                                                                                                                                                                                                                                                  |
