pietrektxdefi staking withdrawals
    Updated 2024-02-05
    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 = '0x72b886d09c117654ab7da13a14d603001de0b777' and from_ADDRESS = '0x1dfd9029d89f87c8c63ed8ef2be1b5393b2348ef' group by day order by day DESC
    Last run: about 1 year ago
    DAY
    AMOUNT
    AMOUNT_USD
    1
    2024-02-03 00:00:00.00018247.7113464232156.332049807
    2
    2024-01-30 00:00:00.0003216.563473928489.969464293
    3
    2024-01-27 00:00:00.00012850.4032707071879.325512566
    4
    2024-01-26 00:00:00.0001663.178409876233.301519856
    5
    2024-01-21 00:00:00.0005107.123902727693.684938025
    6
    2024-01-17 00:00:00.000886.866722319127.714129214
    7
    2024-01-15 00:00:00.0001003.658555406151.724067479
    8
    2024-01-10 00:00:00.00079343.5875133713382.089470005
    9
    2024-01-09 00:00:00.00014282.9324566272348.885374222
    10
    2024-01-08 00:00:00.0002798.479459995457.814448778
    11
    2024-01-04 00:00:00.00056066.8326360379494.450788082
    12
    2024-01-03 00:00:00.000759.506459461149.378211434
    13
    2024-01-02 00:00:00.0005319.1232045671024.844370715
    14
    2024-01-01 00:00:00.0005446.1878611991014.935979514
    15
    2023-12-31 00:00:00.0002519.243099227460.463598884
    16
    2023-12-30 00:00:00.0002059.727871323356.635701736
    17
    2023-12-29 00:00:00.000578081.23112598495566.576863789
    18
    2023-12-28 00:00:00.0003228.170211886566.988373503
    19
    2023-12-27 00:00:00.0001964.491100881341.755907623
    20
    2023-12-26 00:00:00.0002254.444914819365.947810768
    ...
    548
    31KB
    7s