BLOCKCHAIN | LABEL_TYPE | LABEL_SUBTYPE | ADDRESS_NAME | PROJECT_NAME | ADDRESS | |
---|---|---|---|---|---|---|
1 | ethereum | flotsam | contract_deployer | eth666.me: deployer | eth666.me | 0x76130fd699cd7ab670c51e699e67d3eea4b8f8db |
2 | ethereum | flotsam | toxic | fake_phishing4084 | fake_phishing4084 | 0x8bda591ac93925f485cd420a47a48eba87985ea0 |
3 | ethereum | flotsam | toxic | fake_phishing5218 | phish hack | 0x51c43b800f1509263049f85946ce6d77f9301f67 |
4 | ethereum | flotsam | toxic | fake_phishing1425 | phish hack | 0x52bdb97e587a35d5e54b01344168d41783120310 |
5 | ethereum | flotsam | toxic | fake_phishing1090 | phish hack | 0x5580fb6e95230bf16ae7e2c6467d11566ed5b3ea |
6 | ethereum | flotsam | toxic | fake_phishing2962 | phish hack | 0x8a6762e718beb7e6af9ab3868320c3c5137adc6c |
7 | ethereum | flotsam | toxic | anubisdao liquidity rug 3 | heist | 0xb1302743acf31f567e9020810523f5030942e211 |
8 | ethereum | flotsam | toxic | fake_phishing2421 | phish hack | 0xd4c9f4dbd26ae8c9b87a0d9b3368c0096241a162 |
9 | ethereum | flotsam | toxic | chainsafe: lido node operator | chainsafe | 0xf82b1fdcd493b2defab52c740399ff150baa7a2a |
10 | ethereum | flotsam | toxic | fake_phishing1264 | phish hack | 0x8ca61e380ebbebe412b5787a20b6ecdf2ab21997 |
11 | ethereum | flotsam | general_contract | wallie.me | ponzi | 0xc0b52b76055c392d67392622ae7737cdb6d42133 |
12 | ethereum | flotsam | toxic | fake_phishing4445 | fake_phishing4445 | 0x7cacaea4a2126818a1f2a3ebbbfce3b0e5480318 |
13 | ethereum | flotsam | toxic | fake_phishing2257 | phish hack | 0x63f32b8ec6e4dea892149834a7b8d7c9e67b4a0a |
14 | ethereum | flotsam | toxic | fake_phishing2775 | phish hack | 0x219b9040eb7d8d8c2e8e84b87ce9ac1c83071980 |
15 | ethereum | flotsam | toxic | fake_phishing1371 | phish hack | 0xf5289352f62ab27a4369780572c4799f58ca3563 |
16 | ethereum | flotsam | toxic | fake_phishing2171 | phish hack | 0x8b661cdee484cafba8a00b9b304f622a54ff2a4e |
17 | ethereum | flotsam | toxic | fake_phishing250 | phish hack | 0x4bf722014e54aeab05fcf1519e6e4c0c3f742e43 |
18 | ethereum | flotsam | toxic | fake_phishing5193 | phish hack | 0x96b31af8cb5c0eab92f44862407ef01332415ff0 |
19 | ethereum | flotsam | toxic | fake_phishing649 | phish hack | 0x540c6f30ae667319e032a8988dcb81b28a960433 |
20 | ethereum | flotsam | toxic | scbank.io | scbank.io | 0x4f3db6d4c97b8248ad5e244e4f619086084f6848 |
elenahoodreadful-amaranth
Updated 8 days ago
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
select
distinct blockchain, label_type, label_subtype, address_name, project_name, address
from CROSSCHAIN.core.dim_labels
where label_type in ('flotsam') --'other_xfer','cex','dex','chadmin', 'flotsam','nft','token','dapp','floatsam'
and blockchain in ('ethereum')
limit 1000
-- claim
-- other_xfer 'unknown transfer to'
-- cex '??'
-- swap 'swap inside chain'
-- dex 'lp or staking'
-- nft '??'
-- token '??'
-- defi 'lp or staking'
-- bridge 'transfer out'
-- dapp '??'
-- chadmin 'liquid staking'
-- flotsam '??'
-- operator 'liquid staking'
-- games '??'
Last run: 8 days ago
...
1000
108KB
2s