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 primary object type, `HOPPER`, which is a dummy struct used to create a new fungible token. The `init` function is an entry function that creates a new `HOPPER` coin, including its `CoinMetadata` and `TreasuryCap`. It then freezes the `CoinMetadata` object and transfers the `TreasuryCap` to the transaction sender. This package essentially deploys a new fungible token named "HopperRabbit" with a fixed supply (implied by the `TreasuryCap` being transferred to the sender, who then controls minting/burning). The `init` function mutates the global state by creating and freezing the `CoinMetadata` and transferring the `TreasuryCap`. The notable pattern is the creation of a new fungible token using the `coin` module and the transfer of its `TreasuryCap` to the deployer for administrative control.
This package defines a single object type, `JAI`, which is a dummy struct. The `init` function is the only public/entry function and it initializes a new fungible token called "Jelly AI" with the symbol "JAI". It creates a `CoinMetadata<JAI>` object and a `TreasuryCap<JAI>` object, freezes the metadata, and transfers the `TreasuryCap` to the sender of the transaction. This effectively deploys a new coin with a fixed supply and assigns the minting/burning authority to the deployer.
This package defines a single primary object type, MDOG, which is a dummy struct used to represent a fungible token. The `init` function is an entry function that creates a new currency for the MDOG token, setting its symbol, name, description, and icon URL. It then freezes the `CoinMetadata<MDOG>` object and transfers the `TreasuryCap<MDOG>` to the transaction sender. This establishes the initial supply and management authority for the MDOG token. The package utilizes the standard Sui `coin` and `transfer` modules for currency creation and object transfers, and `tx_context` to get the sender's address.
This package defines the JAI token, a fungible asset on Sui. The `init` function, which is called once upon package deployment, creates the JAI currency by initializing its `CoinMetadata` and `TreasuryCap`. The `CoinMetadata` object, containing details like the token's name ("Jelly AI"), symbol ("JAI"), decimals (6), and an icon URL, is then frozen to prevent further modification. The `TreasuryCap`, which grants the ability to mint and burn JAI tokens, is transferred to the deployer of the package. There are no other public or entry functions, meaning the package's primary purpose is the initial setup and distribution of the JAI token's administrative control.
casualRule-based labels, conservative precision.
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": "0x03ea9eca3ed7efa2c2c5c774310d50ec27259185a4eb0b392a7065c82ac436c3",
"n_tx": 40,
"n_successful_tx": 37,
"n_distinct_epochs": 8,
"n_distinct_sponsors": 0,
"first_seen_cp": 75716793,
"last_seen_cp": 114888715,
"first_seen_ts_ms": 1730608577694,
"last_seen_ts_ms": 1740106697654,
"total_gas_spent_mist": 197372832,
"n_self_sponsored_tx": 40,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
22,
18,
3,
17,
9,
19,
8,
12,
4,
7,
14,
2,
5
],
"primary_archetype": "casual",
"labels": [
"casual"
],
"label_confidence": [
0.7
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).