| 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. |
| EVENT_INDEX | NUMBER | The index of the event within the transaction. |
| EVENT_TYPE | TEXT | The type of event. |
| EVENT_ADDRESS | TEXT | The address that emitted the event. |
| EVENT_MODULE | TEXT | The module that emitted the event. |
| EVENT_RESOURCE | TEXT | The resource associated with the event. |
| EVENT_DATA | OBJECT | The event data payload. |
| ACCOUNT_ADDRESS | TEXT | The account address associated with the event. |
| CREATION_NUMBER | NUMBER | The creation number of the event handle. |
| SEQUENCE_NUMBER | NUMBER | The sequence number of the event. |
| FACT_EVENTS_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. |