kenobi9270unlocked SBR
    Updated 2022-03-26
    select sum(amount) as amount,block_timestamp::date as date from solana.fact_gov_actions
    where mint ='Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1' and action ='EXIT' and program_name='saber' and block_timestamp::date >'2022-01-01'
    group by date
    Run a query to Download Data