pietrektthor staking withdrawals
    Updated 2 days ago
    -- could be hourly
    select to_date(block_timestamp) as day, sum(amount) as amount, sum(amount_usd) as amount_usd from ethereum.core.ez_token_transfers
    where CONTRACT_ADDRESS = '0xa5f2211b9b8170f694421f2046281775e8468044' and from_ADDRESS = '0x815c23eca83261b6ec689b60cc4a58b54bc24d8d' group by day order by day DESC
    Last run: about 20 hours agoAuto-refreshes every 24 hours
    DAY
    AMOUNT
    AMOUNT_USD
    1
    2025-04-11 00:00:00.000299785.22762580314228.77102486
    2
    2025-04-10 00:00:00.000290362.81513898314203.185578666
    3
    2025-04-09 00:00:00.000253786.28894958311404.203746277
    4
    2025-04-08 00:00:00.000253474.14166813211876.741291398
    5
    2025-04-07 00:00:00.000720561.67766845933663.388599638
    6
    2025-04-06 00:00:00.000424448.40762433524688.438637736
    7
    2025-04-05 00:00:00.000417657.470852924737.810767095
    8
    2025-04-04 00:00:00.000267163.85169953916739.58542629
    9
    2025-04-03 00:00:00.000266790.16136384716627.057571552
    10
    2025-04-02 00:00:00.000396801.34503113825662.195207154
    11
    2025-04-01 00:00:00.000407092.08057173925183.237472084
    12
    2025-03-31 00:00:00.000567963.06649648735738.117961044
    13
    2025-03-30 00:00:00.0001131532.7054410376197.141894493
    14
    2025-03-29 00:00:00.000413987.79295957927129.964113
    15
    2025-03-28 00:00:00.000326490.63670028221628.299101565
    16
    2025-03-27 00:00:00.000319556.9215330720408.893187386
    17
    2025-03-26 00:00:00.000250687.56446488914983.65264641
    18
    2025-03-25 00:00:00.000260671.03144563315232.658258059
    19
    2025-03-24 00:00:00.0001471618.8780247784343.50992836
    20
    2025-03-23 00:00:00.000215861.43531616311127.445397828
    ...
    1047
    61KB
    5s