debug_traceCall
Runs an eth_call within the context of the given block execution using the final state of parent block as the base.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction Object
The transaction call object.
Block identifier
Block hash, block number (in hex), or block tag.
Tracer
Tracer object for the call.
Response
Array of call traces.
type
CALL or CREATE
from
20-byte address of the caller
to
20-byte address of the recipient. Null when its a contract creation transaction.
value
Amount of value included in the transfer (in hex)
gas
Amount of gas provided for the call (in hex)
gasUsed
Amount of gas used during the call (in hex)
input
Call data
output
Return data
error
Error message, if any.
revertReason
Solidity revert reason, if any.
calls
Array of sub-calls made within the transaction.