Skip to main content
Security & testing

hardhat-tracer

Debugging & inspection

Hardhat · Debugging tools · Event logging

hardhat-tracer is a Hardhat plugin that prints internal calls, events, and storage operations for a transaction in the console. Hardhat users install it to see what actually happened inside a failing test transaction.

Related resources