PapasotTiger Chi v2 collection sum
    Updated 2023-01-03
    select
    count(asset_id) as V2_Collection
    from algorand.asset
    where asset_name like '%Wushu Chi #%'
    and creator_address= '4UK5324YGP3UFLUK64E7ZPS6FQYKUC2ESF23TI5DZALTZVYD5PZG3J6BBY'
    and ASSET_DELETED= false
    and total_supply = 1


    --order by asset_name




    Run a query to Download Data