| FACT_LIMIT_SWAP_EVENTS_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table |
| TX_ID | TEXT | The unique transaction id |
| FROM_ADDRESS | TEXT | The user address that initiates the limit swap |
| TO_ADDRESS | TEXT | The destination address for the swap |
| FROM_ASSET | TEXT | The asset being swapped from |
| FROM_E8 | NUMBER | The amount being swapped from (divide by 10^8 to get the decimal amount) |
| TO_ASSET | TEXT | The asset being swapped to |
| TO_E8 | NUMBER | The amount being swapped to (divide by 10^8 to get the decimal amount) |
| MEMO | TEXT | The transaction memo |
| EVENT_ID | NUMBER | Unique identifier for the event |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| _AUDIT_RUN_ID | TEXT | _AUDIT_RUN_ID column |
| 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. |