| BLOCK_NUMBER | NUMBER | The block number of this transaction. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The block timestamp of this transaction. |
| TX_HASH | TEXT | The transaction hash for the trace. Please note, this is not necessarily unique in this table as transactions frequently have multiple traces. |
| TX_POSITION | NUMBER | The position of the transaction within the block. |
| TRACE_INDEX | NUMBER | The index of the trace within the transaction. |
| FROM_ADDRESS | TEXT | The sending address of this trace. This is not necessarily the from address of the transaction. |
| TO_ADDRESS | TEXT | The receiving address of this trace. This is not necessarily the to address of the transaction. |
| INPUT | TEXT | The input data for this trace. |
| OUTPUT | TEXT | The output data for this trace. |
| TYPE | TEXT | The type of internal transaction. Common trace types are CALL, DELEGATECALL, and STATICCALL. |
| TRACE_ADDRESS | TEXT | This field represents the position of the trace within the transaction. |
| SUB_TRACES | NUMBER | The amount of nested sub traces for this trace. |
| VALUE | FLOAT | The amount of ETH transferred in this trace. |
| VALUE_PRECISE_RAW | TEXT | The precise, unadjusted amount of the transaction. This is returned as a string to avoid precision loss. |
| VALUE_PRECISE | TEXT | The precise, adjusted amount of the transaction. This is returned as a string to avoid precision loss. |
| VALUE_HEX | TEXT | |
| GAS | NUMBER | The gas supplied for this trace. |
| GAS_USED | NUMBER | The gas used for this trace. |
| ORIGIN_FROM_ADDRESS | TEXT | The from address at the transaction level. |
| ORIGIN_TO_ADDRESS | TEXT | The to address at the transaction level. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature at the transaction level. |
| TRACE_SUCCEEDED | BOOLEAN | Whether the trace succeeded or failed |
| ERROR_REASON | TEXT | The reason for the trace failure, if any. |
| REVERT_REASON | TEXT | The reason for the trace revert, if any. |
| TX_SUCCEEDED | BOOLEAN | Whether the transaction succeeded or failed |
| IDENTIFIER | TEXT | This field represents the position and type of the trace within the transaction. |
| DATA | OBJECT | The raw JSON data for this trace. |
| TX_STATUS | TEXT | Status of the transaction. |
| TRACE_STATUS | TEXT | The status of the trace, either SUCCESS or FAIL |
| FACT_TRACES_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |