debug_traceCall

The debug_traceCall method lets you run an eth_call within the context of the given block execution.

Description

The debug_traceCall method lets you run an eth_call within the context of the given block execution using the final state of parent block as the base. The first argument (just as in eth_call) is a transaction object. The block can be specified either by hash or by number as the second argument. The trace can be configured similar to debug_traceTransaction, see TraceConfig. The method returns the same output as debug_traceTransaction.


Language
Authorization
Header
Click Try It! to start a request and see the response here!