# checkErc1155ContractDeployment

### Description

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

{% code overflow="wrap" %}

```javascript
public checkErc1155ContractDeployment(deploymentId: string) : VyPromise<VyDeployedErc1155ContractDto>
```

{% endcode %}

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

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

**Returns**

VyPromise<[VyDeployedErc1155ContractDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vydeployederc1155contractdto)>
{% endtab %}
{% endtabs %}
