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, REX, which is a dummy struct. The `init` function is the only public/entry function; it creates a new `CoinMetadata<REX>` object and a `TreasuryCap<REX>` object, freezing the metadata and transferring the treasury cap to the transaction sender. This package essentially initializes a new fungible token (REX) on Sui. Notable patterns include the use of `coin::create_currency` to establish a new token and `transfer::public_freeze_object` to make the token's metadata immutable.
This package defines a single module named "hopeless" which manages a custom coin type called HOPELESS. The `init` function is the only public/entry point, and it is responsible for creating and initializing this new currency. It mints a `TreasuryCap<HOPELESS>` and a `CoinMetadata<HOPELESS>` object. The `CoinMetadata` object is then frozen, making its properties immutable, while the `TreasuryCap` is transferred to the deployer of the module. This establishes the initial supply and metadata for the HOPELESS coin, with the deployer holding the administrative control over further minting or burning.
This package defines a single module, 'aa', which primarily manages a custom coin type also named 'AA'. The 'init' function, which is called only once upon package deployment, creates this new coin type. It mints a 'TreasuryCap<AA>' and a 'CoinMetadata<AA>' object, freezing the metadata object and transferring the TreasuryCap to the deployer's address. There are no other public or entry functions, meaning the coin's supply cannot be further minted or burned after initialization. The package establishes a new fungible token with a fixed supply and associated metadata, but no further interaction or management is possible through this module.
This Sui package defines a single module named `test`. The primary object type it manages is `TEST`, which is a dummy struct with a boolean field. The `init` function is an entry function that creates a new currency `TEST` by calling `coin::create_currency`. It then freezes the `CoinMetadata<TEST>` object and transfers the `TreasuryCap<TEST>` to the sender of the transaction. This module essentially sets up a new fungible token with a fixed supply and assigns its administrative control to the deployer.
This Sui package defines a single module, `fudgang`, which manages a custom coin type also named `FUDGANG`. The `init` function is the sole public/entry point, responsible for creating and initializing this new currency. It mints a `TreasuryCap<FUDGANG>` and `CoinMetadata<FUDGANG>` object. The `CoinMetadata` is then frozen, while the `TreasuryCap` is transferred to the deployer of the module, establishing them as the administrator for future minting or burning operations. This pattern indicates an admin-capped token with fixed metadata.
{
"wallet": "0x088253bf356eceb4e965f41633e09723946f29f92a34da1d50527335418a6e6d",
"n_tx": 1527,
"n_successful_tx": 1461,
"n_distinct_epochs": 109,
"n_distinct_sponsors": 2,
"first_seen_cp": 59591358,
"last_seen_cp": 156862625,
"first_seen_ts_ms": 1726651323551,
"last_seen_ts_ms": 1749968981845,
"total_gas_spent_mist": 6355130724,
"n_self_sponsored_tx": 1519,
"n_sponsored_tx": 8,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
3,
17,
2,
9,
14,
16,
12,
10,
13,
15,
4,
18,
11,
0,
7,
5,
6,
8,
1,
19,
23,
22,
20,
21
],
"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).