{
"receipt": {
"txnHash": "<string>",
"txnStatus": "FAILED",
"txnIndex": 123,
"txnType": "LegacyTxnType",
"blockHash": "<string>",
"blockNumber": 123,
"gasUsed": 123,
"effectiveGasPrice": "<string>",
"from": "<string>",
"to": "<string>",
"logs": [
{
"contractAddress": "<string>",
"topics": [
"<string>"
],
"data": "<string>",
"index": 123
}
],
"final": true,
"reorged": true
}
}