0xHaM-drswETH Holders
    Updated 2025-04-06
    with eventTb11 as (
    select
    BLOCK_TIMESTAMP,
    ORIGIN_FROM_ADDRESS as address,
    (DECODED_LOG:value/1e18) as amount
    from swell.core.ez_decoded_event_logs
    where EVENT_NAME ilike 'Transfer'
    and CONTRACT_NAME ilike 'rswETH'
    -- and CONTRACT_NAME ilike 'rSWELL'
    )
    ,
    eventTb2 as (
    select
    BLOCK_TIMESTAMP,
    ORIGIN_FROM_ADDRESS as address,
    -- DECODED_LOG:to::string as address,
    (DECODED_LOG:value/1e18) as amount
    from swell.core.ez_decoded_event_logs
    where EVENT_NAME ilike 'Transfer'
    and CONTRACT_NAME ilike 'rswETH'
    -- and CONTRACT_NAME ilike 'rSWELL'
    and DECODED_LOG:to in (select address from eventTb11)

    union all

    select
    BLOCK_TIMESTAMP,
    DECODED_LOG:to::string as address,
    (DECODED_LOG:value/1e18) as amount
    from swell.core.ez_decoded_event_logs
    where EVENT_NAME ilike 'Transfer'
    and CONTRACT_NAME ilike 'rswETH'
    -- and CONTRACT_NAME ilike 'rSWELL'
    -- and ORIGIN_FROM_ADDRESS not in (select address from eventTb11)
    and DECODED_LOG:from not in (select address from eventTb11)
    )
    Last run: 19 days ago
    ADDRESS
    TOTAL_AMOUNT
    1
    0xaaaaaaaa82812f0a1f274016514ba2ca933bf24d320.525081975
    2
    0xf495610d64fa6a32c5f968c947028f9c7cacfb19212.695518366
    3
    0xada85b59f0fe127b81b499afb6a73335def41e74152.23936
    4
    0x1773002742a2bcc7666e38454f761ce8fe613de5150
    5
    0xc3d33a0ea1582410075567c589af895fcaf1127c141.474664751
    6
    0x5c9e30def85334e587cf36eb07bdd6a72bf1452d119.146881
    7
    0x156daf376cfbdd938c470a227508b0ba022c998f55.433685
    8
    0xd92293daca6bbed57f8cb6d498b48ea93e035e9950.107892
    9
    0x89320709fa03205df978694c3151d40f1dd5cc2349.724981
    10
    0xd2a3afc44b635fdf50d3c4eb89b0c3109cfd5fac39.30184
    11
    0x0459f2363c5dca3228caed32e4da545129043c1733.926117
    12
    0x11d0b9058104247be40744b1e5a708fc0ae8f7cc32.341762
    13
    0x55bbcea2e28b3e25391839cbae1cb9bece406dcd24.921101
    14
    0x6132727c4fc42e8c6fd0814bd62ca0565844a59624.802225
    15
    0x817fb018a6bbfc39b774e9fe5bc17cb7931e98be24.658852
    16
    0x8831e460e417011d5833d2594b6eb19ae4cd57a721.910583
    17
    0x12b1c89124af9b720c1e3e8e31492d66662bf04020.351293
    18
    0x6b6cf9916c73bbb9939347dede25a5686fee839320
    19
    0x4bc43ef9398dffedf86cb83dec91db81fdf7e8c119.9451
    20
    0x6909521fc0bf92faa33f333d1e50d2dc5194660119.917356
    ...
    471
    27KB
    2s