thorchain.core Table: fact_wasm_contracts_events Type: Base Table
Fact table that shows wasm contract events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_WASM_CONTRACTS_EVENTS_ID | TEXT | |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | |
| TX_ID | TEXT | The unique transaction id |
| CONTRACT_ADDRESS | TEXT | Address of the wasm contract |
| CONTRACT_TYPE | TEXT | Type of the wasm contract |
| SENDER | TEXT | Address of the sender |
| ATTRIBUTES | VARIANT | Attributes of the wasm contract |
| EVENT_ID | NUMBER | |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ |