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 `InscriptionSui20Collection` and `InscriptionSui20` objects. The `init` function creates and shares an empty `InscriptionSui20Collection` object and transfers a `Publisher` and a `Display` object to the sender. The `deploy` entry function initializes an `InscriptionSui20Collection` with details like `tick`, `max`, `amt`, `lim`, `uri`, `description`, and `contents`, and sets its `is_deploy` flag to true, but only if it hasn't been deployed before. The `mint` entry function allows users to mint `InscriptionSui20` objects, provided the requested quantity is within the `lim` and `max` limits, and transfers the minted objects to the sender. It also charges a fee in SUI for each mint. A notable pattern is the use of an `is_deploy` flag to prevent redeployment of an `InscriptionSui20Collection`.
This package defines two primary object types: InscriptionSui20Collection, which stores metadata for an inscription collection (tick, max supply, limit per mint, URI, description, contents, and current mint count), and InscriptionSui20, representing an individual inscription with its name, URL, current ID, description, and contents. The init function creates and shares an empty InscriptionSui20Collection object, along with a Publisher and Display object, transferring them to the transaction sender. The deploy entry function initializes an InscriptionSui20Collection object with provided details, including a check to ensure it hasn't been deployed before, and updates its fields. The mint entry function allows users to mint InscriptionSui20 objects, transferring a fee in SUI, and updates the collection's current_mint count; it includes checks for the mint limit and total supply. The package utilizes dynamic fields for managing inscription data via the inscription module.
flipperRule-based labels, conservative precision.
{
"wallet": "0x0727d2fb56ad866569020bcd9f712baaee801e3168e0289e636e627f8dddc754",
"n_tx": 325,
"n_successful_tx": 272,
"n_distinct_epochs": 16,
"n_distinct_sponsors": 0,
"first_seen_cp": 20249688,
"last_seen_cp": 65221930,
"first_seen_ts_ms": 1701955155668,
"last_seen_ts_ms": 1728018438486,
"total_gas_spent_mist": 915170660,
"n_self_sponsored_tx": 325,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
3,
17,
5,
18,
4,
16,
13,
9,
14,
10,
15,
6,
20,
11
],
"primary_archetype": "flipper",
"labels": [
"flipper"
],
"label_confidence": [
0.5525
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).