> 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/function-references/token/contract/createsuicontract.md).

# CreateSuiContract

This endpoint is used to create a SUI contract.

{% code overflow="wrap" %}

```cpp
void CreateSuiContract(const FVyCreateSuiContractRequest& Params, const FVyOnCreateSuiContractComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Params     | [FVyCreateSuiContractRequest](/sdk-reference/ue5-sdk-v3/object-references/token/fvycreatesuicontractrequest.md) | Parameters for this operation (FVyCreateSuiContractRequest)                             |
| ---------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnCreateSuiContractComplete                                                                                  | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnCreateSuiContractComplete)\
Contains a [FVyDeployedErc1155ContractDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvydeployederc1155contractdto.md) response type
