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