Skip to main content
Schema: blast.defi Table: ez_bridge_activity Type: View A convenience table that aggregates bridge activity from event_logs, traces and transfers, including bridge deposits and transfers sent from the following protocols: ACROSS, AXELAR, HYPERLANE, LAYERZERO, ORBITER, SYMBIOSIS, SYNAPSE along with other helpful columns, including an amount USD where available. Note, this table only includes records for the protocols listed above with live, onchain bridge activity and may not represent the complete bridging picture.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERAlso known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
ORIGIN_FROM_ADDRESSTEXTThe from address where the transaction originated from. This may be an EOA or contract address, however in most cases this is the user that initiated the bridge deposit or transfer.
ORIGIN_TO_ADDRESSTEXTThe from address of this transaction.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events.
EVENT_INDEXNUMBEREvent number within a transaction.
BRIDGE_ADDRESSTEXTThe address of the contract responsible for handling the bridge deposit or transfer. This contract mediates the transfer and ensures that assets are sent and received appropriately.
EVENT_NAMETEXTThe decoded event name for a given event.
PLATFORMTEXTThe platform or protocol from which the bridge transaction or event originates.
SENDERTEXTThe address that initiated the bridge deposit or transfer. This address is the sender of the tokens/assets being bridged to the destination chain. This may be an EOA or contract address.
RECEIVERTEXTThe designated address set to receive the deposit or transfer. This may be an EOA or contract address.
DESTINATION_CHAIN_RECEIVERTEXTThe designated address set to receive the bridged tokens on the target chain after the completion of the bridge transaction. For non-evm chains, the hex address is decoded/encoded to match the data format of the destination chain, where possible. This may be an EOA or contract address.
DESTINATION_CHAINTEXTThe name of the blockchain network to which the assets are being bridged. It could be any EVM compatible chain or other blockchain networks that the bridging protocol supports.
DESTINATION_CHAIN_IDTEXTThe numeric identifier associated with the destination blockchain network. This is specific to the chain and helps in uniquely identifying it.
TOKEN_ADDRESSTEXTThe address associated with the token that is being bridged. It provides a unique identifier for the token within its origin blockchain.
TOKEN_SYMBOLTEXTThe symbol representing the token being bridged. This provides a shorthand representation of the token.
AMOUNT_UNADJNUMBERThe raw, non-decimal adjusted amount of tokens involved in the bridge transaction.
AMOUNTFLOATThe decimal adjusted amount of tokens involved in the bridge transaction, where available.
AMOUNT_USDFLOATThe value of the bridged tokens in USD at the time of the bridge transaction, where available.
EZ_BRIDGE_ACTIVITY_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.