For the complete documentation index, see llms.txt. This page is also available as Markdown.

getDeployedErc20Contract

Description

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

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

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>

Last updated