potmoAll time RaceDay metrics
    Updated 2022-10-24
    select
    (select count (distinct buyer)
    from flow.core.ez_nft_sales
    where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_unique_owners_all_time,
    (select sum(price)
    from flow.core.ez_nft_sales
    where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_volume_all_time,
    (select count(distinct nft_id) from flow.core.ez_nft_sales
    where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_nfts
    Run a query to Download Data