Skip to main content
The bridges_evms.flows table contains matched deposit-withdrawal pairs representing complete cross-chain bridge transfers across 41 EVM chains.

Table Schema

ColumnTypeDescription
deposit_chainVARCHARBlockchain where tokens were sent from
deposit_chain_idDOUBLEChain ID where tokens were sent from
withdrawal_chainVARCHARBlockchain where tokens were received
withdrawal_chain_idDOUBLEChain ID where tokens were received
bridge_nameVARCHARBridge protocol name
bridge_versionVARCHARBridge version
deposit_block_dateTIMESTAMPDeposit block date
deposit_block_timeTIMESTAMPDeposit block timestamp
deposit_block_numberBIGINTDeposit block number
withdrawal_block_dateDATEWithdrawal block date
withdrawal_block_timeTIMESTAMPWithdrawal block timestamp
withdrawal_block_numberBIGINTWithdrawal block number
deposit_amount_rawDOUBLERaw amount deposited
deposit_amountDOUBLEAmount deposited in display units
withdrawal_amount_rawDOUBLERaw amount withdrawn
withdrawal_amountDOUBLEAmount withdrawn in display units
amount_usdDOUBLEUSD value of the bridge transfer
senderVARBINARYSource address
recipientVARBINARYDestination address
deposit_token_standardVARCHARSource token standard
withdrawal_token_standardVARCHARDestination token standard
deposit_token_addressVARBINARYSource token address
withdrawal_token_addressVARBINARYDestination token address
deposit_tx_fromVARBINARYAddress that initiated the deposit
deposit_tx_hashVARBINARYDeposit transaction hash
withdrawal_tx_hashVARBINARYWithdrawal transaction hash
bridge_transfer_idVARCHARBridge order identifier
duplicate_indexBIGINTIndex for duplicate events

Table sample