PapasotOctorand gen1 wallets
    Updated 2023-01-03

    select
    count(DISTINCT(address)) gen1_holders

    from algorand.account_asset
    where amount = '1'
    and ASSET_NAME like '%Octorand #%'

    Run a query to Download Data