> 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/ts-js-v3/function-references/token/erc20-contract/getdeployederc20contract.md).

# getDeployedErc20Contract

### Description

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

{% code overflow="wrap" %}

```javascript
public getDeployedErc20Contract(deploymentId: string) : VyPromise<VyDeployedErc20ContractDto>
```

{% 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**

VyPromise<[VyDeployedErc20ContractDto](/sdk-reference/ts-js-v3/object-references/token/vydeployederc20contractdto.md)>
{% endtab %}
{% endtabs %}
