Pine Analyticsdark-rose copy
    Updated 2025-03-19
    -- 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: 15 days ago
    DATE
    NET_DEPOSITS_ETH
    TOTAL_DEPOSITS_ETH
    1
    2024-09-14 00:00:00.0000.40378122.837596184
    2
    2024-12-26 00:00:00.000397.6227736349215.431328845
    3
    2024-08-17 00:00:00.0005.150896101.668993524
    4
    2024-10-30 00:00:00.00030.1365141231758.858156821
    5
    2024-10-09 00:00:00.0003.05468245226.122810095
    6
    2024-10-12 00:00:00.0005.82635465239.175495725
    7
    2025-03-11 00:00:00.00032.34425786626684.039956619
    8
    2024-09-27 00:00:00.0003.777426585156.543518009
    9
    2024-08-05 00:00:00.0000.9217237.7637129
    10
    2025-02-01 00:00:00.000152.21034324121136.008343479
    11
    2024-08-14 00:00:00.0001.84089037894.79105853
    12
    2024-10-02 00:00:00.0005.218034996202.157134488
    13
    2024-09-10 00:00:00.0005.6845682119.508937684
    14
    2025-02-28 00:00:00.000121.585734225546.414277565
    15
    2025-03-10 00:00:00.00083.87029445526651.695698754
    16
    2024-12-15 00:00:00.000256.3014856035924.524532558
    17
    2024-12-12 00:00:00.00086.6798321365201.857493549
    18
    2025-02-20 00:00:00.000121.09141662924550.476402619
    19
    2024-09-21 00:00:00.0001.45952130.244320184
    20
    2025-01-09 00:00:00.000376.27458148613069.757448731
    ...
    235
    13KB
    7s