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 single module, 'nsi', which primarily manages a custom coin type also named 'NSI'. The 'init' function, which is an entry point, creates this new currency. It initializes the coin's metadata, including its symbol ("NSI"), name ("Notsui"), description ("Notsui not pixel"), and an image URL. The 'init' function then transfers the TreasuryCap for this new coin to the sender of the transaction and freezes the CoinMetadata object, making it immutable. There are no other public or entry functions, meaning this module is solely for the creation and initial setup of the 'NSI' coin. The module utilizes a URL for an image, and the CoinMetadata is frozen, a common pattern for immutable asset descriptions.
This Sui package defines a single module named `nsi` that primarily manages a custom fungible token. The `init` function, which is called once upon package deployment, creates a new currency of type `NSI` with a fixed supply of 9 units. It then transfers the `TreasuryCap<NSI>` to the deployer and freezes the `CoinMetadata<NSI>` object, making the token's metadata immutable. The package utilizes standard Sui framework modules for coin management, transfers, and URL handling. There are no public or entry functions beyond the `init` function, indicating that the token's supply is fixed and no further minting or burning is intended through this contract. The package does not exhibit patterns like signature/allowlist gating, time-gating, dynamic fields, or vault/escrow functionalities.
This package defines a custom coin, NSI, with a fixed supply. The `init` function creates the currency, setting its symbol to "NSI", name to "Notsui", and description to "Notsui not pixel", along with an image URL. It then transfers the TreasuryCap for NSI to the deployer's address, allowing them to mint new NSI coins. Finally, the CoinMetadata object, which holds the currency's immutable properties, is frozen, making it publicly accessible and preventing further modification. The package primarily manages the NSI coin and its associated metadata and treasury cap.
This Sui package defines a new fungible token called "NSI" (Notsui). The `init` function is the only public/entry function and it creates the currency, setting its name, symbol, description, and icon URL. It then transfers the `TreasuryCap<NSI>` to the sender of the transaction and freezes the `CoinMetadata<NSI>` object, making it immutable. This package primarily manages the `CoinMetadata<NSI>` and `TreasuryCap<NSI>` objects. A notable pattern is the use of `transfer::public_freeze_object` to ensure the currency's metadata cannot be altered after creation.
This Sui package, named 'nsi', primarily manages a custom fungible token represented by the `NSI` struct. The `init` function is the sole public/entry point, which is called once upon package deployment. This function creates a new currency (NSI token) by calling `coin::create_currency`, initializing its metadata including a name, symbol, description, and an image URL. It then transfers the `TreasuryCap<NSI>` to the deployer and freezes the `CoinMetadata<NSI>` object, making it immutable. The package does not feature any dynamic fields, admin caps, vault/escrow mechanisms, royalties, or time/signature/allowlist gating. Its core business logic is limited to the initial setup and freezing of a new fungible token.
casualRule-based labels, conservative precision.
{
"wallet": "0xdd348668e42e3c0a60d7922124117aad8c0036bd2c44fc41f462804a8aa38ac7",
"n_tx": 39,
"n_successful_tx": 31,
"n_distinct_epochs": 6,
"n_distinct_sponsors": 0,
"first_seen_cp": 66426337,
"last_seen_cp": 84934828,
"first_seen_ts_ms": 1728314199435,
"last_seen_ts_ms": 1732861523478,
"total_gas_spent_mist": 157348000,
"n_self_sponsored_tx": 39,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
15,
11,
1,
6,
10,
13,
22
],
"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).