mo115all airdrops - groups
    Updated 2025-04-16
    -- forked from all airdrops - top 100k @ https://flipsidecrypto.xyz/studio/queries/78723b77-333a-4974-ba74-f73ca25a2894
    with a_z as (
    with txs as (
    -- airdrop 1 - part 1
    select * , '1' as airdrop
    from optimism.core.ez_token_transfers
    where FROM_ADDRESS = '0xfedfaf1a10335448b7fa0268f56d2b44dbd357de'
    and CONTRACT_ADDRESS = '0x4200000000000000000000000000000000000042'
    and ORIGIN_FUNCTION_SIGNATURE != '0x57888c29'--- not claimed tokens

    UNION
    -- airdrop 1 - part 2
    select *, '1' as airdrop
    from optimism.core.ez_token_transfers
    where ORIGIN_FUNCTION_SIGNATURE = '0x43913491'
    and FROM_ADDRESS = '0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0'
    and CONTRACT_ADDRESS = '0x4200000000000000000000000000000000000042'
    and BLOCK_TIMESTAMP > '2023-09-15 00:00:00.000'
    and BLOCK_TIMESTAMP < '2023-09-16 00:00:00.000'

    UNION
    -- airdrop 2
    select *, '2' as airdrop
    from optimism.core.ez_token_transfers
    where ORIGIN_FUNCTION_SIGNATURE = '0x43913491'
    and FROM_ADDRESS = '0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0'
    and CONTRACT_ADDRESS = '0x4200000000000000000000000000000000000042'
    and BLOCK_TIMESTAMP > '2023-02-09 00:00:00.000'
    and BLOCK_TIMESTAMP < '2023-02-10 00:00:00.000'

    UNION
    -- airdrop 3
    select *, '3' as airdrop
    from optimism.core.ez_token_transfers
    where ORIGIN_FUNCTION_SIGNATURE = '0x43913491'
    and FROM_ADDRESS = '0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0'
    Last run: about 2 months ago
    AMOUNT
    Users
    Total OP
    Average OP Tokens Received
    Average Number of Airdrops
    MAX
    MIN
    1
    A: 0-1002278631893591.380904398.3102187761.0079799.9840905489.620726743e-8
    2
    B: 100-1k198686103383661.936886520.336923271.29531999.90196208100.016248631
    3
    C: 1k-10k58571126913468.4875342166.8311705031.882911100001000.131589648
    4
    D: more than 10k110020395944.48994118541.7677181282.57727362469.39865377210017.480586746
    4
    353B
    20s