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-07-27 00:00:00.000stables/ethETH3225.446260.90562631651.517147718
    2
    2024-06-17 00:00:00.000stables/ethBASE1578.098911.3217.708824282
    3
    2025-02-11 00:00:00.000stables/ethETH1569.6610242.3234531215.325233646
    4
    2024-06-11 00:00:00.000stables/ethARB1505.6813610.6911.062481035
    5
    2025-03-08 00:00:00.000stables/ethETH1424.058024.625414817.745999675
    6
    2024-12-01 00:00:00.000stables/ethARB1569.6120133.4022260817.796049482
    7
    2024-04-12 00:00:00.000stables/ethBNB1340.9228596.14.689170901
    8
    2024-06-22 00:00:00.000memesETH1283.895653.722.708845535
    9
    2024-06-24 00:00:00.000stables/ethETH5225.2512924.6140.428686049
    10
    2024-06-05 00:00:00.000stables/ethETH4986.8316033.5331.102508306
    11
    2024-12-03 00:00:00.000stables/ethBASE4959.4819172.78680282125.867288105
    12
    2024-05-02 00:00:00.000stables/ethETH4009.8716798.0923.870987713
    13
    2025-01-27 00:00:00.000stables/ethETH3783.8516783.43598434222.545145127
    14
    2024-06-27 00:00:00.000stables/ethETH3962.78962.60080941644.213728629
    15
    2024-07-08 00:00:00.000stables/ethETH4841.218231.33346588958.814407411
    16
    2025-02-13 00:00:00.000stables/ethBNB22179.5125317.75561113787.6045663
    17
    2024-04-16 00:00:00.000memesETH6736.9717492.9138.512574523
    18
    2024-04-17 00:00:00.000stables/ethETH6501.7415032.2343.251999204
    19
    2025-01-06 00:00:00.000stables/ethETH6226.8216418.61221655237.92537346
    20
    2024-12-27 00:00:00.000stables/ethETH5745.611220.71606864251.205288191
    ...
    5209
    398KB
    217s