Skip to main content

trace_call

Params

(2)

1. block (required)

(any of)
string<hex>

2. calls (required)

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

Result

(String)
string

Params

block

calls


Request

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