> 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/createerc1155contract.md).

# CreateErc1155Contract

This endpoint is used to create a contract.

{% code overflow="wrap" %}

```cpp
void CreateErc1155Contract(const FVyCreateErc1155ContractRequest& Params, const FVyOnCreateErc1155ContractComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

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

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