mo1151st Airdrop - part 1
Updated 2024-07-08
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select count(distinct tx_hash) as transactions
, count(distinct TO_ADDRESS) as Addrresses
, sum(AMOUNT) as Total_amount
from optimism.core.ez_token_transfers
where FROM_ADDRESS = '0xfedfaf1a10335448b7fa0268f56d2b44dbd357de'
and CONTRACT_ADDRESS = '0x4200000000000000000000000000000000000042'
and ORIGIN_FUNCTION_SIGNATURE != '0x57888c29'--- not claimed tokens
QueryRunArchived: QueryRun has been archived