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 fungible token called `GPTETH_COIN`. The `init` function creates the currency, freezes its metadata, and transfers the `TreasuryCap` to the deployer, which is the primary object for managing the coin supply. The `mint` entry function allows the holder of the `TreasuryCap` to create new `GPTETH_COIN` tokens and transfer them to a specified address. The `burn` public function allows the `TreasuryCap` holder to destroy existing `GPTETH_COIN` tokens. This module essentially provides basic functionalities for a custom fungible token, including creation, minting, and burning, with the `TreasuryCap` acting as an administrative control.
This Sui package manages Non-Fungible Tokens (NFTs) of type `Nft` and a `Manager` object that oversees the collection. The `init` function initializes the `Manager` object, which includes a `Display` object for NFT metadata, a `TransferPolicyCap` for transfer rules, and a `Balance` for SUI. It also sets up Kiosk lock and royalty rules (100 basis points) for the NFTs. Public/entry functions allow the package publisher to withdraw collected SUI balance, withdraw reserved NFTs from the manager's dynamic fields into a Kiosk, and withdraw royalties from the transfer policy. Users can mint new NFTs, which are locked into a Kiosk, and update existing NFT metadata (description, media URL, attributes) if they own the Kiosk and KioskOwnerCap. The `Manager` object uses dynamic fields to store reserved NFTs and includes a versioning mechanism to handle potential upgrades.
This package defines a system for managing a "TreasuryLock" object, which holds a `TreasuryCap` for a specific token type (`Ty0`) and a list of banned mint authorities. The `new_lock` function creates a `TreasuryLock` and a corresponding `LockAdminCap`, which is shared or transferred to the caller. The `LockAdminCap` is used to create `MintCap` objects, which allow controlled minting of tokens up to a `max_mint_per_epoch` limit, and to ban/unban specific `MintCap` IDs from minting. The `mint_balance` function allows a `MintCap` holder to mint a specified amount of tokens, provided their `MintCap` is not banned and the mint amount does not exceed the epoch limit. The `mint_and_transfer` entry function mints tokens and immediately transfers them to a specified address. The module uses an admin cap (`LockAdminCap`) for gating administrative actions and implements time-gating for minting via epoch tracking within `MintCap`
This Sui package, myNFT, manages a single primary object type: MYNFT, which represents a non-fungible token with a unique ID, name, description, and URL. The public/entry functions allow users to mint new MYNFTs to the sender, transfer existing MYNFTs to another address, update the description of a MYNFT, and burn (delete) a MYNFT. The mint_to_sender function emits an NFTMinted event upon creation. There are no notable patterns like signature/allowlist gating, time-gating, dynamic fields, admin caps, vault/escrow, or royalties present in this module.
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": "0x8a7a96dfa78073b49d7bfc82d888dc5aaa8f5052e83b9beb367e3322bf9349ea",
"n_tx": 212,
"n_successful_tx": 203,
"n_distinct_epochs": 60,
"n_distinct_sponsors": 1,
"first_seen_cp": 7996013,
"last_seen_cp": 221720461,
"first_seen_ts_ms": 1689685077916,
"last_seen_ts_ms": 1765418881084,
"total_gas_spent_mist": 754765688,
"n_self_sponsored_tx": 208,
"n_sponsored_tx": 4,
"gas_price_p50": 750,
"gas_price_p95": 801,
"active_hours_top24": [
3,
2,
8,
1,
7,
6,
9,
11,
16,
5,
10,
12,
13,
4,
21,
18,
14
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely E. Asia / Oceania.