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 single module named `memo`. It manages a single event type, `MemoEvent`, which contains a `vector<u8>` for its `content`. The only public function, `write`, takes a `vector<u8>` as input and emits a `MemoEvent` with that content. This module essentially provides a simple logging mechanism where arbitrary byte vectors can be recorded as events on the Sui blockchain. There are no notable patterns like admin caps, dynamic fields, or time-gating.
This package defines a custom coin, BUYSCOIN_V2, and a FeeConfig object. The init function creates the BUYSCOIN_V2 currency, mints an initial supply, and transfers it to the deployer. It also creates and shares a FeeConfig object, which stores a flat fee and a paused status, with the deployer as its creator. The public functions set_fee_flat and set_paused allow the FeeConfig creator to modify the flat fee and pause status respectively. The transfer_with_fee function enables transferring BUYS coins while applying a flat fee, which is sent to the FeeConfig creator, and ensuring the transaction is not paused and the sender has sufficient funds. This package utilizes an admin cap pattern for the FeeConfig object, where only the creator can modify its parameters.
This package defines a single module named `memo` which manages a `MemoEvent` object. The `MemoEvent` object contains a single field: `content` of type `String`. The module exposes one public function, `write`, which takes a `vector<u8>` as input. This function converts the input `vector<u8>` into a `String`, packs it into a `MemoEvent` object, and then emits this `MemoEvent` as an event. The primary purpose of this module is to emit string-based events.
This package defines a custom coin, BUYSCOIN. The `init` function creates a new `BUYSCOIN` currency, mints an initial supply of 1,000,000,000,000,000,000 BUYSCOIN, and transfers these minted coins along with the `TreasuryCap` and `MetadataCap` for BUYSCOIN to the sender of the transaction. The primary objects managed are `Coin<BUYSCOIN>`, `TreasuryCap<BUYSCOIN>`, and `MetadataCap<BUYSCOIN>`. There are no other public or entry functions. The notable pattern is the creation and initial distribution of a new fungible token.
casualRule-based labels, conservative precision.
{
"wallet": "0xe086e40182c831922a938e9d63fd6ab2a8a9b90a04991493ec40482b5043598d",
"n_tx": 28,
"n_successful_tx": 28,
"n_distinct_epochs": 5,
"n_distinct_sponsors": 0,
"first_seen_cp": 241177390,
"last_seen_cp": 245103288,
"first_seen_ts_ms": 1770109004879,
"last_seen_ts_ms": 1771127268476,
"total_gas_spent_mist": 95601196,
"n_self_sponsored_tx": 28,
"n_sponsored_tx": 0,
"gas_price_p50": 529,
"gas_price_p95": 550,
"active_hours_top24": [
15,
9,
21,
16,
18,
3,
8,
19,
20,
12
],
"primary_archetype": "casual",
"labels": [
"casual"
],
"label_confidence": [
0.7
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).