debug_traceCall
The method lets you run an eth_call within the context of the given block execution using the final state of parent block as the base.
Parameters:
Returns:
Example:
// Request
curl https://optimism.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceCall","params": [{"to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567"},"finalized",{"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": -
}Last updated
Was this helpful?