bridges_evms.withdrawals table contains individual bridge withdrawal events on destination chains, enriched with token metadata and USD pricing.
Table Schema
| Column | Type | Description |
|---|---|---|
deposit_chain_id | DOUBLE | Chain ID where tokens were sent from |
deposit_chain | VARCHAR | Blockchain where tokens were sent from |
withdrawal_chain | VARCHAR | Blockchain where tokens were received |
bridge_name | VARCHAR | Bridge protocol name |
bridge_version | VARCHAR | Bridge version |
block_date | DATE | Block date |
block_time | TIMESTAMP | Block timestamp |
block_number | BIGINT | Block number |
withdrawal_amount_raw | DOUBLE | Raw amount of tokens received |
withdrawal_amount | DOUBLE | Amount of tokens received in display units |
withdrawal_amount_usd | DOUBLE | USD value of tokens received |
sender | VARBINARY | Source address |
recipient | VARBINARY | Destination address |
withdrawal_token_standard | VARCHAR | Destination token standard |
withdrawal_token_address | VARBINARY | Destination token contract address |
tx_from | VARBINARY | Address that initiated the transaction |
tx_hash | VARBINARY | Transaction hash |
evt_index | BIGINT | Event index |
contract_address | VARBINARY | Bridge contract address |
bridge_transfer_id | VARCHAR | Bridge order identifier |
duplicate_index | BIGINT | Index for duplicate withdrawal events |