MINTER | TOTAL_NFTS_MINTED | |
---|---|---|
1 | 0xaa193021e71aaaa7cd32eb5895b5be13a9c28575 | 6 |
2 | 0xbb4a0b776fb532b11fb3c49dccaeecc6dfd60b3d | 5 |
3 | 0x2fbb0d2cc839b461c994df6505297f066308397f | 5 |
4 | 0xae155804cf026c020c920c083d73652eafc2e3bc | 5 |
5 | 0x448b072a19a9e14cfe380a5eada06e02a3b42f55 | 5 |
6 | 0xf5b4eff5f4fdbf2cc07837fd907b852d5317a3f9 | 5 |
7 | 0xdddc8eece159fc9f2c9cbed8ae17b3d4f6034503 | 5 |
8 | 0x795c279ccd263669a9727ede8a4812d030dc42aa | 5 |
9 | 0x6e90be21bbe9d0a05e343b97dadae3582e525a5b | 5 |
10 | 0xa353f5d31926f57ec977ddd3c1538ea8beaed6b5 | 5 |
monadmetrics-JFe1_RDistribution of NFTs bought and sold
Updated 2025-02-28
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT
e.origin_from_address AS minter,
COUNT(DISTINCT e.tx_hash) AS total_nfts_minted
FROM monad.testnet.fact_event_logs e
JOIN monad.testnet.fact_transactions t
ON e.tx_hash = t.tx_hash
WHERE e.origin_to_address = '0x66e40f67afd710386379a6bb24d00308f81c183f'
AND e.contract_address = '0x66e40f67afd710386379a6bb24d00308f81c183f'
AND e.topic_0 = '0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62'
AND e.tx_succeeded = TRUE
GROUP BY e.origin_from_address
ORDER BY total_nfts_minted DESC
LIMIT 10
Last run: about 2 months ago
10
491B
6s