🤔 Got questions? Schedule an office hours session.

tenderly_traceTransaction - Base Mainnet


Summary

Replays transaction on the blockchain and provides information about the execution.
The response includes:

  • decoded logs,
  • decoded call trace,
  • decoded asset changes (assetChanges),
  • decoded state changes (stateChanges),
  • balance changes (balanceChanges),
  • nonce change.

Note: change fields (assets, balance, state and nonce) are omitted if no change has taken place.

Parameters

1. Transaction Hash TX Hash

Hash of a transaction to get information for
Example: 0x12345...

Code Examples