binhachonCrazy Goose Flock and $CRUMB Token - #5
    Updated 2022-06-09
    select
    date_trunc('day', block_timestamp) as time,
    sum(asset_amount) as airdrop_amount
    from flipside_prod_db.algorand.asset_transfer_transaction
    where asset_id = 751294723
    and asset_amount > 0
    and sender = 'R6HMZIHUFPPFOOKO2ZBFA3M5ZGZ27ON67BOAIPTPQRPICNV75BWDLNFALE'
    group by 1
    Run a query to Download Data