> 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/c-sdk-v3/function-references/token/contract/checksuicontractdeployment.md).

# 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](/sdk-reference/c-sdk-v3/object-references/token/vydeployederc1155contractdto.md)>
{% endtab %}
{% endtabs %}
