I am trying to decode transactions from a block, and I noticed that failed transactions are included in a block. Is there any specific information within failed transaction data or within block that contains this failed transaction, that can tell me that this transaction is failed?
Or maybe that information is stored in one of next blocks?
For example this transaction : 0xea643e4f24b30e90585da76644adc8ed59b9630fb79cddce25292c64c36c9906
is in this block:
https://api.etherscan.io/api?module=proxy&action=eth_getBlockByNumber&tag=0xBE99B6&boolean=true&apikey=YourApiKeyToken
I am trying to find is there any information within this transaction data in this block, that will tell me that this transaction is failed.
– Stefan Jankovic May 23 '21 at 15:09