sui.core Table: ez_transfers Type: Base Table
Description
This table provides user-friendly transfer analytics enriched with token metadata and normalized decimal amounts for the Sui blockchain. It simplifies the analysis of token movements by providing decimal-adjusted amounts, token symbols, and USD values, making it ideal for portfolio tracking, balance analysis, and transfer monitoring.Data Coverage
Recent Coverage: This table contains data from January 2025 through the present, with
170.8M rows. Historical data prior to January 2025 is not available.
Key Use Cases
- Token transfer tracking and wallet activity monitoring
 - Portfolio analysis and balance change tracking
 - Transfer volume analytics and flow visualization
 - User behavior analysis and cohort tracking
 - Token flow analysis between addresses
 - Wallet wealth tracking and value movement monitoring
 
Important Relationships
- Sources data from balance changes in transaction processing
 - Joins token metadata from 
core.dim_tokensfor symbol/decimals - Links to 
core.fact_transaction_blocksviatx_digest - Links to 
core.fact_checkpointsviacheckpoint_number - Complementary to 
defi.ez_dex_swapsfor comprehensive token flow analysis 
Commonly-used Fields
tx_digest: Links to parent transactionsender: Address sending tokensreceiver: Address receiving tokenscoin_type: Token type identifiersymbol: User-friendly token symbolamount: Decimal-adjusted transfer amountamount_usd: USD value of the transferblock_timestamp: Primary field for time-series analysis
Columns
| Column Name | Data Type | Description | 
|---|---|---|
| CHECKPOINT_NUMBER | NUMBER | Sequential checkpoint identifier where this transfer occurred. | 
- 12345678
 - 98765432
 
- Primary identifier for linking to checkpoint-level analysis.
 - Essential for checkpoint-based filtering and aggregation.
 - Enables correlation to consensus milestones. | | BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the transfer was finalized on the Sui blockchain.
 
- 2025-01-15 14:30:25.123456
 
- Primary field for time-series analysis and temporal filtering of transfer activity.
 - Essential for trend analysis, volume calculations, and historical comparisons.
 - Enables time-based grouping and aggregation for analytics and reporting. | | TX_DIGEST | TEXT | 32-byte cryptographic transaction hash (Base58) identifying the transaction containing this transfer.
 
- 8vKzD3qFqE9yH2wN1xR5tB7aL4mP6sC3jG9kF1nV8xT2
 
- Primary identifier for linking transfers to transaction context.
 - Essential for transaction verification and correlation.
 - Enables joining with other transaction-related tables. | | BALANCE_CHANGE_INDEX | NUMBER | Index identifying this specific balance change within the transaction.
 
- 0
 - 1
 - 5
 
- Essential for uniquely identifying transfers within transactions.
 - Critical for ordering multiple transfers in a single transaction.
 - Enables precise transfer sequencing. | | SENDER | TEXT | The Sui address sending the tokens (null for mints).
 
- 0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
 - null (for token mints)
 
- Essential for tracking token outflows and sender activity.
 - Critical for user behavior analysis and wallet monitoring.
 - Enables address-based filtering and sender analytics. | | RECEIVER | TEXT | The Sui address receiving the tokens (null for burns).
 
- 0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
 - null (for token burns)
 
- Essential for tracking token inflows and receiver activity.
 - Critical for portfolio analysis and wallet wealth tracking.
 - Enables address-based filtering and receiver analytics. | | COIN_TYPE | TEXT | The full Move type identifier for the token being transferred.
 
- 0x2::sui::SUI
 - 0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN
 
- Essential for token-specific filtering and analysis.
 - Critical for linking to token metadata and pricing.
 - Enables token flow tracking and token-specific analytics. | | SYMBOL | TEXT | User-friendly token symbol from token metadata.
 
- SUI
 - USDC
 - CETUS
 
- Used for user-friendly displays, reports, and dashboards.
 - Enables token filtering and grouping in analytics.
 - Supports cross-token comparisons and portfolio analysis. | | AMOUNT_RAW | NUMBER | The non-decimal adjusted amount of tokens transferred.
 
- 1000000000 (for 1 SUI with 9 decimals)
 - 1500000 (for 1.5 USDC with 6 decimals)
 
- Essential for reconstructing exact on-chain transfer values.
 - Used for technical audits and precise calculations.
 - Enables accurate value tracking and verification. | | AMOUNT | FLOAT | The decimal-adjusted amount of tokens transferred.
 
- 1.0 (for 1 SUI)
 - 1.5 (for 1.5 USDC)
 - 100.5 (for 100.5 tokens)
 
- Used for financial analysis, reporting, and user-friendly analytics.
 - Enables value-based calculations and cross-token comparisons.
 - Supports dashboards and business intelligence. | | AMOUNT_USD | FLOAT | The USD value of the transferred tokens at the time of transfer.
 
- 1.50 (for $1.50 worth of tokens)
 - 100.00 (for $100 worth of tokens)
 - null (if price data unavailable)
 
- Used for financial analysis and reporting in USD terms.
 - Enables value-based analytics and aggregation in USD.
 - Supports portfolio tracking and wealth analysis. | | TOKEN_IS_VERIFIED | BOOLEAN | Flag indicating if the token has been verified by the Flipside team.
 
- true (verified token)
 - false (unverified token)
 
- Essential for filtering trusted vs. unverified tokens.
 - Critical for security analysis and scam prevention.
 - Enables quality filtering for analytics. | | EZ_TRANSFERS_ID | TEXT | The unique primary key identifier for each row in the table, ensuring data integrity and uniqueness.
 
- 0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
 
- Essential for data integrity and unique row identification.
 - Critical for join operations and data relationship management.
 - Enables precise data retrieval and referential integrity maintenance. | | INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The UTC timestamp when the row was inserted into the table.
 
- 2025-01-15 14:30:25.123456
 
- Essential for data lineage tracking and processing monitoring.
 - Critical for understanding data freshness and ingestion delays.
 - Enables data quality analysis and pipeline performance monitoring. | | MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The UTC timestamp when the row was last modified.
 
- 2025-01-15 14:30:25.123456
 
- Essential for data freshness analysis and update tracking.
 - Critical for understanding data modification patterns.
 - Enables data quality monitoring and change detection. |