Skip to content

full TxInspector implementation with slot access tracing, asset transfer tracking, and enhanced EVM call analysis

Latest

Choose a tag to compare

@Rollp0x Rollp0x released this 20 Jul 04:39
· 4 commits to main since this release

REVM-Trace v4.1 Major Update

Full-featured TxInspector implementation for EVM transaction tracing:

  • Tracks contract calls, creations, selfdestructs, and event logs.

  • Implements fine-grained slot access (SLOAD/SSTORE) tracing with per-call context.

  • Records all asset transfers (ETH & ERC20/ERC721/ERC1155) and parses standard token events.

  • Maintains call hierarchy, execution flow, and state changes for each transaction.

  • Handles delegate calls, contract creation address resolution, and selfdestruct balance transfers.

Enhanced documentation and inline comments for maintainability.

Improved modularity and extensibility for custom Inspector logic.

All changes are guarded by feature flags for compatibility and safe compilation.