Skip to main content

TokenDiamondDeployed

result object
idstring

UUID identifier of the transaction

Example: 6585b5fb-8de8-452d-aa96-8e5de0f1ca09
contractIdstring

UUID of the deployed Smart Contract (deployed token)

Example: 75ec20f7-3de4-4fd1-bc7d-d6475f82d57c
messagestring

Information message

Example: Deployemnt transaction snet, wait for webhook confirmation
contractAddressstring

Address of the deployed contract (deployed address token)

Example: 0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
TokenDiamondDeployed
{
"result": {
"id": "6585b5fb-8de8-452d-aa96-8e5de0f1ca09",
"contractId": "75ec20f7-3de4-4fd1-bc7d-d6475f82d57c",
"message": "Deployemnt transaction snet, wait for webhook confirmation",
"contractAddress": "0xC593e77451cE7009209Ea4e7F62d64F2355D71ff"
}
}