thorchain.defi Table: fact_affiliate_fee_events Type: Base Table
Fact table containing all affiliate fee events that occur in the Thorchain network
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_AFFILIATE_FEE_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 | ID of the confirmed block |
| TX_ID | TEXT | The unique transaction id |
| FEE_AMT | NUMBER | The affiliate fee amount collected for this transaction |
| GROSS_AMT | NUMBER | The total transaction amount before fees |
| FEE_BPS | NUMBER | The fee basis points charged for this affiliate transaction |
| MEMO | TEXT | The memo for this event |
| ASSET | TEXT | Asset name or pool name |
| RUNE_ADDRESS | TEXT | The RUNE address associated with the affiliate |
| THORNAME | TEXT | The THORName identifier for the affiliate |
| EVENT_ID | NUMBER | Unique identifier for the affiliate fee event |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| 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. |