arbtrace_replayTransaction

Replays a transaction, returning the traces.

Parameters

  1. Hash - Transaction hash.

  2. Array - Type of trace, one or more of: "vmTrace", "trace", "stateDiff".

Returns

  • Object - Block traces.

Example

Request

curl https://arbitrum-one.blastapi.io/<project-id>
-X POST \
-H "Content-Type: application/json" \
-d '{"method":"arbtrace_replayTransaction","params":["0xa3a97b9d1de234efb2ca9374c5918f9a7fc2adff4102aff686df01b6a3dc74f7",["trace"]],"id":1,"jsonrpc":"2.0"}'

Last updated