RayyykArbitrum WETH/FOX V2 Pool (Asset Net Change)
    Updated 5 hours ago
    with deposit as (select date_trunc('day', block_timestamp) as date,
    sum(decoded_log:amount0/1e18) as eth_deposits,
    sum(decoded_log:amount1/1e18) as fox_deposits
    from arbitrum.core.ez_decoded_event_logs
    where contract_address = '0x5f6ce0ca13b87bd738519545d3e018e70e339c24'
    and event_name = 'Mint'
    group by 1),

    withdraw as (select date_trunc('day', block_timestamp) as date,
    sum(decoded_log:amount0/1e18) as eth_withdraws,
    sum(decoded_log:amount1/1e18) as fox_withdraws
    from arbitrum.core.ez_decoded_event_logs
    where contract_address = '0x5f6ce0ca13b87bd738519545d3e018e70e339c24'
    and event_name = 'Burn'
    group by 1),

    eth as (select date_trunc('day', hour) as day,
    avg(price) as eth_price
    from ethereum.price.ez_prices_hourly
    where token_address = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' --weth
    group by 1),

    fox as (select date_trunc('day', hour) as day,
    avg(price) as fox_price
    from ethereum.price.ez_prices_hourly
    where token_address = '0xc770eefad204b5180df6a14ee197d99d808ee52d' --fox
    group by 1),

    final as (select ifnull(a.date, b.date) as day,
    ifnull(eth_deposits, 0) as "ETH Deposit",
    ifnull(fox_deposits, 0) as "FOX Deposit",
    ifnull(eth_withdraws, 0) * -1 as "ETH Withdraw",
    ifnull(fox_withdraws, 0) * -1 as "FOX Withdraw",
    "ETH Deposit" + "ETH Withdraw" as "ETH Net Change",
    "FOX Deposit" + "FOX Withdraw" as "FOX Net Change"
    from deposit a
    Last run: about 5 hours agoAuto-refreshes every 24 hours
    DAY
    ETH Deposit
    ETH Deposit USD
    FOX Deposit
    FOX Deposit USD
    ETH Withdraw
    ETH Withdraw USD
    FOX Withdraw
    FOX Withdraw USD
    ETH Net Change
    FOX Net Change
    ETH Net Deposit USD
    FOX Net Deposit USD
    Net Deposit USD
    1
    2025-04-17 00:00:00.0000.180771435287.9112298313154.869774023289.61073294800000.18077143513154.869774023287.91122983289.610732948577.521962778
    2
    2025-04-16 00:00:00.0000.0255861277740.4672648771864.20526196941.76129244900000.025586127771864.20526196940.46726487741.76129244982.228557326
    3
    2025-04-15 00:00:00.0000.0015243586022.479799262111.7082963842.51237469500000.001524358602111.7082963842.4797992622.5123746954.992173957
    4
    2025-04-14 00:00:00.0000.1000223303163.6996297727181.627974924160.93947498500000.10002233037181.627974924163.699629772160.939474985324.639104757
    5
    2025-04-11 00:00:00.0000.2704698707419.92329447819855.542226941436.02999896400000.270469870719855.542226941419.923294478436.029998964855.953293442
    6
    2025-04-09 00:00:00.0000.0301154850245.2069819682222.80473797945.31977850700000.030115485022222.80473797945.20698196845.31977850790.526760475
    7
    2025-04-06 00:00:00.0000.1949713117341.97691856714733.519019506351.53555731100000.194971311714733.519019506341.976918567351.535557311693.512475877
    8
    2025-04-01 00:00:00.0000.0480730487989.9013885173485.7170643692.37568651800000.048073048793485.7170643689.90138851792.375686518182.277075035
    9
    2025-03-28 00:00:00.0000.2627274995505.14266030517743.849219485495.104902139-0.102173117-196.446889794-6933.727115274-193.4711145480.160554382510810.122104211308.695770511301.633787591610.329558102
    10
    2025-03-27 00:00:00.0000.1986250857400.60337662413710.150314779404.73422838300000.198625085713710.150314779400.603376624404.734228383805.337605007
    11
    2025-03-26 00:00:00.0000.2245379529459.37723938915559.325002079456.023446061-0.09907185809-202.688926629-6838.461827083-200.4263634660.12546609498720.863174996256.688312759255.597082596512.285395355
    12
    2025-03-25 00:00:00.0000.0251957126152.0367367541758.91106570652.59337420100000.025195712611758.91106570652.03673675452.593374201104.630110955
    13
    2025-03-24 00:00:00.0000.0238805857649.185837521640.18431466752.73202344400000.023880585761640.18431466749.1858375252.732023444101.917860964
    14
    2025-03-23 00:00:00.0000.2730261461546.25819947420605.527553303581.39392332100000.273026146120605.527553303546.258199474581.3939233211127.652122795
    15
    2025-03-20 00:00:00.0000.0163345230632.712706931210.82863234534.64413751200000.016334523061210.82863234532.7127069334.64413751267.356844442
    16
    2025-03-11 00:00:00.0004.0024562337595.292755791287843.2342365567512.77317830200004.002456233287843.2342365567595.2927557917512.77317830215108.065934093
    17
    2025-03-10 00:00:00.0000.00024962092840.50496972117.2491212410.499865029900000.000249620928417.2491212410.5049697210.49986502991.004834751
    18
    2025-03-09 00:00:00.0000.0370769365479.1116620052555.84754099181.6091927900000.037076936542555.84754099179.11166200581.60919279160.720854796
    19
    2025-03-05 00:00:00.0000.52540226811155.2004345135378.0365692581221.98944444800000.525402268135378.0365692581155.200434511221.9894444482377.189878958
    20
    2025-03-04 00:00:00.0000.05982210294126.1422821043687.869004464127.2347705400000.059822102943687.869004464126.142282104127.23477054253.377052644
    52
    8KB
    42s