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 an AirdropTable object, which stores a mapping of addresses to u64 amounts for an airdrop. The `init` function creates and shares a new AirdropTable, setting its `dropper` field to a hardcoded address and initializing an empty table. The `record` function allows the designated `dropper` to add new entries to the AirdropTable, associating an address with an airdrop amount, but only if the address is not already present or has an amount of 0. The `update_sender` function, gated by an AdminCap, allows changing the `dropper` address of an existing AirdropTable. Events are emitted when airdrop records are created.
This package manages an AirdropTable object, which stores a mapping of addresses to u64 amounts for an airdrop. The `init` function creates and shares an AirdropTable, and also mints and transfers an AdminCap to the transaction sender. The `record` public function allows the designated "dropper" address (stored in the AirdropTable) to add new entries to the airdrop table, ensuring an address is not recorded twice or with a non-zero amount if already present. The `update_sender` function allows the holder of an AdminCap to change the "dropper" address associated with an AirdropTable. This package uses dynamic fields (via `table::Table`) and features admin-cap gating for sensitive operations.
This Sui package defines a system for minting and managing "Dgen Wrapped SBTs" (Soulbound Tokens) and their associated configurations. The primary object types are `AdminCap` (for administrative control), `GlobalConfig` (storing global parameters like minter address and minting status), `DgenWrappedSBT` (the actual soulbound token with detailed statistics), `DgenWrappedBackup` (a backup of an SBT), and `HodlerStatus` (tracking total supply and individual hodler balances). Public/entry functions in `config` allow an `AdminCap` holder to update the package version, toggle minting, and rotate the minter and backup collector addresses, all of which mutate the `GlobalConfig` object. The `dgen_wrapped_sbt` module's `mint_to` function, callable only by the designated minter, creates a `DgenWrappedSBT` for a specified recipient, updates the `HodlerStatus` with the new balance, and optionally creates a `DgenWrappedBackup` if a memo
This package defines an AirdropTable object that stores a mapping from addresses to u64 values, representing airdrop amounts. The init function creates and shares a new AirdropTable, setting its admin field to a hardcoded address. The public record function allows only the designated admin to add new address-amount pairs to the AirdropTable's internal map, but only if the address is not already present or if its current recorded amount is zero. This ensures that each address can only be recorded once with a non-zero amount. The AirdropTable uses dynamic fields via the `table` module to manage the address-to-amount mappings.
This package manages an AirdropTable object, which contains a UID, the dropper's address, and a dynamic table mapping addresses to u64 values. The `init` function creates and shares a new AirdropTable, initialized with a specific dropper address, and transfers an AdminCap to the transaction sender. The `record` entry function allows the designated dropper to record airdrop amounts for recipients, ensuring the total amount for a recipient does not exceed a specified limit, and emits a RecordAirdrop event. The `update_sender` function, gated by an AdminCap, allows changing the dropper address associated with an AirdropTable. The package utilizes dynamic fields (Table) and signature gating (AdminCap and dropper address checks).
casualRule-based labels, conservative precision.
{
"wallet": "0x9b260418ed331dfcd5f55197532feeab1c368d6cda91d482c728539fcd2cf767",
"n_tx": 6,
"n_successful_tx": 6,
"n_distinct_epochs": 3,
"n_distinct_sponsors": 0,
"first_seen_cp": 22165222,
"last_seen_cp": 23279247,
"first_seen_ts_ms": 1703874900092,
"last_seen_ts_ms": 1704981678643,
"total_gas_spent_mist": 145068080,
"n_self_sponsored_tx": 6,
"n_sponsored_tx": 0,
"gas_price_p50": 750,
"gas_price_p95": 750,
"active_hours_top24": [
18,
9,
14
],
"primary_archetype": "casual",
"labels": [
"casual"
],
"label_confidence": [
0.7
],
"bot_score": 0,
"bot_signals": [],
"cex_label": null
}Top active hours by UTC.