SocioAnalyticanew vs active user over time
    Updated 5 days ago
    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: 5 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-06-11 00:00:00.000148925483535519230006345916.69691583.303085
    2
    2025-06-10 00:00:00.000593425468641398259299971113918.52646681.473534
    3
    2025-06-09 00:00:00.000755925409302335604299712173125.86723874.132762
    4
    2025-06-08 00:00:00.000458425333711548397299108115125.64599574.354005
    5
    2025-06-07 00:00:00.00050272528787138244529871193732.19971167.800289
    6
    2025-06-06 00:00:00.000666625237602114911298266120343.09366156.906339
    7
    2025-06-05 00:00:00.00039212517094119526929735592622.5104677.48954
    8
    2025-06-04 00:00:00.00063832513173101922729708679222.27674277.723258
    9
    2025-06-03 00:00:00.000101112506790112922229685990719.66341980.336581
    10
    2025-06-02 00:00:00.000131912496679101116029663785115.82591584.174085
    11
    2025-06-01 00:00:00.0008648248348888716929647771819.05298880.947012
    12
    2025-05-31 00:00:00.00010794247484086515829630870718.26589681.734104
    13
    2025-05-30 00:00:00.0006431246404699120429615078720.58526779.414733
    14
    2025-05-29 00:00:00.0003000245761597718229594679518.62845481.371546
    15
    2025-05-28 00:00:00.0002560245461582719229576463523.21644576.783555
    16
    2025-05-27 00:00:00.00042122452055117828229557289623.93887976.061121
    17
    2025-05-26 00:00:00.00038582447843107225229529082023.50746376.492537
    18
    2025-05-25 00:00:00.0003207244398585818529503867321.56177278.438228
    19
    2025-05-24 00:00:00.0002935244077893019329485373720.75268879.247312
    20
    2025-05-23 00:00:00.00034862437843106720429466086319.11902580.880975
    ...
    673
    52KB
    13s