| BLOCK_NUMBER | NUMBER | The block number. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block. |
| TX_HASH | TEXT | The transaction hash. |
| VERSION | NUMBER | The transaction version number. |
| SUCCESS | BOOLEAN | Whether the transaction succeeded. |
| TX_TYPE | TEXT | The type of transaction. |
| SENDER | TEXT | The sender address. |
| SIGNATURE | OBJECT | The transaction signature. |
| PAYLOAD | OBJECT | The transaction payload. |
| PAYLOAD_FUNCTION | TEXT | The function called in the payload. |
| CHANGES | ARRAY | Array of state changes. |
| EVENTS | ARRAY | Array of events emitted. |
| GAS_UNIT_PRICE | NUMBER | The gas unit price. |
| GAS_USED | NUMBER | The amount of gas used. |
| MAX_GAS_AMOUNT | NUMBER | The maximum gas amount specified. |
| EXPIRATION_TIMESTAMP_SECS | NUMBER | The transaction expiration timestamp. |
| VM_STATUS | TEXT | The VM execution status. |
| STATE_CHANGE_HASH | TEXT | Hash of the state changes. |
| ACCUMULATOR_ROOT_HASH | TEXT | The accumulator root hash. |
| EVENT_ROOT_HASH | TEXT | The event root hash. |
| FACT_TRANSACTIONS_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |