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 Sui package defines a fungible token called `TEST_TOKEN_4AM`. The `init` function, which is called once upon package deployment, creates the `CoinMetadata` and `TreasuryCap` for this token. It then mints 0 `TEST_TOKEN_4AM` tokens and transfers the `TreasuryCap` to a specific hardcoded address (0x9636ead2159f25e1f269223d53d51f0065915a5255fecab0ff1485ab8c64eeec) and shares the `CoinMetadata` object publicly. The `TEST_TOKEN_4AM` struct itself is a dummy type with a boolean field, used as a type parameter for the `Coin` and `TreasuryCap` objects. The package establishes the initial token supply and ownership of the minting capability.
This package defines a fungible token, `TEST_TOKEN_4AM`. The `init` function creates the `TEST_TOKEN_4AM` currency, mints 0 tokens to the transaction sender, transfers the `TreasuryCap<TEST_TOKEN_4AM>` to a hardcoded address (0x96...), and shares the `CoinMetadata<TEST_TOKEN_4AM>` object publicly. The module does not expose any other public or entry functions, meaning no further minting, burning, or other token operations are directly available through this module after initialization. The hardcoded address for the TreasuryCap transfer suggests a pre-defined administrator or vault for token management.
This package defines a new fungible token, LP_COIN, which is represented by the CoinMetadata<LP_COIN> object. The init function is responsible for creating this new currency, setting its name, symbol, description, and decimals. It then mints an initial supply of 0 LP_COIN tokens and transfers the TreasuryCap<LP_COIN> to a predefined address (0x96...). Finally, the CoinMetadata<LP_COIN> object is shared publicly. The package primarily manages the creation and initial distribution of this LP_COIN, with the TreasuryCap acting as the administrative control for future minting and burning. There are no notable patterns like signature/allowlist gating, time-gating, dynamic fields, or royalties in this module.
This package defines a single primary object type, LP_COIN, which is a fungible token. The init function is an entry function that creates a new LP_COIN currency, mints an initial supply of 900,000,000,000,000 LP_COIN, and transfers these minted coins to a specific address (0x96...). It also shares the CoinMetadata object publicly. The package utilizes the standard Sui coin and transfer modules for token management. A notable pattern is the initial minting and transfer of a large fixed supply of tokens to a predefined address, suggesting a pre-allocation or initial distribution strategy.
This package defines a single object type, LP_COIN, which is a dummy struct used as a type parameter for a custom coin. The `init` function is the only public function and it creates a new fungible token called "LpCoin" with a supply of 0. It then transfers the TreasuryCap for this new coin to a predefined address and shares the CoinMetadata object publicly. This effectively initializes a new LP token for a CLMM pool, with the ability to mint new tokens controlled by the designated TreasuryCap holder.
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": "0x9636ead2159f25e1f269223d53d51f0065915a5255fecab0ff1485ab8c64eeec",
"n_tx": 442,
"n_successful_tx": 341,
"n_distinct_epochs": 17,
"n_distinct_sponsors": 0,
"first_seen_cp": 32837174,
"last_seen_cp": 117922606,
"first_seen_ts_ms": 1714502919313,
"last_seen_ts_ms": 1740842878661,
"total_gas_spent_mist": 6985741816,
"n_self_sponsored_tx": 442,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 751,
"active_hours_top24": [
13,
21,
10,
16,
20,
15,
14,
12,
9,
11,
17,
8,
22,
18,
19,
7,
2
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely UK / W. Europe / W. Africa.