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

What

This table captures flash loan transactions across lending protocols. Flash loans enable borrowing without collateral within a single transaction, provided the loan plus fees are repaid before transaction completion. This advanced DeFi primitive is primarily used for arbitrage, collateral s

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERSequential counter representing the position of a block i…
BLOCK_TIMESTAMPTIMESTAMP_NTZUTC timestamp when the block was produced by validators/m…
CONTRACT_ADDRESSTEXTSmart contract address that emitted this event or receive…
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_FLASHLOANS_ID | TEXT | Primary key - unique identifier for each row ensuring dat… | | FLASHLOAN_AMOUNT | FLOAT | The decimal-adjusted amount of tokens borrowed in the fla… | | FLASHLOAN_AMOUNT_UNADJ | FLOAT | The raw amount of tokens borrowed without decimal adjustm… | | FLASHLOAN_AMOUNT_USD | FLOAT | The USD value of assets borrowed in a flash loan. Exampl… | | FLASHLOAN_TOKEN | TEXT | The contract address of the token borrowed in the flash l… | | FLASHLOAN_TOKEN_SYMBOL | TEXT | The symbol of the token borrowed in the flash loan. Exam… | | INITIATOR | TEXT | The address that triggered the flash loan execution. Exa… | | INSERTED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the record was first added to the Flip… | | 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… | | PREMIUM_AMOUNT | FLOAT | The decimal-adjusted fee paid for the flash loan. Exampl… | | PREMIUM_AMOUNT_UNADJ | FLOAT | The raw fee amount charged for the flash loan. Example: … | | PREMIUM_AMOUNT_USD | FLOAT | The USD value of the flash loan fee. Example: 0.90 | | PROTOCOL_MARKET | TEXT | The lending protocol’s receipt token issued to depositors… | | TARGET | TEXT | The contract address that receives and executes the flash… | | TX_HASH | TEXT | Unique 66-character identifier for the transaction. **Fo… |