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 custom fungible token, CTX, representing "Suilend's native token." The `init` function creates and shares a `TreasuryCap<CTX>` and freezes the `CoinMetadata<CTX>`, making the token supply manageable only through the shared `TreasuryCap`. Public entry functions `mint` and `burn` allow the holder of the `TreasuryCap` to create new CTX tokens and transfer them to an address, or destroy existing CTX tokens, respectively. The `balance` function is a public view function to query the value of a CTX coin. The package uses a shared object pattern for the `TreasuryCap` to control token supply.
This Sui package defines a custom fungible token, CTX. The `init` function creates and freezes a `CoinMetadata<CTX>` object and shares a `TreasuryCap<CTX>` object, which controls the token supply. The `mint` entry function allows the holder of the `TreasuryCap` to create new CTX tokens and transfer them to a specified address. The `burn` entry function enables the `TreasuryCap` holder to destroy existing CTX tokens. The `balance` function retrieves the value of a given CTX coin. The package utilizes the standard Sui `coin` module for token management and `transfer` for object handling.
This Sui package manages a primary object type called ClaimParams, which stores information about a claim, including its owner, delegate, wallet addresses for funds, a profit split percentage, and optional ClaimDetails. Public entry functions allow for the creation and update of ClaimParams objects, where create_claim_params initializes a new ClaimParams object and shares it, and create_and_update_claim_params and update_claim_details modify an existing ClaimParams object, including its associated ClaimDetails. The set_claimable function allows the owner of a ClaimParams object to toggle its 'initialized' status. The swapS and swapT functions facilitate the exchange of SUI and other coin types (respectively) based on the ClaimParams configuration, transferring funds to designated wallets and applying a profit split. Notably, the update and set_claimable functions are gated by the owner's address, while swap functions are gated by the delegate's address. The ClaimDetails struct uses dynamic fields to store a vector of CoinDetail objects, each specifying a coin type, amount, and object ID.
This package defines a fungible token, `CTX`, and manages its lifecycle. The `init` function creates and freezes a `CoinMetadata<CTX>` object and shares a `TreasuryCap<CTX>` object, which are essential for managing the token. The `mint` entry function allows the holder of the `TreasuryCap<CTX>` to create new `Coin<CTX>` tokens and transfer them to a specified address. The `burn` entry function enables the destruction of `Coin<CTX>` tokens by the `TreasuryCap<CTX>` holder. A public `balance` function retrieves the value of a `Coin<CTX>` object.
This package defines a custom fungible token, `CTX`, which is a wrapper around the Sui `Coin` type. The `init` function creates and freezes the `CoinMetadata<CTX>` object and shares the `TreasuryCap<CTX>` object, which controls the supply of `CTX` tokens. The `mint` entry function allows anyone with access to the shared `TreasuryCap` to mint new `CTX` tokens and transfer them to a specified address. The `burn` entry function allows anyone with access to the shared `TreasuryCap` to burn existing `CTX` tokens. The `balance` public function returns the value of a given `Coin<CTX>`. There are no notable patterns like signature/allowlist gating, time-gating, dynamic fields, admin caps, vault/escrow, or royalties.
area + brightness = call volume; hover for detail
Where this wallet's SUI first came from, and what it seeded downstream. Observational: a CEX funder suggests a real/retail origin; a high-fanout non-CEX funder is a signal worth noting — not proof of anything.
{
"wallet": "0x9f379681896b7d4969d8d341876af176f612fa15c2f371fc748e790166026e06",
"n_tx": 143,
"n_successful_tx": 143,
"n_distinct_epochs": 9,
"n_distinct_sponsors": 0,
"first_seen_cp": 78058742,
"last_seen_cp": 104639189,
"first_seen_ts_ms": 1731182348015,
"last_seen_ts_ms": 1737630653501,
"total_gas_spent_mist": 1210560924,
"n_self_sponsored_tx": 143,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
7,
11,
23,
17,
18,
19,
0,
13,
22,
21,
16,
15,
12,
9,
6,
8,
10,
2,
14,
1,
20
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Flat around the clock → no timezone signal (likely automated).