alitaslimiProtocols Daily (30D)
    Updated 2025-03-04
    with
    -------------------- Arbitrum --------------------
    arbitrum as (
    select
    block_timestamp,
    origin_from_address,
    origin_to_address,
    tx_hash
    from
    arbitrum.core.ez_decoded_event_logs logs
    join arbitrum.core.dim_labels labels on logs.origin_to_address = labels.address
    where
    tx_status = 'SUCCESS'
    and block_timestamp::date between (current_date - 31) and (current_date - 1)
    and contract_address = '0x2297aebd383787a160dd0d9f71508148769342e3'
    ),
    -------------------- Avalanche --------------------
    avalanche as (
    select
    block_timestamp,
    origin_from_address,
    origin_to_address,
    tx_hash
    from
    avalanche.core.ez_decoded_event_logs logs
    join avalanche.core.dim_labels labels on logs.origin_to_address = labels.address
    where
    tx_status = 'SUCCESS'
    and block_timestamp::date between (current_date - 31) and (current_date - 1)
    and contract_address = '0x152b9d0fdc40c096757f570a51e494bd4b943e50'
    ),
    -------------------- BSC --------------------
    bsc as (
    select
    block_timestamp,
    origin_from_address,
    Last run: 12 days agoAuto-refreshes every 12 hours
    Date
    Blockchain
    Transactions
    Protocols
    Users
    1
    2025-03-03 00:00:00.000Arbitrum75463
    2
    2025-03-03 00:00:00.000Avalanche322728643
    3
    2025-03-03 00:00:00.000BSC2173116
    4
    2025-03-03 00:00:00.000Optimism1624
    5
    2025-03-03 00:00:00.000Polygon45244
    6
    2025-03-02 00:00:00.000Arbitrum70455
    7
    2025-03-02 00:00:00.000Avalanche280332571
    8
    2025-03-02 00:00:00.000BSC23319
    9
    2025-03-02 00:00:00.000Optimism423
    10
    2025-03-02 00:00:00.000Polygon26125
    11
    2025-03-01 00:00:00.000Arbitrum72459
    12
    2025-03-01 00:00:00.000Avalanche229427535
    13
    2025-03-01 00:00:00.000BSC25221
    14
    2025-03-01 00:00:00.000Optimism935
    15
    2025-03-01 00:00:00.000Polygon50148
    16
    2025-02-28 00:00:00.000Arbitrum60351
    17
    2025-02-28 00:00:00.000Avalanche396630829
    18
    2025-02-28 00:00:00.000BSC41231
    19
    2025-02-28 00:00:00.000Optimism1633
    20
    2025-02-28 00:00:00.000Polygon34133
    ...
    155
    7KB
    325s