SHORT_CREATOR | TOTAL_CONTRACTS_DEPLOYED | |
---|---|---|
1 | 0x7e80bd5a... | 1288 |
2 | 0x24a5f416... | 982 |
3 | 0xed3af36d... | 158 |
4 | 0xe45eac0f... | 87 |
5 | 0xb8f5fd14... | 80 |
6 | 0xbda2dffb... | 73 |
7 | 0x53cea545... | 72 |
8 | 0x3162d96f... | 72 |
9 | 0xc0fb9e6d... | 71 |
10 | 0x6e80164e... | 70 |
cryptodatadivetop 10 deployers
Updated 2025-04-10
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
LEFT(CREATOR_ADDRESS, 10) || '...' AS SHORT_CREATOR,
COUNT(*) AS TOTAL_CONTRACTS_DEPLOYED
FROM mezo.testnet.dim_contracts
WHERE CREATOR_ADDRESS IS NOT NULL
GROUP BY SHORT_CREATOR
ORDER BY TOTAL_CONTRACTS_DEPLOYED DESC
LIMIT 10;
Last run: about 2 months ago
10
215B
1s