Skip to main content

debug_traceCall

Params

(3)

1. block (required)

(any of)
string<hex>

2. call (required)

array of:
data
string or null
from
gas
gas_price
to
string<hex>
required
value

3. tracer (required)

tracer
string
required
Allowed values:
callTracerprestateTracer

Result

(String)
string

Params

block

call

tracer


Request

await window.ethereum.request({
"method": "debug_traceCall",
"params": [
null,
null,
null
]
});