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 manages KioskNFT objects, which are non-fungible tokens with a name, image URL, description, and token ID. The init function sets up a Display object for KioskNFTs, registers a TransferPolicy, and creates a shared MintCap object that tracks the next available token ID and the treasury address. The public entry function mint allows users to mint a KioskNFT by paying a fee of at least 100,000,000 SUI, provided the total minted tokens do not exceed 666. The minted KioskNFT is transferred to the sender, and the SUI fee is sent to the treasury address specified in the MintCap. The package also includes public view functions to retrieve the name, image_url, and token_id of a KioskNFT.
This package manages KioskNFT objects, which represent NFTs with a name, image URL, and token ID. The package initializes by creating a shared MintCap object, which acts as an admin capability and tracks the next available token ID and a treasury address. The public 'mint' function allows users to mint a KioskNFT by paying 0.1 SUI and providing a name and image URL, but only if the total minted NFTs are less than 666. This function mutates the MintCap by incrementing the next_id and transfers the minted KioskNFT to the caller and the SUI payment to the treasury. The 'name', 'image_url', and 'token_id' functions are public view functions that return the respective fields of a KioskNFT.
This package defines a marketplace for "SuimonNFT" objects. The primary object types are `SuimonNFT` (the NFT being traded) and `Listing` (representing an active sale). The `list` function allows a user to put their `SuimonNFT` up for sale by creating a `Listing` object, transferring the NFT to the marketplace, and emitting an `NFTListed` event. The `buy` function enables a user to purchase a listed NFT by providing a `Coin<SUI>`, transferring the SUI to the seller, deleting the `Listing` object, and emitting an `NFTSold` event. The `delist` function allows the seller of an NFT to remove their `Listing`, deleting the `Listing` object and emitting an `NFTDelisted` event. A notable pattern is the use of shared objects for `Listing` and the transfer of `SuimonNFT` to the marketplace upon listing.
This package manages `SuimonNFT` objects, which are non-fungible tokens with a name, image URL, token ID, and description. The `init` function creates a `MintCap` object, a `TransferPolicy` for `SuimonNFT`s, a `TransferPolicyCap`, a `Publisher` object, and a `Display` object, sharing the `MintCap` and `TransferPolicy` publicly, and transferring the `TransferPolicyCap`, `Publisher`, and `Display` to the transaction sender. The `mint` and `mint_to_kiosk` entry functions allow users to mint `SuimonNFT`s by paying 0.1 SUI, which is transferred to the `MintCap`'s treasury address. Both mint functions check that the `next_id` in the `MintCap` is less than or equal to 666, effectively limiting the total supply of NFTs. The `mint` function transfers the newly created `SuimonNFT` to the transaction sender, while `mint_to_kiosk`
This package defines a SuimonNFT object, which represents a tiered NFT with a name, image URL, description, tier (1-4), and token ID. The `init` function initializes a `MintConfig` object, an `AdminCap` for administrative control, a `Display` object for NFT metadata, and a `TransferPolicy` for the SuimonNFTs, transferring ownership of the `AdminCap`, `TransferPolicyCap`, `Display`, and `Publisher` to the deployer, and sharing the `MintConfig` and `TransferPolicy` objects. Public functions include `mint`, which allows users to mint a SuimonNFT of a specified tier by paying the corresponding SUI price to the treasury, checking against a
casualRule-based labels, conservative precision.
{
"wallet": "0xe59533eb8df9755ce57f184a464e1eb1781db5a88fee647c0623e5f078a5a6bf",
"n_tx": 5,
"n_successful_tx": 5,
"n_distinct_epochs": 4,
"n_distinct_sponsors": 0,
"first_seen_cp": 266866486,
"last_seen_cp": 269888154,
"first_seen_ts_ms": 1776630708536,
"last_seen_ts_ms": 1777371469830,
"total_gas_spent_mist": 117689800,
"n_self_sponsored_tx": 5,
"n_sponsored_tx": 0,
"gas_price_p50": 221,
"gas_price_p95": 557,
"active_hours_top24": [
20,
8,
21,
10
],
"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).