Yousefi_1994Daily Users and New Users
    Updated 2024-11-17

    ------------------------------------------------------------------------------ Core Market ------------------------------------------------------------------------------

    --------------------------------------- Initialized Pools ---------------------------------------

    WITH COLEND_CORE_MARKETS_INITIALIZED_POOL_ON_COLEND AS (
    SELECT
    CONTRACT_ADDRESS AS POOL_ADDRESS,
    (DECODED_LOG:underlyingAsset)::STRING AS ASSET_ADDRESS
    FROM
    core.core.ez_decoded_event_logs
    WHERE
    TOPIC_0 = '0xb19e051f8af41150ccccb3fc2c2d8d15f4a4cf434f32a559ba75fe73d6eea20b'
    AND EVENT_NAME = 'Initialized'
    AND DECODED_LOG:pool = '0x0cea9f0f49f30d376390e480ba32f903b43b19c5'
    AND DECODED_LOG:underlyingAsset != '0x0000000000000000000000000000000000000000'
    AND TX_SUCCEEDED = TRUE
    ),
    COLEND_CORE_MARKETS_INITIALIZED_DEPT_POOL_ON_COLEND AS (
    SELECT
    CONTRACT_ADDRESS AS POOL_ADDRESS,
    (DECODED_LOG:underlyingAsset)::STRING AS ASSET_ADDRESS
    FROM
    core.core.ez_decoded_event_logs
    WHERE
    EVENT_NAME = 'Initialized'
    AND DECODED_LOG:pool = '0x0cea9f0f49f30d376390e480ba32f903b43b19c5'
    AND DECODED_LOG:underlyingAsset != '0x0000000000000000000000000000000000000000'
    AND TX_SUCCEEDED = TRUE
    AND CONTRACT_NAME ILIKE '%Debt%'
    ),

    --------------------------------------- Deposit ---------------------------------------

    COLEND_CORE_MARKETS_DEPOSIT_ASSETS AS (
    SELECT
    Last run: about 11 hours ago
    Date
    User Type
    Number of Users
    1
    2024-09-05 00:00:00.000Daily Users44
    2
    2024-08-29 00:00:00.000Daily Users391
    3
    2024-08-08 00:00:00.000New Users31
    4
    2024-10-07 00:00:00.000Daily Users82
    5
    2024-08-05 00:00:00.000Daily Users166
    6
    2024-11-25 00:00:00.000New Users41
    7
    2025-02-26 00:00:00.000Daily Users116
    8
    2024-08-18 00:00:00.000Daily Users83
    9
    2025-02-11 00:00:00.000New Users37
    10
    2024-05-08 00:00:00.000New Users8
    11
    2024-04-24 00:00:00.000Daily Users15
    12
    2024-07-21 00:00:00.000New Users8
    13
    2024-05-19 00:00:00.000New Users9
    14
    2024-09-14 00:00:00.000Daily Users171
    15
    2024-09-29 00:00:00.000New Users14
    16
    2024-12-20 00:00:00.000New Users87
    17
    2024-07-22 00:00:00.000Daily Users34
    18
    2025-02-02 00:00:00.000New Users8
    19
    2024-06-03 00:00:00.000Daily Users24
    20
    2024-05-01 00:00:00.000Daily Users9
    ...
    711
    31KB
    16s