thorchain.defi Table: fact_bond_actions Type: Base Table
Fact table containing the clean bond action table to record the node operators’ behaviors
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_BOND_ACTIONS_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 sending address for this event |
| TO_ADDRESS | TEXT | The receiving address for this event |
| ASSET | TEXT | Same as pool name, which pool this bond events happens |
| BLOCKCHAIN | TEXT | The name of the blockchain |
| BOND_TYPE | TEXT | |
| ASSET_AMOUNT | FLOAT | The asset amount for this bond event |
| ASSET_USD | FLOAT | Used the price table to calculate the asset in the usd |
| MEMO | TEXT | The memo for this event |
| _TX_TYPE | TEXT | |
| _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. |