defi__joshAll your devs payments to you across any of these EVM chains
    Updated 2025-05-10
    with addy as (
    select
    block_timestamp,
    symbol,
    amount
    from
    ethereum.core.ez_token_transfers
    where
    (
    symbol ilike 'USDT'
    or symbol ilike 'USDC'
    )
    and from_address ilike '{{ dev_wallet }}'
    and to_address ilike '{{ your_wallet }}'
    and block_timestamp between '{{ start_date }}' and '{{ end_date }}'
    union all
    select
    block_timestamp,
    symbol,
    amount
    from
    bsc.core.ez_token_transfers
    where
    (
    symbol ilike 'USDT'
    or symbol ilike 'USDC'
    )
    and from_address ilike '{{ dev_wallet }}'
    and to_address ilike '{{ your_wallet }}'
    and block_timestamp between '{{ start_date }}' and '{{ end_date }}'
    union all
    select
    Last run: 13 days ago
    week
    money paid (usd)
    cumulative payment (usd)
    1
    2024-12-30980
    2
    2024-12-2370980
    3
    2024-12-16910
    4
    2024-12-09140910
    5
    2024-12-0270770
    6
    2024-11-25700
    7
    2024-11-1870700
    8
    2024-11-11140630
    9
    2024-11-04490
    10
    2024-10-28140490
    11
    2024-10-2170350
    12
    2024-10-1470280
    13
    2024-10-07210
    14
    2024-09-3070210
    15
    2024-09-2370140
    16
    2024-09-167070
    17
    2024-09-09
    18
    2024-09-02
    19
    2024-08-26
    20
    2024-08-19
    53
    1KB
    63s