SocioAnalyticanew vs active user over time
    Updated 2025-03-30
    with result as (
    SELECT
    block_timestamp,
    tx_hash,
    origin_from_address,
    row_number()over (partition by origin_from_address ORDER BY block_timestamp) as rank
    FROM (
    SELECT
    block_timestamp, tx_hash, origin_from_address
    FROM base.defi.ez_lending_deposits
    WHERE platform = 'Moonwell'
    UNION
    SELECT
    block_timestamp,tx_hash, origin_from_address
    FROM base.defi.ez_lending_borrows
    WHERE platform = 'Moonwell'
    UNION
    SELECT
    block_timestamp, tx_hash, origin_from_address
    FROM base.defi.ez_lending_withdraws
    WHERE platform = 'Moonwell'
    UNION
    SELECT
    block_timestamp, tx_hash, origin_from_address
    FROM base.defi.ez_lending_repayments
    WHERE platform = 'Moonwell'
    UNION
    SELECT
    block_timestamp, tx_hash, origin_from_address
    FROM base.defi.ez_lending_liquidations
    WHERE platform = 'Moonwell'
    UNION
    SELECT
    block_timestamp,tx_hash, origin_from_address
    FROM base.defi.ez_lending_flashloans
    WHERE platform = 'Moonwell'
    Last run: 23 days agoAuto-refreshes every 24 hours
    DATE
    N_TXNS
    CUM_TXNS
    ACTIVE_USER
    NEW_USER
    CUM_NEW_USER
    OLD_USER
    NEW_USER_PERCENT
    OLD_USER_PERCENT
    1
    2025-03-30 00:00:00.00070022411212583328450222512.79069887.209302
    2
    2025-03-29 00:00:00.00029432240421111114828446996313.32133286.678668
    3
    2025-03-28 00:00:00.000383222374781436349284321108724.30362175.696379
    4
    2025-03-27 00:00:00.000400022336461654470283972118428.41596171.584039
    5
    2025-03-26 00:00:00.000421122296461657453283502120427.33856472.661436
    6
    2025-03-25 00:00:00.000404622254351594473283049112129.67377770.326223
    7
    2025-03-24 00:00:00.000510222213892027628282576139930.98174669.018254
    8
    2025-03-23 00:00:00.000204422162876837028194861310.24890289.751098
    9
    2025-03-22 00:00:00.000318422142431349344281878100525.50037174.499629
    10
    2025-03-21 00:00:00.000378122110591598459281534113928.72340471.276596
    11
    2025-03-20 00:00:00.000387822072781457342281075111523.47288976.527111
    12
    2025-03-19 00:00:00.000412322034001480229280733125115.47297384.527027
    13
    2025-03-18 00:00:00.000343321992771236214280504102217.31391682.686084
    14
    2025-03-17 00:00:00.000358321958441410243280290116717.23404382.765957
    15
    2025-03-16 00:00:00.00030122192261111719028004792717.00984882.990152
    16
    2025-03-15 00:00:00.000363821892491401283279857111820.19985779.800143
    17
    2025-03-14 00:00:00.000420321856111439260279574117918.06810381.931897
    18
    2025-03-13 00:00:00.000435721814081447243279314120416.79336683.206634
    19
    2025-03-12 00:00:00.000444721770511464225279071123915.36885284.631148
    20
    2025-03-11 00:00:00.000499621726041642215278846142713.09378886.906212
    ...
    600
    46KB
    7s