Pmisha-bmlMdxq3.top.20.wallet.ep5
    Updated 2022-02-27
    SELECT
    inner_instruction:instructions[0]:parsed:info:authority as wallet,
    sum (inner_instruction:instructions[0]:parsed:info:amount/1e6) as amount_epoch5
    from solana.events
    WHERE block_timestamp between '2022-02-17' and '2022-02-24'---2/10 to 2/17 epoch 4
    and instruction:programId='LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw'
    and succeeded = 'TRUE'
    and wallet is not null
    group by 1
    order by 2 desc limit 20
    Run a query to Download Data