NuveveCryptoArchivedActive Users (30d)
    Updated 2023-03-15
    select
    count(distinct(from_address)) as wallets
    from gnosis.core.fact_transactions
    where block_timestamp >= current_date - 30


    Run a query to Download Data