PapasotTiger Chi v1 collection sum
    Updated 2022-07-20
    select
    count(asset_id) as V1_Collection
    from algorand.asset
    where ASSET_NAME like '%Tiger Chi #%'
    and ASSET_DELETED= false
    and total_supply = 1

    --(asset_name like '%Wushu Chi #%'
    --and creator_address= '4UK5324YGP3UFLUK64E7ZPS6FQYKUC2ESF23TI5DZALTZVYD5PZG3J6BBY')
    --order by asset_name




    Run a query to Download Data