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 implements a spot decentralized exchange (DEX). It primarily manages Pool objects, which represent liquidity pools for token pairs (Ty0, Ty1). The public/entry functions allow users to create new liquidity pools (create_pool_), update pool parameters (update_pool), swap tokens (swap_token_y_, swap_token_x_), and add/remove liquidity (add_liquidity_, remove_liquidity_). These functions mutate the state of Pool objects, specifically their token balances (token_x, token_y), protocol fees (protocol_fee_x, protocol_fee_y), and LSP token supply (lsp_supply, lsp_locked). Notable patterns include: - Admin control: The ProtocolConfigs object, shared at initialization, holds an 'admin' address and a 'whitelisted_addresses' table, suggesting an allowlist or permissioned access for certain operations. - Fee structures: Pools have configurable 'lp_fee_percent' and 'protocol_fee_percent' which vary based on whether the pool is "
This package implements a decentralized exchange (DEX) for spot trading. It manages Pool objects, which hold reserves of two different coin types (Ty0 and Ty1) and associated LP tokens (KriyaLPToken). The primary public/entry functions allow users to create new pools, update pool configurations (fees, enabled status), swap between the two coin types in a pool, and add/remove liquidity. These functions mutate the Pool object's coin balances, LP token supply, and fee balances. Notable patterns include the use of dynamic fields for whitelisted addresses within ProtocolConfigs, admin gating for configuration updates, and a vault/escrow mechanism for protocol fees collected in the Pool. The safe_math module provides a safe multiplication and division function for u64 values.
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": "0xfcb3e5b6d603977e1fe3df59bfcf93a0ef3523077352cc50b76786adc97a6885",
"n_tx": 989,
"n_successful_tx": 959,
"n_distinct_epochs": 102,
"n_distinct_sponsors": 0,
"first_seen_cp": 1571962,
"last_seen_cp": 18322221,
"first_seen_ts_ms": 1683120645515,
"last_seen_ts_ms": 1700041768696,
"total_gas_spent_mist": 3787130144,
"n_self_sponsored_tx": 989,
"n_sponsored_tx": 0,
"gas_price_p50": 800,
"gas_price_p95": 1000,
"active_hours_top24": [
7,
12,
9,
6,
8,
14,
5,
10,
11,
18,
15,
13,
17,
19,
22,
16,
4,
21,
2,
1,
20,
23,
0
],
"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.