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 defines a farming mechanism for KriyaLPToken holders to earn rewards. The primary object types are KriyaFarm, which represents a farming pool, and StakedPosition, which tracks an individual user's stake. The `new_` entry function creates a new KriyaFarm, requiring an AdminCap for authorization, and shares it. The `supply_` entry function allows users to deposit reward tokens into the farm, while `tune_` allows the admin to add rewards to the harvested pool. The `stake_` entry function enables users to stake KriyaLPToken into a farm for a specified lock-up period, receiving a StakedPosition object in return. The `claim_` entry function allows users to claim their accumulated rewards, and `unstake_` allows users to withdraw their staked KriyaLPToken and any remaining rewards after the lock-up period. Notable patterns include the use of an AdminCap for administrative functions like creating farms and adjusting reward rates, time-gating for staking lock-up periods, and the use of `spot
This Sui package defines a farming mechanism centered around a `RewardPool` object. The `RewardPool` manages rewards for different token types (generic `Ty0`), storing them in an `ObjectBag` and tracking user-specific rewards and unclaimed distributed amounts in `Table`s. Public functions allow an admin to deposit rewards, set a claim end timestamp, and pause/unpause the pool. Users can claim their allocated rewards, which are time-gated by the `claim_end_timestamp`. Admins can also withdraw undistributed or unclaimed rewards after the claim period ends, and batch update user reward amounts.
This Sui package defines a "RewardPool" object, which manages rewards for users. The primary object is RewardPool, storing an admin address, claim end timestamp, a bag of reward coins (ObjectBag), and two tables: one for unclaimed distributed rewards (Table<String, u64>) and another for user-specific rewards (Table<address, Table<String, u64>>). Public functions allow the admin to deposit reward coins, set the claim end timestamp, and pause/unpause the pool. Users can claim their rewards, and the admin can withdraw undistributed or unclaimed rewards after the claim period ends. Notable patterns include admin-gating for most management functions and time-gating for reward withdrawals.
This Sui package defines a farming mechanism centered around a `RewardPool` object. The `RewardPool` manages rewards for users, storing them in an `ObjectBag` keyed by coin type and tracking user-specific reward amounts and unclaimed distributed rewards in `Table`s. Public functions allow an administrator (the `admin` field of `RewardPool`) to deposit rewards (`deposit`), batch increase user rewards (`batch_increase_user_rewards`), set the claim end timestamp (`set_claim_end_timestamp`), and pause/unpause the pool (`set_paused_config`). Users can claim their allocated rewards (`claim`), which are transferred from the `RewardPool` to the user's address, and the admin can withdraw undistributed or unclaimed rewards after the claim period ends (`withdraw_undistributed`, `withdraw_unclaimed`, `withdraw_final`). The package utilizes dynamic fields (Tables and ObjectBag) to manage various reward types and user balances, and access to administrative functions is gated by the `admin` address.
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": "0xbcdeb79011acfbb28c40a1e8830fab505054a121ec8c170343d5b5fbc424734f",
"n_tx": 6356,
"n_successful_tx": 6332,
"n_distinct_epochs": 128,
"n_distinct_sponsors": 0,
"first_seen_cp": 7999674,
"last_seen_cp": 202019031,
"first_seen_ts_ms": 1689688745064,
"last_seen_ts_ms": 1760733949829,
"total_gas_spent_mist": 1355943411188,
"n_self_sponsored_tx": 6356,
"n_sponsored_tx": 0,
"gas_price_p50": 781,
"gas_price_p95": 790,
"active_hours_top24": [
16,
20,
14,
18,
12,
8,
22,
0,
6,
4,
2,
10,
13,
19,
11,
23,
17,
15,
21,
1,
7,
9,
3,
5
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely Atlantic / E. South America.
area + brightness = call volume; hover for detail