Fields
| Field | Type | Description |
|---|---|---|
pc | number | Program counter |
op | string | Opcode name |
gas | bigint | Remaining gas |
gasCost | bigint | Cost of this op |
depth | number | Call depth |
stack | string[] | Stack contents |
memory | string[] | Memory (optional) |
storage | Record | Storage changes (optional) |
refund | bigint | Gas refund (optional) |
error | string | Error message (optional) |

