Skip to main content
The bridges_evms.deposits table contains individual bridge deposit events on source chains, enriched with token metadata and USD pricing.

Table Schema

ColumnTypeDescription
deposit_chainVARCHARBlockchain where tokens were sent from
withdrawal_chain_idDOUBLEChain ID where tokens were received
withdrawal_chainVARCHARBlockchain where tokens were received
bridge_nameVARCHARBridge protocol name
bridge_versionVARCHARBridge version
block_dateTIMESTAMPBlock date
block_timeTIMESTAMPBlock timestamp
block_numberBIGINTBlock number
deposit_amount_rawDOUBLERaw amount of tokens bridged
deposit_amountDOUBLEAmount of tokens bridged in display units
deposit_amount_usdDOUBLEUSD value of tokens bridged
senderVARBINARYSource address
recipientVARBINARYDestination address
deposit_token_standardVARCHARSource token standard
deposit_token_addressVARBINARYSource token contract address
tx_fromVARBINARYAddress that initiated the deposit
tx_hashVARBINARYTransaction hash
evt_indexBIGINTEvent index
contract_addressVARBINARYBridge contract address
bridge_transfer_idVARCHARBridge order identifier
duplicate_indexBIGINTIndex for duplicate deposit events

Table sample