rezarwz Daily new user count and cumulative total user count
    Updated 2024-01-29
    with all_u as (
    SELECT
    TX_HASH,
    BLOCK_TIMESTAMP,
    ORIGIN_FROM_ADDRESS as ua
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address in( '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2','0x49ad262c49c7aa708cc2df262ed53b64a17dd5ee')
    UNION
    all
    SELECT
    tx_hash,
    block_timestamp,
    ORIGIN_FROM_ADDRESS as ua
    FROM
    ethereum.defi.ez_dex_swaps
    WHERE
    TOKEN_IN in (
    SELECT
    DECODED_LOG:floorToken
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
    and event_name = 'NewCollectionSupported'
    )
    or TOKEN_out in (
    SELECT
    DECODED_LOG:floorToken
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
    and event_name = 'NewCollectionSupported'
    )),
    Last run: about 1 year agoAuto-refreshes every 3 hours
    DATE
    DAILY_NEW_USERS
    CUMULATIVE_USERS_COUNT
    1
    2024-01-29 00:00:00.000124391
    2
    2024-01-28 00:00:00.000204379
    3
    2024-01-27 00:00:00.000344359
    4
    2024-01-26 00:00:00.000344325
    5
    2024-01-25 00:00:00.000184291
    6
    2024-01-24 00:00:00.000244273
    7
    2024-01-23 00:00:00.000364249
    8
    2024-01-22 00:00:00.000224213
    9
    2024-01-21 00:00:00.000254191
    10
    2024-01-20 00:00:00.000334166
    11
    2024-01-19 00:00:00.00094133
    12
    2024-01-18 00:00:00.000444124
    13
    2024-01-17 00:00:00.000254080
    14
    2024-01-16 00:00:00.000184055
    15
    2024-01-15 00:00:00.000184037
    16
    2024-01-14 00:00:00.000184019
    17
    2024-01-13 00:00:00.000334001
    18
    2024-01-12 00:00:00.000563968
    19
    2024-01-11 00:00:00.000393912
    20
    2024-01-10 00:00:00.000433873
    ...
    109
    4KB
    26s