SELECT
count(asset_receiver) as wallets_claimed,
count(asset_receiver)/859*100 as wallets_claimed_pct,
sum(asset_amount) as claimed_amount,
sum(asset_amount)/501700*100 as claimed_amount_pct
from algorand.asset_transfer_transaction
where asset_id = '725937713'
and sender = 'ISSY3W2SLS3S5NHLUH3G77PH6SCBQ5ZTZ22ZCIPXGB26ESHYP32MELSMU4'
-- group by 1
-- order by 1