Parameters
string
default:"42170"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"arbtrace_callMany"
required
JSON-RPC method name.
object
required
An array with two elements: an array of call + traceType pairs, and a block tag or number.Positional parameters for
arbtrace_callMany:params[0]: List of transaction call + trace type tuples to simulate sequentially.params[1]: Block number or tag (e.g., latest, pending) to simulate the calls on.
Returns
array
Array of trace result objects, one per simulated transaction.