Overview
- Dataset ID:
0111 - Internal Transactions - Description: Internal transactions (call traces) from debug_traceTransaction.
- Sample: Hugging Face Sample
Subscription Parameters
Optional filter: caller addresses (hex, no
0x).Optional filter: callee addresses (hex, no
0x).Optional filter:
CALL, DELEGATECALL, STATICCALL, CREATE, CREATE2.Message Fields
Payload mirrorsblockdb_evm.b0111_internal_transactions_v1 (addresses and BYTEA fields as hex strings without 0x in JSON).
Parent transaction block.
Block time (ISO-8601).
Transaction index in block.
Call tree position (e.g.
0, 0.1).CALL, DELEGATECALL, STATICCALL, CREATE, or CREATE2.Caller (20-byte hex).
Callee (20-byte hex); null when not applicable.
Value transferred in wei (decimal string).
Gas allocated for this call frame (integer string).
Gas consumed by this call frame (integer string).
Calldata (hex string);
null when not applicable.Return data (hex string);
null if reverted.Error string if reverted;
null otherwise.Whether the underlying transaction succeeded.
Lineage id (hex).
Record creation time (ISO-8601).
Record last update time (ISO-8601).