debug_traceTransaction
Returns debugging information for historical transactions created by smart contract calls, attempting to run the transaction in the exact same manner as it was executed on the network.
This method will use 5000
Compute Units.
Reference: Here
Parameters
transactionHash
string
required
Example transctionHash from testnet: 0x5dee41c73116ff6b57c4b0adc45f9ff4472dd643549a0fd31e929fa4350c77da
Note: If retrieving a transactionHash from the HashScan explorer, it needs to be a transaction from the "Smart Contract Calls" section and when you copy the Transaction Hash, it needs to be truncated to 64 characters to work with this method call.
tracer
string enum:
callTracer
oropcodeLogger
requiredtracerConfig
object
required* tracerConfig should not be required but currently needs to be included with at least one property due to a bug with Hedera, see reported issue.
Example traceConfig with all available properties set to true
Returns
Last updated