Move Playground (Read / Write Module)
Sui Move 2024Inspect on-chain Move package bytecode, resolve typed arguments, and dry-run entry calls directly against Sui FullNodes.
Presets:
Sui Framework (0x2)
Verified Bytecode
Standard Sui core primitives: coins, kiosk, dynamic fields, transfer, and object ownership.
Move Modules
2 Modules
coin::split
ENTRY
public entry fun split<T>(self: &mut Coin<T>, split_amount: u64, ctx: &mut TxContext)
Execution Results Console
Ready
// Click "Simulate Execution (Dry-Run)" to inspect gas budget, object state changes, and return values.