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, 'starz', primarily manages 'Nft' objects, which represent non-fungible tokens with attributes like name, description, media URL, and a dynamic map of string attributes. The 'init', 'mint_order', 'mint_nft', 'mint_edition_nft', and 'update_nft' functions are stubbed out, indicating they are either not yet implemented or are placeholders. The 'create_nft_with_verification' function creates a new 'Nft' object, sets its verification ID via a 'Verification' object (likely from a 'launchpad' module), and returns the new 'Nft'. The 'update_nft_with_verification' function allows modification of an existing 'Nft' object's name, description, media URL, and attributes, but only if the provided 'Nft' ID matches the one stored in the 'Verification' object. Both 'update_nft_with_verification' and the stubbed 'update_nft' interact with a Kiosk and KioskOwnerCap, suggesting NFTs are managed within Kiosks
This package defines a single primary object type, BIO, which is a dummy struct. The package's `init` function, which is called once upon deployment, creates a new fungible token (coin) of type BIO. It initializes the coin's metadata, including its name ("BIO"), symbol ("Black it out"), description ("Just black it out"), and an image URL. The `init` function then freezes the CoinMetadata object and transfers the TreasuryCap<BIO> object to the sender of the transaction. This pattern indicates that the deployer of the contract will have administrative control over the BIO token supply.
This package defines a custom fungible token, CTI, representing "Carti." The primary object types managed are the CTI token itself, its CoinMetadata, and a TreasuryCap. The single entry function, init, creates the CTI currency with a fixed supply of 6, assigns it a name, symbol, description, and an IPFS image URL, and then transfers both the TreasuryCap and CoinMetadata objects to the transaction sender. This module essentially initializes a new fungible token on the Sui blockchain.
This package defines a single module, 'bio', which primarily manages a custom coin type named 'BIO'. The 'init' function, which is called once during package deployment, creates this 'BIO' coin, its associated CoinMetadata, and a TreasuryCap. The CoinMetadata is then frozen, making it immutable, while the TreasuryCap is transferred to the sender of the transaction, granting them administrative control over the 'BIO' coin supply. There are no other public or entry functions, indicating that the 'BIO' coin's supply and minting are controlled solely by the holder of the TreasuryCap. The package utilizes the standard Sui coin and transfer modules for its operations.
This package defines a single module, 'cti', which primarily manages a custom fungible token represented by the 'CTI' type. The 'init' function, which is called once upon package deployment, creates a new currency with the symbol "Cti" and name "Carti", and sets its description and icon URL. It then transfers the resulting 'TreasuryCap<CTI>' and 'CoinMetadata<CTI>' objects to the sender of the transaction. This module essentially sets up a new token and grants the deployer administrative control over it through the TreasuryCap. There are no other public or entry functions, meaning no further token operations (minting, burning, etc.) are directly exposed by this module.
{
"wallet": "0x3a8b14c013f987ffd4c20e289528d82d62c4779e339f01d4ef40a7f0976e335c",
"n_tx": 246,
"n_successful_tx": 229,
"n_distinct_epochs": 90,
"n_distinct_sponsors": 2,
"first_seen_cp": 58879104,
"last_seen_cp": 277579491,
"first_seen_ts_ms": 1726478705256,
"last_seen_ts_ms": 1779262272239,
"total_gas_spent_mist": 874987134,
"n_self_sponsored_tx": 242,
"n_sponsored_tx": 4,
"gas_price_p50": 740,
"gas_price_p95": 750,
"active_hours_top24": [
23,
10,
22,
12,
19,
8,
20,
9,
21,
7,
2,
3,
11,
16,
13,
4,
6,
15,
5,
14,
18,
17,
1,
0
],
"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).