Hi Fireblocks Team,
I’m trying to deploy a simple the Simple Counter smart contract and call its functions.
After creating a Vault and Uploading the Contract Template successfully I call the contract template deploy endpoint
/v1/tokenization/templates/{contractTemplateId}/deploy
This gives me a transaction Ids and a 201 response
{
"txId": "74cd241b-c2fe-4ec5-bcae-5d26dcde49ee"
}
but then If I check the transaction details I can see that it ha failed.
...
"status": "FAILED",
"txHash": "",
"subStatus": "INTERNAL_ERROR",
...
Is there a way to get more details on what caused the deployment to fail ?
Kind Regards,
Dino Biafelli