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 sColumns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Sequential counter representing the position of a block i… |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the block was produced by validators/m… |
| CONTRACT_ADDRESS | TEXT | Smart contract address that emitted this event or receive… |
| EVENT_INDEX | NUMBER | Zero-based sequential position of the event within a tran… |
| EVENT_NAME | TEXT | The event name as defined in the contract’s ABI. |