Skip to main content
The bridges_evms.withdrawals table contains individual bridge withdrawal events on destination chains, enriched with token metadata and USD pricing.

Table Schema

ColumnTypeDescription
deposit_chain_idDOUBLEChain ID where tokens were sent from
deposit_chainVARCHARBlockchain where tokens were sent from
withdrawal_chainVARCHARBlockchain where tokens were received
bridge_nameVARCHARBridge protocol name
bridge_versionVARCHARBridge version
block_dateDATEBlock date
block_timeTIMESTAMPBlock timestamp
block_numberBIGINTBlock number
withdrawal_amount_rawDOUBLERaw amount of tokens received
withdrawal_amountDOUBLEAmount of tokens received in display units
withdrawal_amount_usdDOUBLEUSD value of tokens received
senderVARBINARYSource address
recipientVARBINARYDestination address
withdrawal_token_standardVARCHARDestination token standard
withdrawal_token_addressVARBINARYDestination token contract address
tx_fromVARBINARYAddress that initiated the transaction
tx_hashVARBINARYTransaction hash
evt_indexBIGINTEvent index
contract_addressVARBINARYBridge contract address
bridge_transfer_idVARCHARBridge order identifier
duplicate_indexBIGINTIndex for duplicate withdrawal events

Table sample