Transaction Simulator
Dry-run transactions, debug smart contracts, and analyze state changes without spending gas.
Simulation Config
Set up the transaction parameters
// Enter call data (Hex or JSON)
{
"function": "transfer",
"args": [
"0xRecipientAddress",
"1000000000000000000"
]
}