simulate_transaction
Simulate a transaction without executing it. Returns success or revert and gas estimate for a given calldata and sender.
Instructions
Dry-run an unsigned tx. Returns success/revert and gas estimate. Requires any Floe API key (agent floe_... or developer floe_live_...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Contract address | |
| data | Yes | Encoded calldata (0x hex) | |
| from | Yes | Signing address (msg.sender) | |
| value | No | ETH value in hex | 0x0 |