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 a central `Store` object, which holds a balance of SUI and a public key for signature verification. It also manages `Group` objects, each containing a `Warehouse` of `Bag` objects (NFT metadata) and `Table`s for `orderbook` (tracking order IDs) and `stagebook` (tracking minting stages). Public functions allow the `Publisher` to withdraw SUI from the `Store` and set its public key. Users can add NFT metadata to a `Group` (requiring a signature and version check) and get NFT metadata (also requiring a signature, time-gating, and payment). The `get_nft_metadata` function also updates the minted count for the `Group` and `Stage`, and conditionally reserves another NFT if the `autoreserve_interval` is met. The package uses dynamic object fields to store the `Warehouse` and `Table`s within the `Group` objects, and relies on `ed25519` signatures for access control.
This Sui package defines an `Nft` object type, representing a non-fungible token with attributes like group ID, type, name, description, media URL, and a dynamic map of string attributes. The `init` function initializes a `Manager` object, which holds a `Display` object for NFT metadata, a `TransferPolicyCap` for managing NFT transfers, a `Balance<SUI>` for collected funds, and a vector of reserved `Nft` objects. It also sets up transfer rules including a kiosk lock and a 5% royalty. The `withdraw_balance` function allows the package publisher to withdraw all SUI from the `Manager`'s balance. The `withdraw_reserved_nfts` function enables the publisher to move all reserved NFTs from the `Manager` to a Kiosk. The `add_nft_metadata` function, restricted to the publisher, adds NFT metadata to a `Store` object. The `mint_nft` function mints a new `Nft`, locks it in a Kiosk, and potentially reserves another NFT if one is
This Sui package defines an NFT system centered around the `Nft` object type. The `init` function initializes a `Manager` object, which holds a `Display` object for `Nft` metadata, a `Balance<SUI>` for collected funds, and a vector of reserved `Nft`s. Public entry functions include `create_transfer_policy`, which establishes a transfer policy for `Nft`s with Kiosk lock and a 5% royalty rule, and `withdraw_balance`, allowing the package publisher to withdraw SUI from the Manager's balance. `withdraw_reserved_nfts` enables the publisher to move reserved NFTs from the Manager to a Kiosk. The `add_nft_metadata` function adds metadata to a `Store` object (likely from `tradeport_launchpad`), and `mint_nft` mints new `Nft`s, potentially reserving some, and transfers collected SUI to the Manager's balance. All entry functions are gated by checking if the caller is the package publisher. The `Nft` object uses dynamic fields for
This package defines and manages `Nft` objects, which represent non-fungible tokens with attributes like `group_id`, `type`, `name`, `index`, `description`, `media_url`, and a `VecMap` of `attributes`. The `init` function initializes a `Manager` object (which holds a `Display` object for `Nft` metadata, a `TransferPolicyCap` for `Nft`s, and a `Balance<SUI>`), and a `TransferPolicy<Nft>` which includes a `kiosk_lock_rule` and a `royalty_rule` set to 500 basis points (5%). The `withdraw_balance` entry function allows the package publisher to withdraw all SUI from the `Manager`'s balance. The `withdraw_reserved_nfts` entry function allows the publisher to move all `Nft`s from the `Manager`'s `reserved_nfts` vector into a Kiosk, locking them with the transfer policy. The `mint_nft` entry function mints a
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": "0xe53ec7998c92a6f8003759df16a1da94e0328d65478fc2efe439bee4d5c058a9",
"n_tx": 5,
"n_successful_tx": 5,
"n_distinct_epochs": 1,
"n_distinct_sponsors": 0,
"first_seen_cp": 26259287,
"last_seen_cp": 26261251,
"first_seen_ts_ms": 1707947063280,
"last_seen_ts_ms": 1707949029815,
"total_gas_spent_mist": 190683656,
"n_self_sponsored_tx": 5,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
22,
21
],
"primary_archetype": "casual",
"labels": [
"casual"
],
"label_confidence": [
0.7
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC.