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 fungible token, PLASTIC, using the Sui `coin` module. The `init` function creates the `PLASTIC` currency, freezing its `CoinMetadata` and transferring the `TreasuryCap` to the deployer. Public functions allow for `mint`ing new `PLASTIC` coins, `mint_and_transfer`ring them directly to an address, and `burn`ing existing `PLASTIC` coins. The `TreasuryCap` object is required for all minting and burning operations, acting as an administrative control.
This package defines a fungible token called "PLASTIC". The `init` function creates the `CoinMetadata<PLASTIC>` and `TreasuryCap<PLASTIC>` objects, freezing the metadata and transferring the `TreasuryCap` to the transaction sender. Public functions allow for minting new `Coin<PLASTIC>` tokens (`mint` and `mint_and_transfer`), and burning existing `Coin<PLASTIC>` tokens (`burn`). The `mint` function returns a `Coin<PLASTIC>` object, while `mint_and_transfer` directly transfers the newly minted coins to a specified address. The `TreasuryCap<PLASTIC>` object is required for all minting and burning operations, effectively acting as an admin capability for the token supply.
This package defines a KIOSKLESS token and a Store object. The init function creates the KIOSKLESS token's TreasuryCap, DenyCapV2, and CoinMetadata, storing the caps as dynamic object fields on a shared Store object, which also tracks an admin address and version. Public functions allow the admin to register bridges (minting KIOSKLESS tokens in the process) and update the Store's version or admin address. All administrative actions are gated by checking the Store's version and verifying the transaction sender against the stored admin address.
This package defines a decentralized exchange (DEX) or automated market maker (AMM) protocol. The primary object types it manages are `AdminCap` for administrative control, and various internal data structures for managing liquidity pools, positions, and ticks. Public/entry functions allow for creating and managing liquidity pools, adding/removing liquidity, and swapping tokens. The package uses an `AdminCap` for administrative gating, and includes extensive mathematical operations for precise calculations related to pricing, liquidity, and fees, including signed integers (`i128`, `i64`, `i32`) and bitwise operations. There are no explicit royalties, time-gating, or dynamic fields visible in the provided IR.
This package defines a bridge for converting NFTs to fungible tokens (FTs) and vice-versa, managed by a `Manager` object. The `Manager` holds configuration like fees, a public key for signature verification, and a Kiosk for NFT storage. Bridges are represented by `Bridge` objects, which track NFT and FT types, supply, and a registry of NFTs. Public functions allow registering new bridges (with or without signature verification), adding exclusive transfer policies to bridges, and loading NFTs into a bridge. The core `bridge_nft_to_coin` function allows users to convert an NFT into its corresponding FT, handling fees, reservations, and applying transfer policies and rules like royalties and kiosk locks.
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": "0xa657125f6b1775cfcaa7fe6becf60332b6e7b2ea28c5ad7752bf9d5fa854509b",
"n_tx": 69,
"n_successful_tx": 55,
"n_distinct_epochs": 12,
"n_distinct_sponsors": 0,
"first_seen_cp": 172946862,
"last_seen_cp": 275639980,
"first_seen_ts_ms": 1753781936796,
"last_seen_ts_ms": 1778797503871,
"total_gas_spent_mist": 10577584852,
"n_self_sponsored_tx": 69,
"n_sponsored_tx": 0,
"gas_price_p50": 504,
"gas_price_p95": 550,
"active_hours_top24": [
12,
23,
0,
21,
22,
9,
13,
20,
15,
1,
14,
19,
17,
8
],
"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).
area + brightness = call volume; hover for detail