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 manages a single primary object type: `GoldenKey`, which represents an NFT with a unique ID, name, image URL, description, and a vector of attributes. The `init` function is called once upon package deployment, creating an `AdminCap` object, a `Display` object for `GoldenKey` NFTs, a `TransferPolicy` and `TransferPolicyCap` for `GoldenKey` NFTs, and a `Publisher` object. These objects are then transferred or shared, with the `AdminCap`, `Display`, and `Publisher` being transferred to the deployer, and the `TransferPolicy` being shared. The `mint_golden_key` public function allows a holder of a `MinterCap` to mint a new `GoldenKey` NFT, specifying its name, image URL, description, and attributes. The `MinterCap` is not created or transferred in the provided IR, suggesting it might
This package manages "GoldenKey" NFTs, which are minted with a sequential number. The `init` function sets up the initial state, including an `AdminCap`, `GkSupply` (tracking total supply and burn count), `BlacklistedMinters`, and a `Version` object, all shared or transferred to the deployer. Public entry functions allow an `AdminCap` holder to `migrate` the contract version, `mint_minter_cap` to create `MinterCap`s (transferred to a specified address), and `blacklist_minter` to add addresses to the `BlacklistedMinters` list. `MinterCap` holders can `mint_golden_key` NFTs, but only if they are not blacklisted and the total supply is under 2000; this function also emits a `MintGoldenKeyEvent`. Any user can `burn_golden_key` NFTs, which increments the burn count and emits a `GoldenKeyBurntEvent`. All state-mutating public functions are gated by a `checkVersion` call
This Sui package, `guysowe`, primarily manages `Nft` objects, which represent non-fungible tokens with attributes like `group_id`, `type`, `name`, `description`, `media_url`, and a `VecMap` of generic `attributes`. It also manages a `Manager` object, which acts as an administrator for the collection, holding a `Display` object for NFTs, a `TransferPolicyCap` for transfer rules, a `Balance` of SUI for royalties, and a vector of `reserved_nft_ids`. The public/entry functions allow the `Publisher` (admin) to `withdraw_balance` from the manager's SUI balance, `withdraw_reserved_nfts` from the manager's dynamic fields into a Kiosk, and `withdraw_royalties` from the associated `TransferPolicy`. The `add
This package manages "GoldenKey" NFTs, which are unique, numbered digital assets. It includes an AdminCap for administrative actions, a MinterCap for authorized GoldenKey creation, and tracks the total supply and burn count of GoldenKeys. Public functions allow administrators to migrate the contract version, mint and burn MinterCaps, and blacklist minter addresses. Authorized minters can mint new GoldenKeys, up to a maximum supply of 2000, provided they are not blacklisted. GoldenKeys can also be burned, increasing the burn count. The package uses a versioning system to ensure correct contract interactions and implements an allowlist for minters via the MinterCap and a blacklist for minter addresses. It also utilizes a proxy module to manage transfer policies and display objects for the GoldenKey NFTs.
This package defines a `GoldenKey` object with fields for ID, name, image URL, description, and attributes. It also defines an `AdminCap` for administrative actions. The `init` function creates and transfers an `AdminCap`, a `Publisher` object, a `Display` object for `GoldenKey` metadata, and a `TransferPolicy` and `TransferPolicyCap` for `GoldenKey` objects to the transaction sender, and shares the `TransferPolicy` publicly. The `mint_golden_key` public function allows an `AdminCap` holder to create and return a new `GoldenKey` object with specified metadata. The `mint_golden_key2` public function also allows an `AdminCap` holder to mint a `GoldenKey` object, but instead of returning it, it locks the `GoldenKey` into a newly created Kiosk, shares the Kiosk publicly, and transfers the KioskOwnerCap to a specified address, utilizing a `TransferPolicy` for the `GoldenKey`.
{
"wallet": "0xe63826bf27e7e596e0842065559d3efbdcdb425cb2e20ea445cda0a4239ce3b6",
"n_tx": 162,
"n_successful_tx": 161,
"n_distinct_epochs": 22,
"n_distinct_sponsors": 0,
"first_seen_cp": 30811440,
"last_seen_cp": 132431823,
"first_seen_ts_ms": 1712481081106,
"last_seen_ts_ms": 1744310152261,
"total_gas_spent_mist": 636194320,
"n_self_sponsored_tx": 162,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
18,
16,
17,
1,
3,
7,
23,
5,
11,
9,
15,
2,
22,
4,
10,
14,
8,
0,
6,
19,
13,
12
],
"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).
area + brightness = call volume; hover for detail