debug_traceTransaction
Attempts to run the transaction in the exact same manner as it was executed on the network.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction hash
Hash of the transaction to be traced.
Options
Options for the call.
Response
Trace for the transaction.
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.