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 primarily manages `GalxeTable` objects, which contain a table of `SpacePoint` objects, and `SpacePoint` objects, which manage `Point` balances for addresses. The `init` function creates a shared `GalxeTable` object and an `AdminCap` for the deployer. Public functions allow for: activating new `SpacePoint`s (spaces) within a `GalxeTable` after a signature verification; increasing and decreasing `Point` balances within a `SpacePoint` (with signature verification for increases, and permission checks for decreases); transferring `Point`s between addresses within a `SpacePoint` if the space is transferable; and updating the public key, treasurer, pause status, transferability, or admin of a `SpacePoint` (with permission checks). The package uses signature verification for certain operations (e.g., `active`, `increasePoint`) and an `AdminCap` for updating the `GalxeTable`'s public key and treasurer. It also employs dynamic fields (tables) to store `SpacePoint`s within `
This Sui package manages "SpacePoint" objects, which represent distinct point systems, and "Point" objects, representing user balances within a SpacePoint. The package is initialized with an "AdminCap" for the deployer and a shared "GalxeTable" object that stores all SpacePoint objects. Public functions allow for creating new SpacePoint systems ("active"), increasing or decreasing points for users within a SpacePoint ("increasePoint", "decreasePoint"), and transferring points between users ("transfer"). Point modifications and SpacePoint creation are gated by an off-chain signature verification process using a public key stored in the GalxeTable, and point transfers are restricted to SpacePoints marked as "transferable". Admin functions allow updating the GalxeTable's public key and treasurer, and SpacePoint attributes like pause status, transferability, and admin address, all gated by a "check_permission" function which verifies the caller is either the SpacePoint's admin or a hardcoded address.
This package manages a singleton `GalxeTable` object, which acts as a central registry for multiple `SpacePoint` objects, each identified by a `u64` ID. Each `SpacePoint` represents a "space" and contains a table of `Point` objects, which track `u64` amounts for specific addresses. The package features signature-gated functions (`active`, `increasePoint`, `decreasePoint`) that require a valid Ed25519 signature against a Keccak256 hash of a challenge message, verified using a public key stored in the `GalxeTable`. An `AdminCap` object grants administrative privileges to update the `GalxeTable`'s public key and treasurer, and to modify `SpacePoint` properties like pausing, transferability, and admin address. The `increasePoint` and `decreasePoint` functions also involve a fee paid in SUI to the `GalxeTable`'s treasurer and mark a `dummy_id` as claimed within the `SpacePoint`.
This package defines a single primary object type, `SharedPlace`, which contains a `UID` and a vector of `u32` integers named `list`. The `init` function creates a `SharedPlace` object, initializes its `list` with 100 entries, each containing the value 13421772, and then shares this object. The `set_place_color` entry function allows appending a new `u32` value to the `list` of a `SharedPlace` object. The `get_place_color` entry function allows reading the entire `list` from a `SharedPlace` object. The `SharedPlace` object is shared, meaning its public/entry functions can be called by anyone.
This package manages "SpacePoint" objects, which represent a space with associated points for different users. The primary object is "GalxeTable", which holds a collection of "SpacePoint" objects. Public functions allow for activating a new "SpacePoint" (active), minting points for a user within a "SpacePoint" (mint), updating a "SpacePoint"'s pause status, transferability, or admin (update_pause, update_transferable, update_admin), burning points from a user (burn), and transferring points between users (transfer). A notable pattern is the use of signature gating (consume_signature) for the "active" and "mint" functions, requiring a valid Ed25519 signature from a pre-defined public key stored in the "GalxeTable". The "check_permission" function implements an allowlist/admin gating mechanism, ensuring only the space admin or a global treasurer address can perform certain operations. Points are stored in dynamic tables within "SpacePoint" objects, mapping addresses to "Point" objects.
area + brightness = call volume; hover for detail
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": "0x8e5af77d009beba83288e6c9164f0f1b4dc05c2895941842eeec1677935bac20",
"n_tx": 60,
"n_successful_tx": 49,
"n_distinct_epochs": 10,
"n_distinct_sponsors": 0,
"first_seen_cp": 150984525,
"last_seen_cp": 164854256,
"first_seen_ts_ms": 1748571040217,
"last_seen_ts_ms": 1751857013070,
"total_gas_spent_mist": 615744756,
"n_self_sponsored_tx": 60,
"n_sponsored_tx": 0,
"gas_price_p50": 740,
"gas_price_p95": 740,
"active_hours_top24": [
7,
9,
6,
3,
10,
11,
4,
2,
13,
1,
8,
5,
12,
14,
15
],
"primary_archetype": null,
"labels": [],
"label_confidence": [],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC. Circadian peak → likely E. Asia / Oceania.