logx_tradeTotal Sales
    Updated 2023-06-29
    select
    sum(price_usd) as volume_usd
    from ethereum.core.ez_nft_sales
    where nft_address = '0xf0d2d631a24db247f5eb0421fa3e6a169c72565f' -- hedgies contract


    Run a query to Download Data