post https://{ronin-network}.gateway.tatum.io/
The debug_traceTransaction RPC method is utilized to trace the execution of a transaction on the Ronin blockchain.
This method is highly beneficial for debugging purposes, as it furnishes comprehensive details regarding the transaction's execution.
These details include the type of call, the involved addresses, the transferred value, the gas consumption, the input and output data, any encountered errors, and reasons for reverts if applicable.
Moreover, it can enumerate sub-calls made during the transaction's execution.