Skip to main content
The lending.flashloans table contains all flash loan transactions across DeFi lending protocols.

Table Schema

ColumnTypeDescription
blockchainVARCHARBlockchain name
projectVARCHARLending protocol name
versionVARCHARProtocol contract version
token_addressVARBINARYToken contract address
symbolVARCHARToken symbol
recipientVARBINARYFlashloan recipient address
amountDOUBLEToken amount in display units
amount_rawUINT256Raw token amount
amount_usdDOUBLEToken amount in USD
feeDOUBLEFlashloan fee amount
project_contract_addressVARBINARYProtocol contract address
block_monthTIMESTAMPBlock month (partition key)
block_timeTIMESTAMPBlock timestamp in UTC
block_numberBIGINTBlock number
tx_hashVARBINARYTransaction hash
evt_indexINTEGEREvent index

Table sample

Query performance

Partition keys: blockchain, project. Always include blockchain in your filter.