INFO | CATEGORY | TOTAL_L1 | TOTAL_L2 | TOTAL_L1_L2 | PCT_OF_TOTAL | |
---|---|---|---|---|---|---|
1 | Overall Supply | 991958987.061437 | 4008111364.33141 | 5000070351.39285 | 100 | |
2 | Distribution by Category | UNCLASSIFIED | 86222039.061437 | 2140175911.93857 | 2226397951 | 44.527332508 |
3 | Distribution by Category | MPTreasury L2 Core | 0 | 1700000000 | 1700000000 | 33.999521617 |
4 | Distribution by Category | MPTreasury L1 Core | 905736948 | 0 | 905736948 | 18.114484084 |
5 | Distribution by Category | MPTreasury L2 Eco | 0 | 167865099 | 167865099 | 3.357254742 |
6 | Distribution by Category | COOK L2 main contract | 0 | 70353.392847717 | 70353.392847717 | 0.001407048059 |
7 | Distribution by Category | MPTreasury L1 Eco | 0 | 0 | 0 | 0 |
10BlockchainCamembert
Updated 2025-02-27
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
⌄
⌄
WITH address_categories AS (
/*
=================================================
1) mETH Protocol Community (60%)
Sub-campagnes :
- Season 1:
Stash, Puff, Bybit, etc.
- Growth
- Future
=================================================
On place ci-dessous des placeholders "0xAAA..."
que tu remplaceras par les adresses réelles
quand tu les auras.
*/
SELECT LOWER('0xAAA11111111111111111111111111111111111111') AS addr,
'Community - S1 Stash' AS category,
'ANY' AS chain_label
UNION ALL
SELECT LOWER('0xAAA22222222222222222222222222222222222222'),
'Community - S1 Puff',
'ANY'
UNION ALL
SELECT LOWER('0xAAA33333333333333333333333333333333333333'),
'Community - S1 Bybit',
'ANY'
UNION ALL
SELECT LOWER('0xAAA44444444444444444444444444444444444444'),
'Community - Growth',
'ANY'
UNION ALL
SELECT LOWER('0xAAA55555555555555555555555555555555555555'),
'Community - Future',
'ANY'
/*
=================================================
Last run: about 2 months ago
7
593B
10s