Hi,
I execute successfully two different kinds of Smart Contract transactions.
The first one - e.g. 730f41c6-0384-4311-ac9f-19ce78f3c2fc - always return complete block data
The second one - e.g. 00b50ae6-c8e9-4856-8561-c0a48ee9f189 - never returns any block data.
What is the difference here? How do I get the second to populate the block data?
Hi @finone I looked into your second tx 00b50ae6-c8e9-4856-8561-c0a48ee9f189
and I can see it is a contract call where you minted tokens and received from CELOs black hole address with this txHash
0x327e8e2bb829263ec0b7ea204629de41ad54450c2a0cc0355b67aa3256b272a6
The first txHash was a standard contract call Transaction 0xf6ce6392a19cf39e56adc05bd5a8ef268451d2cf07da59d44da235b7df3d6939 - Alfajores Explorer
There seems to have been an error on your 2nd contract call that caused no block data to be returned, were you able to get a txHash from the first response?
Thanks for the reply Mohammed.
Sorry I don’t understand this question?
and I can see it is a contract call where you minted tokens and received from CELOs black hole address with this txHash
Yes this is correct.
Looking at this txHash you can see there was/is a block attached?
Regarding the possible error in the 2nd contract call, the smart contract call executed without error and all post call balances were correct.
thanks