0-MIDTop 5 Bridgers By NFT Bridged
    Updated 2024-01-26
    select ORIGIN_FROM_ADDRESS
    ,count(distinct DECODED_LOG:_tokenId) as nft_bridged
    from arbitrum.core.ez_decoded_event_logs
    where ORIGIN_TO_ADDRESS='0xd85b5e176a30edd1915d6728faebd25669b60d8b'
    and TX_STATUS='SUCCESS'
    and BLOCK_TIMESTAMP::date>='2024-01-01'
    and CONTRACT_NAME is not null
    group by 1
    order by 2 desc
    limit 5



    Last run: about 1 year ago
    ORIGIN_FROM_ADDRESS
    NFT_BRIDGED
    1
    0x12ed5c25cf588f0c24055f9a16583b9d4741d9e713
    2
    0x7b6c7b5fdbbf546f56ecafc937340c2c439e544b9
    3
    0x15e34f06f7efd5fd34d3b54722df6b493c52f32e8
    4
    0xe286a548155b622a79c4f6a2862425fa9c8c88338
    5
    0xf9ca5f733eb3af4f2855af7a3b03cb56b28dc96f8
    5
    247B
    9s