MasiDaily Addresses Jan
    Updated 2025-04-01
    with tb0_0 AS (
    SELECT
    block_timestamp,
    BLOCK_ID,
    tx_hash,
    ifnull(tx:actions[0]:Delegate:delegate_action:receiver_id::string, TX_RECEIVER)::string as receiver,
    ifnull(tx:actions[0]:Delegate:delegate_action:sender_id::string, TX_SIGNER)::string AS user
    FROM near.core.fact_transactions
    where block_timestamp::Date >= '2025-02-01' and block_timestamp < '2025-04-01'
    UNION

    SELECT
    block_timestamp,
    BLOCK_ID,
    tx_hash,
    to_address::string as receiver,
    from_address::string AS user
    FROM near.core.ez_token_transfers
    where block_timestamp::Date >= '2025-02-01' and block_timestamp < '2025-04-01'

    UNION

    SELECT
    block_timestamp,
    BLOCK_ID,
    tx_hash,
    receiver_id::string as receiver,
    SIGNER_ID::string AS user
    FROM near.core.fact_actions_events_function_call
    where block_timestamp::Date >= '2025-02-01' and block_timestamp < '2025-04-01'

    UNION

    SELECT
    block_timestamp,
    BLOCK_ID,
    Last run: 11 days ago
    DATE
    MONTH
    ACTIVE_ADDRESSES
    DAY
    1
    2025-03-01 00:00:00.000March31884111
    2
    2025-03-02 00:00:00.000March31659252
    3
    2025-03-03 00:00:00.000March30499753
    4
    2025-03-04 00:00:00.000March32915894
    5
    2025-03-05 00:00:00.000March33937985
    6
    2025-03-06 00:00:00.000March34707346
    7
    2025-03-07 00:00:00.000March29487737
    8
    2025-03-08 00:00:00.000March33931898
    9
    2025-03-09 00:00:00.000March35252399
    10
    2025-03-10 00:00:00.000March342605710
    11
    2025-03-11 00:00:00.000March363649911
    12
    2025-03-12 00:00:00.000March362098312
    13
    2025-03-13 00:00:00.000March350527713
    14
    2025-03-14 00:00:00.000March368544114
    15
    2025-03-15 00:00:00.000March226215115
    16
    2025-03-16 00:00:00.000March202875616
    17
    2025-03-17 00:00:00.000March268220717
    18
    2025-03-18 00:00:00.000March313957518
    19
    2025-03-19 00:00:00.000March316356619
    20
    2025-03-20 00:00:00.000March333799520
    59
    3KB
    452s