yasmin12 Total Active Wallets Across Chain
    Updated 3 hours ago
    WITH
    standard_chains AS (
    -- SELECT
    -- 'Base' AS blockchain,
    -- COUNT(DISTINCT from_address) AS users
    -- FROM base.core.fact_transactions
    -- WHERE block_timestamp::date >= '2025-03-10'
    -- AND TX_SUCCEEDED = 'TRUE'
    -- GROUP BY blockchain
    -- UNION ALL
    SELECT
    'Polygon' AS blockchain,
    COUNT(DISTINCT from_address) AS users
    FROM polygon.core.fact_transactions
    WHERE block_timestamp::date >= '2025-03-10'
    AND TX_SUCCEEDED = true
    GROUP BY blockchain
    UNION ALL
    -- SELECT
    -- 'Avalanche' AS blockchain,
    -- COUNT(DISTINCT from_address) AS users
    -- FROM avalanche.core.fact_transactions
    -- WHERE block_timestamp::date >= '2025-03-10'
    -- AND status = 'SUCCESS'
    -- GROUP BY blockchain
    -- UNION ALL
    SELECT
    'Ronin' AS blockchain,
    COUNT(DISTINCT FROM_ADDRESS) AS users
    FROM ronin.core.fact_transactions
    WHERE block_timestamp::date >= '2025-03-10'
    AND TX_SUCCEEDED = true
    GROUP BY blockchain
    UNION ALL
    SELECT
    'Arbitrum' AS blockchain,
    Last run: about 3 hours agoAuto-refreshes every 24 hours
    BLOCKCHAIN
    CUMULATIVE WALLETS
    1
    Ethereum16012418
    2
    TON14382677
    3
    Polygon12834810
    4
    Arbitrum10014002
    5
    B33535413
    6
    Ronin1990076
    7
    Gunz12279
    7
    131B
    76s