# CheckSuiContractDeployment

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyDeployedErc1155ContractDto> CheckSuiContractDeployment(string deploymentId)
```

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

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