PapasotTiger Chi v1 collection
    Updated 2023-01-03
    select
    asset_name,
    asset_id,
    asset_url
    from algorand.asset
    where ASSET_NAME like '%Tiger Chi #%'
    and ASSET_DELETED= false
    and total_supply = 1
    --and creator_address= '4UK5324YGP3UFLUK64E7ZPS6FQYKUC2ESF23TI5DZALTZVYD5PZG3J6BBY'
    order by asset_name




    Run a query to Download Data