thorchain.core Table: fact_wasm_contracts_events Type: Base Table
What
Fact table that shows wasm contract eventsColumns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_WASM_CONTRACTS_EVENTS_ID | TEXT | FACT_WASM_CONTRACTS_EVENTS_ID column |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | DIM_BLOCK_ID column |
| 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 | EVENT_ID column |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| _AUDIT_RUN_ID | TEXT | _AUDIT_RUN_ID column |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | INSERTED_TIMESTAMP column |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | MODIFIED_TIMESTAMP column |