SniperDaily Number of Active Wallets
    Updated 3 hours ago
    select
    trunc(BLOCK_TIMESTAMP,'day') as daily,
    count(DISTINCT tx_hash) as transactions,
    count(DISTINCT from_address) as wallets
    from ronin.core.fact_transactions
    where to_address in (
    '0x77ce5148b7ad284e431175ad7258b54a64816da6',
    '0x87a699a08d57142d46c909b7f2df49d44d87211f',
    '0x9c76fc5bd894e7f51c422f072675c876d5998a9e',
    '0xc69f7434d4b336e68acbbde4101b7990e7d6b3b3',
    '0xdda950223ead838c21838109a2f550c964a23c5b',
    '0xd42364171036dd7dabe2ba5efc368c896d03ce89',
    '0x4079da822e8972982b8569e38cdf719a21069934',
    '0xca3f4ee13c4def532b16b90ec5246138ef6d92bf'
    )
    and TX_SUCCEEDED = 'TRUE'
    and BLOCK_TIMESTAMP::date>='2025-03-21'
    group by 1


    Last run: about 3 hours ago
    DAILY
    TRANSACTIONS
    WALLETS
    1
    2025-03-22 00:00:00.000148192586
    2
    2025-03-31 00:00:00.0005536
    3
    2025-04-08 00:00:00.000249167
    4
    2025-03-29 00:00:00.0006752
    5
    2025-03-30 00:00:00.0005641
    6
    2025-04-11 00:00:00.000142174572
    7
    2025-03-24 00:00:00.000119841700
    8
    2025-04-03 00:00:00.000385170
    9
    2025-04-02 00:00:00.000412285
    10
    2025-03-21 00:00:00.000409495426
    11
    2025-03-25 00:00:00.000325075328
    12
    2025-04-04 00:00:00.000201125
    13
    2025-04-10 00:00:00.000229004935
    14
    2025-04-12 00:00:00.000131704595
    15
    2025-03-27 00:00:00.0001509123
    16
    2025-04-13 00:00:00.000126714567
    17
    2025-04-07 00:00:00.000189140
    18
    2025-04-01 00:00:00.000202171
    19
    2025-04-06 00:00:00.00028688
    20
    2025-04-09 00:00:00.000242825633
    25
    926B
    3s