[
  {
    "description": "test that underflows are deteched correctly",
    "source": [
      "PUSH1",
      "0x02",
      "PUSH1",
      "0x02",
      "POP",
      "POP",
      "POP"
    ],
    "code": "0x60026002505050",
    "result": {
      "stack": [],
      "memory": []
    },
    "gasUsed": "Nan",
    "trapped": true,
    "environment": {
      "address": "0x0000000000000000000000000000000000000000",
      "coinbase": "0x0000000000000000000000000000000000000000"
    },
    "message": {
      "data": "0x",
      "from": "0x0000000000000000000000000000000000000000"
    }
  }
]