> 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/erc20-contract/createerc20contract.md).

# CreateErc20Contract

This endpoint is used to create an ERC20 contract.

{% code overflow="wrap" %}

```cpp
void CreateErc20Contract(const FVyCreateErc20ContractRequest& Params, const FVyOnCreateErc20ContractComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

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

\
**OnComplete Callback** (FVyOnCreateErc20ContractComplete)\
Contains a [FVyDeployedErc20ContractDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvydeployederc20contractdto.md) response type
