Skip to main content
Schema: sui.defi Table: ez_bridge_activity Type: Base Table

What

Enhanced fact table providing comprehensive cross-chain bridge analytics by consolidating bridge-related events from multiple protocols (Sui Bridge, Wormhole) into a unified dataset. Each row represents a single cross-chain asset movement event enriched with protocol metadata, token information, and USD pricing. Serves as the primary table for cross-chain DeFi analysis, bridge protocol comparison, and capital flow tracking by normalizing bridge events across different protocols into a consistent format. The table automatically applies decimal precision adjustments and USD conversions, enabling direct comparison of bridge volumes and user activity across different chains and token types. Includes complete transaction context, source/destination chain mapping, and protocol identification to support comprehensive cross-chain analytics, security monitoring, and risk assessment. Essential for DeFi dashboards, bridge protocol analysis, and multi-chain ecosystem studies that require unified cross-chain data and standardized bridge event tracking.

Columns

Column NameData TypeDescription
CHECKPOINT_NUMBERNUMBERThe sequential number of the checkpoint in which this record was finalized on the Sui blockchain. Checkpoints are consensus milestones that bundle and finalize multiple transactions, providing the primary unit of finality and recovery in Sui. Starts at 0 (genesis checkpoint) and increments by one for each new checkpoint. Used for time series analysis, transaction ordering, and measuring network throughput. Once a transaction is included in a checkpoint, it is permanently recorded and cannot b…
BLOCK_TIMESTAMPTIMESTAMP_NTZThe network-agreed timestamp (in milliseconds since Unix epoch) when the checkpoint containing this record was finalized by Sui consensus. Represents the authoritative time of transaction finality, as determined by validator signatures. Used for temporal analytics, trend analysis, and aligning on-chain activity with real-world time. Example: ‘2024-06-01 12:34:56.789’.
TX_DIGESTTEXTA 32-byte cryptographic hash (Base58-encoded) uniquely identifying the transaction’s contents and structure. Serves as the primary key for transaction lookup, integrity verification, and cross-model joins. Enables cryptographic proof of transaction inclusion and supports lineage tracing across all Sui analytics. Example: ‘6Qk8…9Xz’.
TX_SENDERTEXTThe 32-byte Sui address (hex with 0x prefix) that initiated and signed the transaction. Identifies the account responsible for the transaction and gas payment. Used for user activity tracking, wallet analytics, and authorization analysis. Example: ‘0xabc123…’.
EVENT_INDEXNUMBERZero-based index ordering events within a transaction. Ensures deterministic event ordering for sequence reconstruction and analytics. Example: 1.
BRIDGE_ADDRESSTEXTBRIDGE_ADDRESS column
PLATFORMTEXTPLATFORM column
PROTOCOLTEXTPROTOCOL column
PROTOCOL_VERSIONTEXTPROTOCOL_VERSION column
DIRECTIONTEXTDIRECTION column
SOURCE_CHAINTEXTSOURCE_CHAIN column
DESTINATION_CHAINTEXTDESTINATION_CHAIN column
SENDERTEXTSENDER column
RECEIVERTEXTRECEIVER column
COIN_TYPETEXTCOIN_TYPE column
SYMBOLTEXTSYMBOL column
AMOUNT_UNADJNUMBERAMOUNT_UNADJ column
AMOUNTFLOATAMOUNT column
AMOUNT_USDFLOATAMOUNT_USD column
TOKEN_IS_VERIFIEDBOOLEANTOKEN_IS_VERIFIED column
EZ_BRIDGE_ACTIVITY_IDTEXTEZ_BRIDGE_ACTIVITY_ID column
INSERTED_TIMESTAMPTIMESTAMP_NTZINSERTED_TIMESTAMP column
MODIFIED_TIMESTAMPTIMESTAMP_NTZMODIFIED_TIMESTAMP column