defi__joshCross-Chain USDT/USDC Payment Analysis: Weekly Transfer Patterns Between Specific Addresses
    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: 22 days ago
    total weeks
    weeks with payments
    payment consistency score
    avg payment days per week
    avg payment count per week
    avg amount per week
    avg amount in payment weeks
    total amount (all time)
    1
    321443.750.50.5394.9994.991330
    1
    41B
    49s