MON_SENT | TIMES_SENT | UNIQUE_WALLETS | |
---|---|---|---|
1 | 20000 | 1 | 1 |
2 | 10000 | 1 | 1 |
3 | 6000 | 1 | 1 |
4 | 3000 | 2 | 1 |
5 | 1000 | 1 | 1 |
6 | 383.6 | 1 | 1 |
7 | 372.15 | 1 | 1 |
8 | 371 | 1 | 1 |
9 | 369.05 | 1 | 1 |
10 | 369 | 1 | 1 |
11 | 368.2 | 1 | 1 |
12 | 367.4 | 1 | 1 |
13 | 367.3 | 1 | 1 |
14 | 367.15 | 1 | 1 |
15 | 367.1 | 1 | 1 |
16 | 367.05 | 1 | 1 |
17 | 367 | 1 | 1 |
18 | 366.95 | 1 | 1 |
19 | 366.85 | 2 | 1 |
20 | 366.8 | 4 | 1 |
permarygas analysis
Updated 8 days ago
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
value as mon_sent,
count(*) as times_sent,
count(distinct to_address) as unique_wallets
from monad.testnet.fact_transactions
where from_address = lower('0x051785102854b9b9C93C504D9675Ffda7a12E07F')
--AND token_address = 'MON_Contract_Address'
group by value
order by value desc;
Last run: 8 days ago
...
667
8KB
15s