nasdfajsklj2024-07-19 stable %
    Updated 2025-06-06
    with addresses as (
    select lower(address) as address from (
    values
    ('0xc8c0e780960f954c3426a32b6ab453248d632b59') --old fee address
    ,('0x77777d91c0b8ec9984a05302e4ef041dccf77fee') --new fee address
    -- ,('0x0000000000002bdbf1bf3279983603ec279cc6df') --relay?

    ) as t(address)
    )
    ,excluded as (
    select lower(address) as address from (
    values
    ('0xc8c0e780960f954c3426a32b6ab453248d632b59') --old fee address
    ,('0x77777d91c0b8ec9984a05302e4ef041dccf77fee') --new fee address
    ,('0xf70da97812cb96acdf810712aa562db8dfa3dbef') --relay
    ,('0x85c153aae1f101af08151863306d9e0b823ea1b5') --my address, from one time sending relay funds to fee address
    ,('0x3a23f943181408eac424116af7b7790c94cb97a5') --socket

    ) as t(address)
    )
    ,data as (
    select
    block_timestamp::date as date,
    date_trunc('week', block_timestamp)::date as week,
    date_trunc('month', block_timestamp)::date as month,
    chain,
    amount_usd,
    origin_to_address,
    contract_address, symbol
    from (
    select block_timestamp, contract_address, symbol, amount_usd, origin_to_address, 'ETH' as chain
    from ethereum.core.ez_token_transfers
    where to_address in (select address from addresses)
    and origin_from_address not in (select address from excluded)
    and block_timestamp::date > '2024-04-10'
    and symbol not in ('Shiba 2.0', 'INNBC')
    Last run: 10 days ago
    DATE
    CATEGORY
    CHAIN
    AMOUNT_USD
    DATE_TOTAL
    PERCENT
    1
    2024-12-14 00:00:00.000stables/ethARB1375.214926.415586499.213196511
    2
    2025-04-24 00:00:00.000memesBASE22.361275.6047398211.752894082
    3
    2025-01-27 00:00:00.000stables/ethARB1414.0216783.4359843428.425092462
    4
    2025-01-17 00:00:00.000memesBASE996.0411941.5093349668.340989167
    5
    2025-04-01 00:00:00.000stables/ethETH681.771519.65529898444.863463475
    6
    2024-10-27 00:00:00.000stables/ethBASE673.735470.87303948912.3148535
    7
    2024-12-01 00:00:00.000memesBNB641.3620133.4022260813.185552014
    8
    2024-05-25 00:00:00.000stables/ethBASE1623.4110506.3615.451688311
    9
    2025-06-01 00:00:00.000stables/ethETH803.272135.5837.613669354
    10
    2025-04-03 00:00:00.000stables/ethETH799.292169.5636.84111064
    11
    2024-07-09 00:00:00.000stables/ethETH4700.787602.77118852261.829823408
    12
    2024-12-05 00:00:00.000stables/ethPOL207.0917285.5109204521.198055417
    13
    2024-12-13 00:00:00.000stables/ethOP203.9712222.1867246251.668850301
    14
    2024-10-07 00:00:00.000stables/ethBNB203.2614584.5584348581.39366578
    15
    2025-05-29 00:00:00.000memesETH199.25291.333.764648963
    16
    2024-09-13 00:00:00.000memesBASE24824.930.04145137857
    17
    2025-01-25 00:00:00.000memesPOL1.926951.9063092320.02761832388
    18
    2025-06-02 00:00:00.000memesPOL1.722568.210.06697271641
    19
    2024-10-06 00:00:00.000stables/ethPOL32.298445.2855219550.382343497
    20
    2024-06-24 00:00:00.000stables/ethBASE899.2212924.616.957424634
    ...
    5307
    405KB
    198s