blast.blitz Table: ez_liquidations Type: View
All Blitz liquidations. Once an account’s maintenance margin reaches $0, the account is eligible for
liquidation. Liquidation events happen one by one, with the riskiest positions being liquidated
first. Liquidations are based on the oracle price.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events. |
| CONTRACT_ADDRESS | TEXT | The address interacted with for a given event. |
| EVENT_NAME | TEXT | The decoded event name for a given event. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature of this transaction. |
| ORIGIN_FROM_ADDRESS | TEXT | The from address of this transaction. |
| ORIGIN_TO_ADDRESS | TEXT | The to address of this transaction. |
| DIGEST | TEXT | The identifier for a specific trade, this can be split across two or more base deltas in order to fill the entire amount of the trade. |
| TRADER | TEXT | The wallet address of the trader, there can be multiple subaccounts associated with a trader. |
| SUBACCOUNT | TEXT | Independent Blitz account of trader with its own margin, balance, positions, and trades. Any wallet can open an arbitrary number of these. Risk is not carried over from subaccount to subaccount. |
| PRODUCT_ID | NUMBER | The product to liquidate as well as the liquidation mode: |