# 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvycreateerc20contractrequest) | 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvydeployederc20contractdto) response type
