NuveveCryptoArchivedNew Markets Created Weekly
    Updated 8 days ago
    select
    date_trunc('week', block_timestamp) as week,
    count(distinct tx_hash) as tx_count
    from polygon.core.ez_decoded_event_logs
    where contract_address = '0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e'
    and event_name = 'TokenRegistered'
    group by week
    order by week asc


    Last run: 8 days ago
    WEEK
    TX_COUNT
    1
    2022-11-21 00:00:00.0001
    2
    2022-12-12 00:00:00.00031
    3
    2022-12-19 00:00:00.00019
    4
    2022-12-26 00:00:00.00013
    5
    2023-01-02 00:00:00.00019
    6
    2023-01-09 00:00:00.00042
    7
    2023-01-16 00:00:00.00017
    8
    2023-01-23 00:00:00.00016
    9
    2023-01-30 00:00:00.00059
    10
    2023-02-06 00:00:00.00097
    11
    2023-02-13 00:00:00.00084
    12
    2023-02-20 00:00:00.00085
    13
    2023-02-27 00:00:00.00077
    14
    2023-03-06 00:00:00.000140
    15
    2023-03-13 00:00:00.000202
    16
    2023-03-20 00:00:00.000133
    17
    2023-03-27 00:00:00.000217
    18
    2023-04-03 00:00:00.000221
    19
    2023-04-10 00:00:00.000152
    20
    2023-04-17 00:00:00.000175
    ...
    124
    4KB
    130s