Skip to main content
Explorer
Aptos Explorer

Account address or name · Txn hash or version · Block height · Coin type · ANS name

Run a Move Script

Script Bytecode
Paste the compiled Move script bytecode as a hex string (for example, the contents of a compiled .mv file). You can produce this with aptos move compile-script.

Type Arguments
No type arguments. Add one for each generic type parameter of the script.

Arguments
A script has no on-chain ABI, so you must declare the type of each argument in the order the script expects them. Do not add the leading &signer / signer parameters — they are supplied automatically by your wallet.No arguments.

Connect wallet to simulate or execute a script