sakineh5021-nIQRzBStepN Growth
    Updated 2022-02-27
    Select block_timestamp::date as date, count(DISTINCT tx_from_address) as uniquewallets
    from Solana.Transactions
    where block_timestamp::date >= '2022-01-01' and post_mint = 'AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB'
    group by date

    Run a query to Download Data