pietrektxdefi staking deposits
    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 TO_ADDRESS = '0x1dfd9029d89f87c8c63ed8ef2be1b5393b2348ef' group by day order by day DESC

    Last run: about 1 year ago
    DAY
    AMOUNT
    AMOUNT_USD
    1
    2023-07-17 00:00:00.0001896.38537787693.625190877
    2
    2023-07-16 00:00:00.0003804.477735698188.175188705
    3
    2023-07-15 00:00:00.0003811.789544304187.195843225
    4
    2023-07-14 00:00:00.0003815.868043595186.756135092
    5
    2023-07-13 00:00:00.0003823.010115062181.928777606
    6
    2023-07-12 00:00:00.0003823.905077217181.543530568
    7
    2023-07-11 00:00:00.0003824.999791648181.887739969
    8
    2023-07-10 00:00:00.0003839.833108134180.713636793
    9
    2023-07-09 00:00:00.0003847.88195935182.951495732
    10
    2023-07-08 00:00:00.0003839.714440301183.971667336
    11
    2023-07-07 00:00:00.0003862.463432532184.999763059
    12
    2023-07-06 00:00:00.0003866.740644121190.975264725
    13
    2023-07-05 00:00:00.0003870.206300907191.350704386
    14
    2023-07-04 00:00:00.0003872.161918911191.809118732
    15
    2023-07-03 00:00:00.0003886.700632184191.751943351
    16
    2023-07-02 00:00:00.0003923.592820267193.372693326
    17
    2023-07-01 00:00:00.0004251.80111466209.900730594
    18
    2023-06-30 00:00:00.0004275.608246077205.366365435
    19
    2023-06-29 00:00:00.0004284.801858494206.941001684
    20
    2023-06-28 00:00:00.0004286.17212919209.642087965
    ...
    507
    28KB
    10s