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 "Campaign" objects, which represent crowdfunding campaigns. Public/entry functions allow users to create
This package defines a raffle system. It primarily manages `Raffle` objects, which represent individual raffles, and `Ticket` objects, which are entries into a raffle. A `RaffleRegistry` object tracks all created raffles and is controlled by a single admin. The `create_raffle` entry function allows the `RaffleRegistry` admin to create new raffles, setting parameters like ticket price, end time, fee percentage, and number of winners. The `buy_ticket` entry function enables users to purchase tickets for an active raffle, transferring SUI into the raffle's prize pool. The `end_raffle` entry function, callable only by the raffle's admin after the `end_time` has passed and if there are tickets, randomly selects winners, distributes prizes from the `prize_pool`, and transfers an `admin_fee` to the raffle admin. The `withdraw_admin_fee` entry function allows the raffle admin to claim their accumulated fees after the raffle has ended. Notable patterns include admin gating for `create_ra
This Sui package defines a custom coin, SWHIT, and manages its minting and fee collection. The primary object types are `AdminCap`, which grants administrative privileges, and `FeeCollector`, which stores collected SUI fees. The `init` function creates the SWHIT currency, initializes an `AdminCap` for the deployer, and a `FeeCollector` object, sharing the `FeeCollector` and `TreasuryCap` publicly while transferring the `AdminCap` to the deployer. Public/entry functions include `mint_with_fee` (mints SWHIT in exchange for SUI, collecting a fee), `admin_mint` (allows the admin to mint SWHIT without a fee), `burn` (allows the admin to burn SWHIT), and `withdraw_fees`/`withdraw_all_fees` (allows the admin to withdraw collected SUI fees). A notable pattern is the use of an `AdminCap` for gated access to administrative
This package implements a decentralized exchange (DEX) with a focus on administrative control. The primary object types are `SwapPool` (representing a liquidity pool for two coin types, Ty0 and Ty1), `AdminCap` (granting administrative privileges), and `FeeCollector` (for accumulating swap fees). Public/entry functions allow an `AdminCap` holder to create new `SwapPool`s, update the swap fee for a pool, and deposit/withdraw coins (Ty0 and Ty1) from a pool. The `swap` function enables users to exchange coins, paying a fee in SUI, which is collected by the `FeeCollector`. Fees can be withdrawn by the `AdminCap` holder. Notable patterns include admin gating for critical operations using the `AdminCap`, and the use of `Balance` objects for managing coin quantities within the pools and fee collector. The `swap` function also implements a variable fee structure based on the swap amount, with a higher fee for "large swaps" and a threshold for what constitutes a large swap.
{
"wallet": "0xd454246c6fdf36cadc2e2cc02d42e1faed1b97da00b371da6f48c38e1ac21b7c",
"n_tx": 121,
"n_successful_tx": 119,
"n_distinct_epochs": 22,
"n_distinct_sponsors": 0,
"first_seen_cp": 145521663,
"last_seen_cp": 157984341,
"first_seen_ts_ms": 1747326644739,
"last_seen_ts_ms": 1750236072475,
"total_gas_spent_mist": 317057164,
"n_self_sponsored_tx": 121,
"n_sponsored_tx": 0,
"gas_price_p50": 740,
"gas_price_p95": 740,
"active_hours_top24": [
6,
16,
7,
15,
10,
14,
17,
8,
22,
12,
21,
13,
18,
11,
20,
4,
9,
5,
3,
23,
19
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely W/Central Asia / India.