The Ethereum Virtual Machine (EVM) traces provide detailed run time data for each step of the transaction, including information such as gas used, result, error values, and so on. EVM traces, unlike state and transactions, are not part of the blockchain and do not have to be persisted on nodes. …