debug_traceCall - Kaia

Archive Method

Complex queries might take longer and incur additional cost

The debug_traceCall is an Kaia RPC method that allows you to execute a given call (message), tracing the steps of its execution. This can be helpful for developers and auditors who want to inspect and analyze the internal operations and state changes of a contract call without modifying the blockchain state. This method can assist in debugging and identifying potential issues with contract execution, as well as understanding how gas is consumed during the execution of a call.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to debug_traceCall
params
array
length between 3 and 3
  1. object - Transaction Object
  2. string - Block Identifier: Block hash, block number (in hex), or block tag
  3. tracer - Object: Currently supports callTracer and prestateTracer
params
Response

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json