nasdfajsklj2024-07-19 stable %
    Updated 2025-04-13
    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: 12 days ago
    DATE
    CATEGORY
    CHAIN
    AMOUNT_USD
    DATE_TOTAL
    PERCENT
    1
    2024-04-12 00:00:00.000stables/ethBASE5040.04528267529097.58699849717.321179529
    2
    2024-06-05 00:00:00.000stables/ethETH4986.28528951416039.29508907731.087932866
    3
    2025-01-16 00:00:00.000stables/ethETH2276.7822611414287.12554627715.935901548
    4
    2025-02-14 00:00:00.000stables/ethETH2184.26716329911637.65646558718.768960656
    5
    2024-12-17 00:00:00.000stables/ethETH10207.725330317970.9288655156.801322885
    6
    2024-07-12 00:00:00.000memesETH763.1820194486903.18389972511.055507582
    7
    2025-01-09 00:00:00.000memesBASE756.49143520712836.0602927215.893486147
    8
    2024-06-12 00:00:00.000stables/ethBNB687.98473588117463.5520670723.939546395
    9
    2025-01-19 00:00:00.000memesARB160.72742783215667.1105799841.025890684
    10
    2025-02-16 00:00:00.000stables/ethARB158.007396594150.8275715883.806648045
    11
    2025-01-30 00:00:00.000memesBASE155.7933791853870.9104384174.024721875
    12
    2025-01-08 00:00:00.000memesBASE2878.88735689322952.68016926412.542706715
    13
    2024-06-22 00:00:00.000memesARB309.7114070925665.5587392655.466564223
    14
    2024-12-08 00:00:00.000stables/ethETH4691.65871415510792.88697841143.469914246
    15
    2024-06-12 00:00:00.000stables/ethPOL18.09865129517463.5520670720.1036367128
    16
    2025-02-12 00:00:00.000stables/ethOP17.08186294410847.6205944290.1574710582
    17
    2025-03-23 00:00:00.000memesBNB17.8999051581580.1105679571.132826115
    18
    2025-02-24 00:00:00.000stables/ethBASE893.9034531985834.2554663415.321637154
    19
    2024-06-12 00:00:00.000stables/ethBASE1603.28758471317463.5520670729.180764478
    20
    2024-06-10 00:00:00.000memesARB273.31726936716015.0046992321.706632464
    ...
    4647
    394KB
    187s