nasdfajsklj2024-07-19 stable %
    Updated 1 day ago
    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: 1 day ago
    DATE
    CATEGORY
    CHAIN
    AMOUNT_USD
    DATE_TOTAL
    PERCENT
    1
    2024-06-07 00:00:00.000stables/ethETH7021.39202480814863.91737317647.237830032
    2
    2024-11-29 00:00:00.000stables/ethBASE6772.2628560.91361645423.711636438
    3
    2024-10-13 00:00:00.000stables/ethETH6148.5773456739411.55537755465.330087313
    4
    2024-12-16 00:00:00.000stables/ethETH9568.09641362419509.62894947749.042944068
    5
    2024-05-21 00:00:00.000stables/ethETH9151.14263949119566.27531681946.76997789
    6
    2024-06-29 00:00:00.000memesETH4752.5012565339573.36327811749.642963695
    7
    2024-12-20 00:00:00.000stables/ethBASE3786.2416656.50492982622.731299369
    8
    2024-07-22 00:00:00.000stables/ethETH4929.09604644510299.1278971947.859353682
    9
    2024-05-09 00:00:00.000stables/ethETH2443.3492498277069.63923330234.561158911
    10
    2025-01-24 00:00:00.000stables/ethETH2879.27803704611450.16217271525.146176915
    11
    2024-05-08 00:00:00.000memesARB263.37286318215957.0074926871.650515382
    12
    2024-05-04 00:00:00.000memesARB259.432059659591.3384628192.704857728
    13
    2024-12-16 00:00:00.000memesBASE707.9119509.6289494773.628515959
    14
    2025-02-16 00:00:00.000stables/ethPOL371.1971807294150.7567638058.942879621
    15
    2024-11-16 00:00:00.000stables/ethBNB345.03850808717292.9739865661.995252571
    16
    2024-08-14 00:00:00.000memesETH350.5309584946225.7595853385.630332391
    17
    2024-07-31 00:00:00.000memesBASE181.6910389.6228081611.74876416
    18
    2024-10-25 00:00:00.000stables/ethBLAST4.45776902210629.543075850.04193754134
    19
    2025-03-19 00:00:00.000stables/ethPOL3.7231680642856.9009353120.1303219169
    20
    2024-05-09 00:00:00.000stables/ethBASE1292.37069.63923330218.279574917
    ...
    4803
    402KB
    112s