Skip to main content
Schema: monad.defi Table: ez_bridge_activity Type: View

What

This table provides a comprehensive view of cross-chain bridge activity across EVM-compatible blockchains. It consolidates bridge-related events from multiple sources (event_logs, traces, and transfers) to create a unified dataset for analyzing cross-chain asset movements.

Key Use Cases

Columns

Column NameData TypeDescription
AMOUNTFLOATThe decimal-adjusted amount of tokens bridged.
Example: 1.0 | | AMOUNT_UNADJ | FLOAT | The raw token amount without decimal adjustment. Example… | | AMOUNT_USD | FLOAT | The hourly close USD value of bridged tokens at the time … | | BLOCK_NUMBER | NUMBER | Sequential counter representing the position of a block i… | | BLOCK_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the block was produced by validators/m… | | BRIDGE_ADDRESS | TEXT | The smart contract address handling the bridge operation… | | CONTRACT_ADDRESS | TEXT | Smart contract address that emitted this event or receive… | | DESTINATION_CHAIN | TEXT | The target blockchain network for the bridged assets. Ex… | | DESTINATION_CHAIN_ID | TEXT | The numeric identifier for the destination blockchain. E… | | DESTINATION_CHAIN_RECEIVER | TEXT | The final recipient address on the destination blockchain… | | EVENT_INDEX | NUMBER | Zero-based sequential position of the event within a tran… | | EVENT_NAME | TEXT | The event name as defined in the contract’s ABI. **Forma… | | EZ_BRIDGE_ACTIVITY_ID | TEXT | Primary key - unique identifier for each row ensuring dat… | | INSERTED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the record was first added to the Flip… | | MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp of the most recent update to this record. … | | ORIGIN_FROM_ADDRESS | TEXT | The externally-owned account (EOA) or contract address th… | | ORIGIN_FUNCTION_SIGNATURE | TEXT | Function signature (first 4 bytes) of the called method. … | | ORIGIN_TO_ADDRESS | TEXT | The destination address for the transaction - either an E… | | PLATFORM | TEXT | The protocol or application facilitating the cross-chain … | | RECEIVER | TEXT | The address designated to receive tokens on the destinati… | | SENDER | TEXT | The address that directly sent tokens to the bridge contr… | | TOKEN_ADDRESS | TEXT | The contract address of the token being bridged. Example… | | TOKEN_IS_VERIFIED | TEXT | Whether the token is verified by the Flipside team. Exam… | | TOKEN_SYMBOL | TEXT | The symbol identifier for the bridged token. Example: ‘U… | | TX_HASH | TEXT | Unique 66-character identifier for the transaction. **Fo… |