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 two primary objects: `NFT` and `MintingFactory`. The `init` function creates and transfers a `MintingFactory` object to the deployer, setting them as the admin and initializing the total supply to zero. The `mint` function allows the `MintingFactory` admin to create new `NFT` objects, incrementing the factory's total supply and emitting an `NFTMinted` event. NFTs can be transferred using `transfer_nft`, which emits an `NFTTransferred` event, or destroyed using `destroy`, which emits an `NFTDestroyed` event. The `MintingFactory` admin can also transfer ownership of the factory to another address via `transfer_factory_ownership`.
This Sui package manages "Memorial" objects, which are NFTs representing digital memorials with fields like name, description, image URL, date, message, and creator. It also uses a "Counter" object to track the number of minted memorials. The `init` function initializes the package by creating a `Publisher` object and a `Display` object for `Memorial` NFTs, then transfers them to the sender, and also shares a `Counter` object initialized to 0. The public `mint` function allows users to create a new `Memorial` NFT, but it has a hardcoded limit of 100,000 memorials. Each minted memorial's name is dynamically generated using a counter, and a `MemorialMinted` event
This Sui package manages "Memorial" objects, which are essentially NFTs representing a digital memorial with a name, description, image URL, date, message, and creator. The `init` function initializes a `Counter` object, which tracks the number of minted Memorials and a `Table` of addresses that have already minted. The `mint` entry function allows users to mint a Memorial NFT if they haven't already and if the total minted count is below 100,000. Upon successful minting, a `MemorialMinted` event is emitted, and the new Memorial object is transferred to the minter. The `Counter` object is a shared object, and the `minted` field within it uses a `Table` to prevent multiple mints per address, acting as a simple allowlist/gating mechanism.
This Move package manages two primary object types: `Counter` and `Memorial`. The `init` function initializes a `Display` object for `Memorial` NFTs and creates a shared `Counter` object, transferring both to the transaction sender. The `mint` entry function allows users to mint a `Memorial` NFT if they haven't minted one before and if the total minted count is less than 100,000. Each `Memorial` NFT has a name, description, image URL, date, message, and creator, with some fields dynamically generated based on the `Counter`'s value. A `MemorialMinted` event is emitted upon successful minting, and the `Memorial` NFT is transferred to the minter. The `Counter` object tracks the total number of minted `Memorial` NFTs and a `Table` of addresses that have already minted.
This package manages `Memorial` objects, which are NFTs representing a memorial with a name, description, image URL, date, message, and creator. It also uses a `Counter` object to track the total number of minted `Memorial` objects and which addresses have already minted one. The `init` function initializes a `Display` object for `Memorial` NFTs and shares a `Counter` object. The `mint` entry function allows users to mint a `Memorial` NFT if they haven't already minted one and if the total minted count is less than 100,000. Upon successful minting, it updates the `Counter`, emits a `MemorialMinted` event, and transfers the `Memorial` NFT to the minter. The `u64_to_string` function is a helper to convert a `u64` to a `String`.
casualRule-based labels, conservative precision.
area + brightness = call volume; hover for detail
{
"wallet": "0x1fda7ad14f7fde060bec93172f47aa22a7601a42f579659cc632cb6eabcbf10f",
"n_tx": 39,
"n_successful_tx": 39,
"n_distinct_epochs": 6,
"n_distinct_sponsors": 0,
"first_seen_cp": 236097085,
"last_seen_cp": 241431664,
"first_seen_ts_ms": 1768806349964,
"last_seen_ts_ms": 1770174596894,
"total_gas_spent_mist": 476490052,
"n_self_sponsored_tx": 39,
"n_sponsored_tx": 0,
"gas_price_p50": 501,
"gas_price_p95": 505,
"active_hours_top24": [
3,
7,
1,
4,
9,
8
],
"primary_archetype": "casual",
"labels": [
"casual"
],
"label_confidence": [
0.7
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely E. Asia / Oceania.