ORIGIN_FROM_ADDRESS | NFT_BRIDGED | |
---|---|---|
1 | 0x12ed5c25cf588f0c24055f9a16583b9d4741d9e7 | 13 |
2 | 0x7b6c7b5fdbbf546f56ecafc937340c2c439e544b | 9 |
3 | 0x15e34f06f7efd5fd34d3b54722df6b493c52f32e | 8 |
4 | 0xe286a548155b622a79c4f6a2862425fa9c8c8833 | 8 |
5 | 0xf9ca5f733eb3af4f2855af7a3b03cb56b28dc96f | 8 |
0-MIDTop 5 Bridgers By NFT Bridged
Updated 2024-01-26
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
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
5
247B
9s