freemartianExploit Day
Updated 2022-08-03
9
1
2
3
4
5
6
7
›
⌄
select to_address as buyer, sum(raw_amount)/pow(10,18) as sale_volume
from optimism.core.fact_token_transfers
where origin_to_address = '0x065e8a87b8f11aed6facf9447abe5e8c5d7502b6'
and block_timestamp::date = '2022-07-01'
group by to_address
order by sale_volume DESC
limit 50
Run a query to Download Data