# GetDeployedErc20Contract

### Description

This endpoint is used to check the status of the token contract creation request.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyDeployedErc20ContractDto> GetDeployedErc20Contract(string deploymentId)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| deploymentId | string | To track the status of a token contract creation. It is in the response body of the create contract endpoint as \`result.id\`. |
| ------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------ |

**Returns**

VyTask<[VyDeployedErc20ContractDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vydeployederc20contractdto)>
{% endtab %}
{% endtabs %}
