transaction_simulate
Simulate unsigned transactions to preview token balance changes and outcomes, using RPC trace when available, with fallback to static decoding.
Instructions
Simulate an unsigned transaction using RPC trace when available, with fallback static decoding for token balance changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination contract or recipient address | |
| data | Yes | Hex-encoded calldata | |
| from | Yes | Sender address used for simulation | |
| value | No | Optional native value in wei | |
| chainId | Yes | Target chain ID |