Performs multiple call traces on top of the same block. i.e. transaction n will be executed on top of a pending block with all n-1 transactions applied (traced) first.
Parameters
array - Type of trace, one or more of vmTrace ,trace ,statediff
quantity or tag - Integer block number, or the string 'latest', 'earliest' or 'pending'
Returns
Array - Block traces.
``
Example
Request
curlhttps://rpc.<REGION>.gateway.fm/v4/gnosis/non-archival/mainnet \-X POST \-H "Content-Type: application/json" \-d '{"method":"trace_callMany","params":[[[{"from":"0x407d73d8a49eeb85d32cf465507dd71d507100c1","to":"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b","value":"0x186a0"},["trace"]],[{"from":"0x407d73d8a49eeb85d32cf465507dd71d507100c1","to":"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b","value":"0x186a0"},["trace"]]],"latest"],"id":1,"jsonrpc":"2.0"}'