BEBOP_USER | TOTAL_WRAPPED_MON | |
---|---|---|
1 | 0x0ad0ed704eefc04638695a7a51ed57b563b9bf18 | 3196377.84298515 |
2 | 0x173d64529222db4d0427d36040bfe131c35027eb | 2011111 |
3 | 0xe8bf5e241d609540aec76e7ffba1ced60a13a3f7 | 1482924.7671403 |
4 | 0x7e0dac35f664b5776f77a4d4eb72cba5e6f05a4e | 968328.700792222 |
5 | 0x524ca8c2bef2602a7f3eadbc6ff99d375a37578a | 557748.286127664 |
6 | 0x4a7cdd2c3743122e722624c4495fac297516e774 | 435611.4825 |
7 | 0xe767b9253426ed34b7cd69872e9310bf3278ea66 | 321810.51 |
8 | 0xf9f69836b3843106297eed1f9707ee62a8614e13 | 277864.0312 |
9 | 0x5e758f93e0a5202ca901d8d5350e097b36065616 | 260270 |
10 | 0x4d02af17a29cda77416a1f60eae9092bb6d9c026 | 252001 |
magTop 10 $WMON Wrappers
Updated 6 days ago
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
select
origin_from_address as bebop_user,
SUM(t.value) AS total_wrapped_mon
from
monad.testnet.fact_event_logs a
join
monad.testnet.fact_transactions t
on
a.tx_hash = t.tx_hash
where
a.TX_SUCCEEDED = 'TRUE'
and a.ORIGIN_FUNCTION_SIGNATURE ='0xd0e30db0'
and a.ORIGIN_TO_ADDRESS = '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701'
and a.CONTRACT_ADDRESS = '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701'
and a.block_timestamp::date >= '2025-02-19 04:00:00'
group by
bebop_user
order by
total_wrapped_mon desc
limit 10;
Last run: 6 days ago
10
594B
20s