Transaction Debugging Tools
EVM Equivalence
As OP Mainnet is EVM Equivalent (opens new window), most debugging tools work out of the box with OP Mainnet.
# Tenderly
Tenderly (opens new window) lets you inspect any transaction execution on OP Mainnet or OP Goerli (opens new window). You can inspect the state of your verified contract in any step of the transaction's execution, as well as step into or over function calls. The level of detail the Tenderly dashboard presents will reduce your development time as well as help you understand the execution flow of transactions. It helps you to inspect states at every instance of transaction and gives a platform to trace transactions.
# Etherscan
Etherscan (opens new window) allows you to see events as well as revert messages for transactions that have been mined on OP Mainnet as well as OP Goerli (opens new window). You can see more information about all the L2 features Etherscan offers on our Explorers page.
# Blockscout
Blockscout allows you to see events on both OP Mainnet (opens new window) and OP Goerli (opens new window).
# Know other good tools?
Reach out to us in our Discord (opens new window) or make a PR (opens new window). We'd love your help in expanding the tools available to build Optimistically.