MoDeFinear signers comp - 1
    Updated 2025-03-31
    SELECT
    DATE_TRUNC('month', block_timestamp) as month_,
    ifnull(PROJECT_NAME,TX_RECEIVER) as project,
    -- COUNT(DISTINCT tx_signer) as n_active_signers,
    -- tx_signer,
    -- ifnull(tx:actions[0]:Delegate:delegate_action:receiver_id::string, TX_RECEIVER) as receiver,
    -- count(*),
    count(distinct TX_SIGNER),
    count(*),
    count(distinct ifnull(tx:actions[0]:Delegate:delegate_action:sender_id::string, TX_SIGNER)),
    -- count(distinct ifnull(tx:actions[0]:Delegate:delegate_action:sender_id::string, TX_SIGNER))
    FROM near.core.fact_transactions
    left join near.core.dim_address_labels
    on address=ifnull(tx:actions[0]:Delegate:delegate_action:receiver_id::string, TX_RECEIVER)
    WHERE DATE_TRUNC('month', block_timestamp) = '2025-03-01' -- Setting a reasonable start date for NEAR)
    -- and receiver='reserve.kaiching'
    group by 1,2
    order by 4 desc
    limit 1000
    Last run: 11 days ago
    MONTH_
    PROJECT
    COUNT(DISTINCT TX_SIGNER)
    COUNT(*)
    COUNT(DISTINCT IFNULL(TX:ACTIONS[0]:DELEGATE:DELEGATE_ACTION:SENDER_ID::STRING, TX_SIGNER))
    1
    2025-03-01 00:00:00.000here wallet765237996774972907289
    2
    2025-03-01 00:00:00.000kaikai76050689538069969
    3
    2025-03-01 00:00:00.000sweat388418551160989409
    4
    2025-03-01 00:00:00.000playember1210043091414508769
    5
    2025-03-01 00:00:00.000hot near wallet1211702302311286188
    6
    2025-03-01 00:00:00.000harvest moon26410160785339502
    7
    2025-03-01 00:00:00.000wnear41514154629846438
    8
    2025-03-01 00:00:00.000ref finance18919411021906
    9
    2025-03-01 00:00:00.000aurora1740178582018204
    10
    2025-03-01 00:00:00.000coin.abound.near15927151
    11
    2025-03-01 00:00:00.000usdc1582842048917915
    12
    2025-03-01 00:00:00.000USDt2154933402927073
    13
    2025-03-01 00:00:00.000proximity84022732498538
    14
    2025-03-01 00:00:00.000meme-priceoracle.ref-labs.near1620673816
    15
    2025-03-01 00:00:00.000USDT.e3761520751306
    16
    2025-03-01 00:00:00.000pyth41345864
    17
    2025-03-01 00:00:00.000near712116267712
    18
    2025-03-01 00:00:00.000d23b40a6ff05b1008a64828db142e4f79e3f5e0ffb048356c3cea3b266c7e79e271758762927175
    19
    2025-03-01 00:00:00.000score.aidols.near1332871711332
    20
    2025-03-01 00:00:00.000acc.toalice.near2859612
    ...
    1000
    68KB
    15s