rezarwzThe number of users
    Updated 2024-01-29
    with all_u as (
    SELECT
    TX_HASH,
    BLOCK_TIMESTAMP::date as date,
    ORIGIN_FROM_ADDRESS as ua,
    'Flooring Protocol Dapp Users' as type
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address in( '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2','0x49ad262c49c7aa708cc2df262ed53b64a17dd5ee')
    UNION
    all
    SELECT
    tx_hash,
    block_timestamp :: date as date,
    ORIGIN_FROM_ADDRESS as ua,
    'µ-Tokens Traders' as Type
    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'
    Last run: about 1 year agoAuto-refreshes every 3 hours
    DATE
    TYPE
    DAILY_TX_COUNT
    DAILY_USERS
    1
    2024-01-29 00:00:00.000µ-Tokens Traders670105
    2
    2024-01-29 00:00:00.000Flooring Protocol Dapp Users32852
    3
    2024-01-28 00:00:00.000µ-Tokens Traders622138
    4
    2024-01-28 00:00:00.000Flooring Protocol Dapp Users31374
    5
    2024-01-27 00:00:00.000Flooring Protocol Dapp Users28086
    6
    2024-01-27 00:00:00.000µ-Tokens Traders526136
    7
    2024-01-26 00:00:00.000µ-Tokens Traders864162
    8
    2024-01-26 00:00:00.000Flooring Protocol Dapp Users496103
    9
    2024-01-25 00:00:00.000Flooring Protocol Dapp Users34663
    10
    2024-01-25 00:00:00.000µ-Tokens Traders621114
    11
    2024-01-24 00:00:00.000µ-Tokens Traders531137
    12
    2024-01-24 00:00:00.000Flooring Protocol Dapp Users32376
    13
    2024-01-23 00:00:00.000Flooring Protocol Dapp Users41581
    14
    2024-01-23 00:00:00.000µ-Tokens Traders689149
    15
    2024-01-22 00:00:00.000Flooring Protocol Dapp Users47187
    16
    2024-01-22 00:00:00.000µ-Tokens Traders756132
    17
    2024-01-21 00:00:00.000µ-Tokens Traders536117
    18
    2024-01-21 00:00:00.000Flooring Protocol Dapp Users36077
    19
    2024-01-20 00:00:00.000Flooring Protocol Dapp Users39986
    20
    2024-01-20 00:00:00.000µ-Tokens Traders614137
    ...
    218
    13KB
    187s