TokenDeployed
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:
Deployment Successful
contractAddressstring
Address of the deployed contract (deployed address token)
Example:
0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
TokenDeployed
{
"result": {
"id": "6585b5fb-8de8-452d-aa96-8e5de0f1ca09",
"contractId": "75ec20f7-3de4-4fd1-bc7d-d6475f82d57c",
"message": "Deployment Successful",
"contractAddress": "0xC593e77451cE7009209Ea4e7F62d64F2355D71ff"
}
}