goanji6455unique wallets
    Updated 2022-03-13
    select block_timestamp::date as date,
    count( DISTINCT inner_instruction:instructions[0]:parsed:info:destination ) as unique_wallets
    from solana.events
    where block_timestamp::date >= '2022-03-01'
    and instruction:programId = 'MarBmsSgKXdrN1egZf5sqe1TMai9K1rChYNDJgjq7aD'
    and inner_instruction:instructions[0]:parsed:info:source = '7GgPYjS5Dza89wV6FpZ23kUJRG5vbQ1GM25ezspYFSoE'
    GROUP by 1
    order by 1
    Run a query to Download Data