theericstone2022-12-09 06:34 PM
    Updated 2022-12-10

    select
    count(distinct(address))
    from crosschain.core.address_tags
    where tag_name IN ('wallet billionaire')
    and creator = 'flipside'
    and blockchain = 'ethereum'
    and (end_date > current_date - 31 OR end_date IS NULL);
    Run a query to Download Data