📄️ debug_traceBlockByHash - Soneium
Replays the block that is already present in the database.
📄️ debug_traceBlockByNumber - Soneium
Replays the block that is already present in the database.
📄️ debug_traceCall - Soneium
Runs an eth_call within the context of the given block execution using the final state of parent block as the base.
📄️ debug_traceTransaction - Soneium
Attempts to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it and will then attempt to execute the transaction that corresponds to the given hash.