| 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. |
| PAYLOAD_FUNCTION | TEXT | The function called in the payload. |
| CHANGE_INDEX | NUMBER | The index of the change within the transaction. |
| CHANGE_DATA | OBJECT | The change data object. |
| CHANGE_TYPE | TEXT | The type of state change. |
| ADDRESS | TEXT | The address affected by the change. |
| HANDLE | TEXT | The resource handle. |
| INNER_CHANGE_TYPE | TEXT | The inner change type classification. |
| CHANGE_ADDRESS | TEXT | The address associated with the change. |
| CHANGE_MODULE | TEXT | The module associated with the change. |
| CHANGE_RESOURCE | TEXT | The resource being changed. |
| KEY | TEXT | The key for the change. |
| VALUE | TEXT | The value of the change. |
| STATE_KEY_HASH | TEXT | Hash of the state key. |
| FACT_CHANGES_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. |