Skip to main content
Schema: monad.defi Table: ez_lending_liquidations Type: View

What

This table tracks liquidation events across lending protocols, where under-collateralized positions are forcibly closed to protect protocol solvency. Liquidations occur when a borrower’s health factor drops below 1, typically due to collateral value decline or debt value increase.

Key U

Columns

Column NameData TypeDescription
AMOUNTFLOATThe decimal-adjusted amount of tokens liquidated. This co…
AMOUNT_UNADJFLOATThe raw amount of tokens liquidated without decimal adjus…
AMOUNT_USDFLOATThe USD value of the tokens liquidated. This column will …
BLOCK_NUMBERNUMBERSequential counter representing the position of a block i…
BLOCK_TIMESTAMPTIMESTAMP_NTZUTC timestamp when the block was produced by validators/m…
BORROWERTEXTThe address that initiated a borrow or repayment transact…
COLLATERAL_TOKENTEXTThe token contract address used as collateral in a liquid…
COLLATERAL_TOKEN_SYMBOLTEXTThe symbol of the asset used as collateral in liquidation…
CONTRACT_ADDRESSTEXTSmart contract address that emitted this event or receive…
DEBT_TOKENTEXTThe token contract address that was borrowed and is being…
DEBT_TOKEN_SYMBOLTEXTThe symbol of the borrowed asset being repaid in liquidat…
EVENT_INDEXNUMBERZero-based sequential position of the event within a tran…
EVENT_NAMETEXTThe event name as defined in the contract’s ABI.
**Forma… | | EZ_LENDING_LIQUDATIONS_ID | TEXT | Primary key - unique identifier for each row ensuring dat… | | INSERTED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the record was first added to the Flip… | | LIQUIDATOR | TEXT | The address that performed the liquidation. Example: ‘0x… | | MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp of the most recent update to this record. … | | ORIGIN_FROM_ADDRESS | TEXT | The externally-owned account (EOA) or contract address th… | | ORIGIN_FUNCTION_SIGNATURE | TEXT | Function signature (first 4 bytes) of the called method. … | | ORIGIN_TO_ADDRESS | TEXT | The destination address for the transaction - either an E… | | PLATFORM | TEXT | The lending protocol where the transaction occurred. Exa… | | PROTOCOL_MARKET | TEXT | The lending protocol’s receipt token issued to depositors… | | TX_HASH | TEXT | Unique 66-character identifier for the transaction. **Fo… |