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 `CrusherNFT` objects, which are NFTs with properties like name, description, URL, crush count, rarity, and serial number. It also manages a `CollectionConfig` object that holds collection-wide parameters such as mint price, max supply, crush fee, and a SUI balance pool. Public functions allow users to `mint` new `CrusherNFT`s by paying a fee, `execute_crush` on a `CrusherNFT` by "crushing" another object (transferring it to 0x0), or `crush_nft` to crush another `CrusherNFT`. Crushing increases the `crush_count` of the `CrusherNFT` and updates its rarity and URL based on the new count. The `batch_crush` function allows crushing multiple NFTs at once. Admin functions, gated by an `AdminCap` object, enable updating the `mint_price`, `crush_fee`, and `max_supply` of the collection, and withdrawing SUI from the collection's
This package manages CrusherNFT objects, which are NFTs with a name, description, URL, crush count, rarity, and serial number. Users can mint CrusherNFTs by paying a mint_price, which increments the minted count in the CollectionConfig and transfers the NFT to the minter. The `execute_crush` and `crush_nft` functions allow users to "crush" other objects (including other CrusherNFTs) by paying a crush_fee, which increases the CrusherNFT's `crush_count` and updates its `rarity` and `url` based on the new count. An AdminCap is used to gate administrative functions like `withdraw` funds from the collection's pool and `update_mint_price`, `update_crush_fee`, and `update_max_supply` for the CollectionConfig. The package uses a shared `CollectionConfig` object to store global parameters and a `Balance<SUI>` as a vault for collected fees.
This package manages CrusherNFT objects, which are NFTs with a crush_count, rarity, and URL that change based on the crush_count. It also manages a CollectionConfig object that stores minting parameters and an AdminCap for administrative actions. The public functions allow users to mint CrusherNFTs by paying SUI, and to "crush" other objects (of a generic type) using their CrusherNFT, which increments the NFT's crush_count and updates its rarity and URL. The admin can update the mint price via the AdminCap. Notably, the rarity and URL of CrusherNFTs are dynamically updated based on the crush_count, and crushed objects are transferred to a null address.
This Sui package defines a single module, 'crush', which primarily manages a custom fungible token called 'CRUSH'. The 'init' function, which runs once upon package deployment, creates the 'CRUSH' currency, including its metadata and a TreasuryCap. It then immediately transfers both the TreasuryCap and the CoinMetadata objects to the deployer of the package. This establishes the deployer as the sole administrator of the 'CRUSH' token, capable of minting new tokens. There are no other public or entry functions, meaning the token's functionality is limited to its initial creation and the deployer's ability to manage it via the TreasuryCap.
This package manages CrusherNFT objects, which are NFTs with a crush_count, rarity, and URL. The `init` function creates an AdminCap, a CollectionConfig, and a Display object for CrusherNFTs, transferring them to the deployer and sharing the CollectionConfig. The `mint` function allows users to mint CrusherNFTs by paying a `mint_price` in SUI, which is added to the CollectionConfig's pool, and emits a MintEvent. The `execute_crush` and `crush_nft` functions allow users to "crush" other objects (including other CrusherNFTs) by paying a `crush_fee` in SUI, which also goes into the pool; this increases the `crush_count` of the CrusherNFT, updates its rarity and URL, and emits a CrushEvent. The `AdminCap` holder can `withdraw` funds from the `CollectionConfig`'s pool and update the `mint_price`, `crush_fee`, and `max_supply`. The
{
"wallet": "0x1ae3363e45ceb7e1a9fbd4afb63b1db7fabbc63814d2b6c3b97c2dd4e9ae7bbf",
"n_tx": 1615,
"n_successful_tx": 1091,
"n_distinct_epochs": 45,
"n_distinct_sponsors": 0,
"first_seen_cp": 161930533,
"last_seen_cp": 283202588,
"first_seen_ts_ms": 1751178459240,
"last_seen_ts_ms": 1780612126989,
"total_gas_spent_mist": 2072158684,
"n_self_sponsored_tx": 1615,
"n_sponsored_tx": 0,
"gas_price_p50": 224,
"gas_price_p95": 558,
"active_hours_top24": [
13,
21,
22,
8,
3,
4,
17,
19,
12,
18,
6,
1,
9,
14,
2,
5,
15,
7,
16,
10,
20,
0,
23,
11
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0.4,
"bot_signals": [
"timing_automation"
],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).