Pine Analyticsdark-rose copy
    Updated 2 days ago
    -- forked from dark-rose @ https://flipsidecrypto.xyz/studio/queries/c5a480ec-ab52-49d2-b59e-b12761360710

    SELECT
    date(block_timestamp) as date,
    sum(case when To_address LIKE lower('0xD7E4b67E735733aC98a88F13d087D8aac670E644') then amount else -amount end) as net_deposits_eth,
    sum(net_deposits_eth) over (order by date) as total_deposits_eth

    FROM ethereum.core.ez_native_transfers
    where To_address LIKE lower('0xD7E4b67E735733aC98a88F13d087D8aac670E644')
    OR from_address LIKE lower('0xD7E4b67E735733aC98a88F13d087D8aac670E644')
    group BY 1



    Last run: 2 days ago
    DATE
    NET_DEPOSITS_ETH
    TOTAL_DEPOSITS_ETH
    1
    2024-10-30 00:00:00.00030.1365141231758.858156821
    2
    2025-04-21 00:00:00.000-308.01116469127486.214387993
    3
    2024-10-09 00:00:00.0003.05468245226.122810095
    4
    2024-12-26 00:00:00.000397.6227736349221.319245653
    5
    2024-09-14 00:00:00.0000.40378122.837596184
    6
    2024-08-17 00:00:00.0005.150896101.668993524
    7
    2025-03-10 00:00:00.00083.87029445526657.583615562
    8
    2025-04-22 00:00:00.000-317.0929617327169.121426263
    9
    2024-12-15 00:00:00.000256.3014856035930.412449366
    10
    2025-03-28 00:00:00.000159.9540768727925.467653201
    11
    2025-01-15 00:00:00.000451.04572749714741.717006405
    12
    2025-01-08 00:00:00.00065.53539772312699.370784053
    13
    2025-01-24 00:00:00.000627.09782806818980.083953802
    14
    2024-12-24 00:00:00.000701.7727729288427.290160684
    15
    2025-02-21 00:00:00.00086.93790503324643.30222446
    16
    2025-03-12 00:00:00.00014.2169316326704.144805058
    17
    2025-02-03 00:00:00.000521.23934128222035.142302848
    18
    2024-12-29 00:00:00.000635.57433408410782.571295797
    19
    2024-10-26 00:00:00.00046.6554944381629.051677181
    20
    2025-02-18 00:00:00.000123.1908970724284.021142645
    ...
    321
    17KB
    7s