aureasarsanedesbruh bears 1.2
    Updated 2025-03-14

    SELECT COUNT(*) AS total_sales,
    COUNT(distinct buyer_address) as buyers,
    COUNT(distinct seller_address) as sellers,
    SUM(total_price_usd) as volume_usd,
    min(total_price_usd) as floor_price_usd,
    avg(total_price_usd) as avg_price_usd
    FROM aptos.nft.ez_nft_sales
    WHERE PROJECT_NAME ilike '%Bruh Bears%'







    Last run: about 1 month ago
    TOTAL_SALES
    BUYERS
    SELLERS
    VOLUME_USD
    FLOOR_PRICE_USD
    AVG_PRICE_USD
    1
    14567672149931328982.543388267.782463e-891.232411848
    1
    61B
    3s