ucai_simulate_transaction
Simulate smart contract transactions before execution to preview outcomes, state changes, and token transfers, catching errors early.
Instructions
Simulate a smart contract transaction before execution. Shows outcome preview, state changes, token transfers, and catches errors early. Price: $0.01 per simulation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | Yes | Contract ABI | |
| args | Yes | Function arguments | |
| from | Yes | Sender address | |
| value | No | ETH value to send (in wei) | |
| network | No | The blockchain network to use | arbitrum |
| functionName | Yes | Function to simulate | |
| contractAddress | Yes | Contract address |