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 manages a Vault object, which holds SUI coins and tracks user IDs that have received airdrops. The init function creates an AdminCap and a shared Vault object, transferring the AdminCap to the deployer. The deposit function allows an AdminCap holder to deposit SUI coins into the Vault, ensuring the deposited amount is sufficient. The transfer_airdrop function enables an AdminCap holder to distribute SUI from the Vault to a specified address, preventing duplicate airdrops to the same user ID and emitting an AirDropEvent. The package uses an AdminCap for access control and a Table for tracking user IDs, ensuring that each user ID receives an airdrop only once.
This package defines a custom coin named "MINHTEST". The `init` function, which runs once upon package deployment, creates this new currency with a fixed supply of 1,100,000,000,000 units. It then mints all of these coins and transfers them to the deployer of the package. Finally, it freezes both the `CoinMetadata` and `TreasuryCap` objects, preventing further minting or modification of the coin's properties. The package primarily manages `CoinMetadata<MINHTEST>` and `TreasuryCap<MINHTEST>` objects. A notable pattern is the immediate freezing of the `TreasuryCap`, which effectively hard-caps the total supply of the `MINHTEST` coin.
This Sui package defines the USDC stablecoin. Its primary object type is the `USDC` coin. The single public function, `init`, is an entry function that initializes the USDC currency, registers it with the coin registry, and mints a large initial supply (1,000,000,000,000,000 units) to the transaction sender. It also transfers the `TreasuryCap<USDC>` to the sender, granting them minting authority, and freezes the `MetadataCap<USDC>`. This package utilizes the `coin` and `coin_registry` modules for standard token functionality and `transfer` for object transfers.
This Sui package defines a single module, `string`, which manages a custom fungible token represented by the `STRING` type. The `init` function, which is called once upon package deployment, creates a new currency with a fixed supply of 1.1 billion units. It mints this entire supply and transfers it to the deployer's address. Finally, it freezes both the `CoinMetadata` and `TreasuryCap` objects, effectively preventing any further minting or burning of the `STRING` token. The package utilizes standard Sui `coin` and `transfer` modules for currency management and object freezing.
This package defines a fungible token, TESTTEST, with a fixed supply. The `init` function creates the `CoinMetadata` and `TreasuryCap` for the TESTTEST token. It then mints an initial supply of 1,100,000,000,000 TESTTEST tokens and transfers them to the deployer. Finally, both the `CoinMetadata` and `TreasuryCap` are frozen, preventing further modifications or minting. The package primarily manages `CoinMetadata<TESTTEST>` and `TreasuryCap<TESTTEST>` objects. A notable pattern is the use of `transfer::public_freeze_object` to make the `CoinMetadata` and `TreasuryCap` immutable after initialization.
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": "0x2bf37c91da3eed79dbfe430aa6a0da6d6b44536c5b5f68a79edba17acc5c44d4",
"n_tx": 1150,
"n_successful_tx": 1100,
"n_distinct_epochs": 70,
"n_distinct_sponsors": 0,
"first_seen_cp": 68381178,
"last_seen_cp": 253858493,
"first_seen_ts_ms": 1728793070381,
"last_seen_ts_ms": 1773373987912,
"total_gas_spent_mist": 12491978028,
"n_self_sponsored_tx": 1150,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
10,
8,
9,
7,
11,
3,
4,
18,
16,
6,
2,
14,
15,
5,
12,
13,
17,
1
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely E. / SE Asia.