all collections · daily · marketplace overlay
weekly · real (teal) vs wash (rose)
all collections · daily · marketplace overlay
weekly · real (teal) vs wash (rose)
counterparties · funders · clusters
Move packages this wallet published on-chain — what it shipped, not what it used.
This package defines a single module, `eel`, which manages a custom fungible token named "Eel" (EEL). The `init` function is the sole public entry point and is responsible for creating the EEL currency. It initializes the `CoinMetadata<EEL>` with details like the token name, symbol, description, and an icon URL, then freezes this metadata. It also creates a `TreasuryCap<EEL>` and transfers it to the transaction sender, effectively granting minting and burning authority for the EEL token to that address. The package does not define any other public functions for interacting with the EEL token beyond its initial creation.
This Sui package defines a single module named `eel` which manages a custom coin type, also named `EEL`. The `init` function, which is called once upon package deployment, creates this `EEL` coin with a fixed supply, a specific name ("Eel"), symbol ("Garden eel"), description, and an icon URL. It then freezes the `CoinMetadata<EEL>` object, making its properties immutable, and transfers the `TreasuryCap<EEL>` object to the deployer's address, granting them control over minting and burning `EEL` coins. The package does not define any other public or entry functions, meaning no further interactions with the `EEL` coin are directly exposed by this module beyond its initial creation and the deployer's control via the `TreasuryCap`. There are no notable patterns like signature/allowlist gating, time-gating, dynamic fields, or vault/escrow mechanisms.
This package defines a single primary object type, EEL, which is a dummy struct. The `init` function is the only public/entry function. It creates a new fungible token called "Eel" with a specified symbol, description, and icon URL. This function then freezes the `CoinMetadata<EEL>` object and transfers the `TreasuryCap<EEL>` to the sender of the transaction. The module essentially sets up a new fungible token, making its metadata immutable and granting minting authority to the deployer.
The `eels` module defines a dummy `EELS` struct. Its `init` function creates a new fungible token (Coin) of type `EELS` with specific metadata (name, symbol, description, icon URL). It then freezes the `CoinMetadata` object and transfers the `TreasuryCap` for the `EELS` token to the sender of the transaction. This effectively initializes the `EELS` token and grants the deployer control over its supply.
This package defines a single module named `eel` which manages a custom fungible token. The primary object type is `CoinMetadata<EEL>`, which stores metadata for the "Eel" token, and `TreasuryCap<EEL>`, which controls the minting and burning of these tokens. The `init` function is the only public/entry function; it creates the `CoinMetadata<EEL>` and `TreasuryCap<EEL>` for the "Eel" token, freezes the `CoinMetadata` object, and transfers the `TreasuryCap` to the deployer. Notable patterns include the use of `coin::create_currency` to establish a new fungible token and `transfer::public_freeze_object` to make the token's metadata immutable. The `TreasuryCap` is transferred to the deployer, implying they have administrative control over the token supply.
marketplace NFT sales from analytics.sale. Net = proceeds − spend; realized trading flow, not true PnL (ignores still-held NFTs; wash trades inflate both sides).
Where this wallet's SUI first came from, and what it seeded downstream. Observational: a CEX funder suggests a real/retail origin; a high-fanout non-CEX funder is a signal worth noting — not proof of anything.
{
"wallet": "0x330d77b0102fcd55efd2e3537721fe9e154c17c1a9e980dff18cc23016794f50",
"n_tx": 101,
"n_successful_tx": 96,
"n_distinct_epochs": 19,
"n_distinct_sponsors": 1,
"first_seen_cp": 81896962,
"last_seen_cp": 194986909,
"first_seen_ts_ms": 1732113148773,
"last_seen_ts_ms": 1759093248693,
"total_gas_spent_mist": 504072936,
"n_self_sponsored_tx": 100,
"n_sponsored_tx": 1,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
16,
18,
17,
7,
5,
13,
0,
23,
20,
8,
1,
10,
3,
21,
2,
14,
19,
4,
15
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).