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, `launchpad`, facilitates the creation and trading of "MemeTokenInfo" objects. It manages a "LaunchpadManager" object, which holds a table of "MemeTokenInfo" objects and tracks overall statistics. The `initialize` function creates and shares a `LaunchpadManager` and grants an `AdminCap` to the deployer. The `create_token` entry function allows users to register new meme tokens, paying a fee, and receives an initial "MemeBalance" object. The `buy_meme` function enables users to purchase meme tokens using a specified currency, updating the token's `meme_sold` and `agent_raised` fields, and transferring a "MemeBalance" object to the buyer. The `sell_meme` function allows users to sell their "MemeBalance" objects back to the launchpad, receiving currency in return, and updates the token's statistics. Tokens can "graduate" if they raise enough funds, which is a notable pattern.
This package defines a launchpad for meme tokens, managing `LaunchpadManager` and `MemeTokenInfo` objects. The `initialize` function creates a `LaunchpadManager` (shared) and an `AdminCap` (transferred to the sender). The `create_token` function allows users to launch new meme tokens by paying a creation fee, which is transferred to the admin, and providing initial liquidity. The `buy_meme` function enables users to purchase meme tokens, with a portion of the payment potentially going to a referrer and the rest to the token's treasury. The `sell_meme` and `sell_meme_partial` functions allow users to sell their meme tokens, with the proceeds coming from the token's treasury. The package uses dynamic fields (Table) to store `MemeTokenInfo` within the `LaunchpadManager` and includes time-gating for token graduation.
This package manages AgentBadge objects, representing AI agent credentials, and an AgentRegistry for tracking registered agents. The `init` function initializes a new currency (AGENT), sets up token policies, creates a TreasuryStore to hold the currency's TreasuryCap, and an AdminCap, and shares an AgentRegistry object. Public functions allow an AdminCap holder to mint new AGENT tokens (`mint_supply`), register new agents (`register_agent`) by issuing an AgentBadge with an expiration time (2592000000ms from issuance), and revoke an agent's badge (`revoke_agent`) by setting its `is_active` field to false. The `verify_agent` function checks if an AgentBadge is valid (active, not expired, and owned by the sender) and increments its `trade_count`. The `update_icon_url` function allows an AdminCap holder to update the icon URL of the AGENT coin. Notable patterns include admin gating for sensitive operations (minting, registration, revocation, icon updates), time-gating for
This package defines a launchpad for "Meme Tokens." The primary object types are `AdminCap`, `LaunchpadManager`, and `MemeTokenInfo`. The `initialize` entry function creates and shares a `LaunchpadManager` object (which holds a dynamic table of `MemeTokenInfo` objects) and transfers an `AdminCap` to the deployer. The `create_token` entry function allows anyone to create a new `MemeTokenInfo` by providing token metadata and an initial `Coin` deposit, which is used to calculate the initial meme token supply and fund the token's treasury. The `buy_meme` entry function enables users to purchase meme tokens using a `Coin`, updating the token's `meme_sold` and `agent_raised` fields, and potentially transferring a portion of the `Coin` to a referrer. The `sell_meme` entry function allows users to sell their `MemeBalance` for `Coin` from the token's treasury, updating the `meme_sold` and `agent_raised` fields
This package manages an AgentPool object, which acts as a liquidity pool for SUI and AGENT tokens. The public functions allow for creating a new pool, adding and removing liquidity (only by an AdminCap), and buying/selling AGENT tokens for SUI. There are also "verified" versions of the buy/sell functions that require an AgentBadge and AgentRegistry, indicating a form of allowlist or permissioning. The pool tracks total trades and volume, and charges a fee on trades.
{
"wallet": "0x47cee6fed8a44224350d0565a45dd97b320a9c3f54a8feb6036fb9b2d3a81a08",
"n_tx": 145,
"n_successful_tx": 132,
"n_distinct_epochs": 37,
"n_distinct_sponsors": 0,
"first_seen_cp": 262008964,
"last_seen_cp": 282578682,
"first_seen_ts_ms": 1775463372354,
"last_seen_ts_ms": 1780474136241,
"total_gas_spent_mist": -162878174,
"n_self_sponsored_tx": 145,
"n_sponsored_tx": 0,
"gas_price_p50": 505,
"gas_price_p95": 557,
"active_hours_top24": [
14,
8,
5,
23,
2,
16,
19,
15,
18,
10,
0,
21,
7,
22,
13,
20,
11,
1,
9,
17,
4,
12,
6,
3
],
"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