github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/tests/files/VMTests/RandomTests/goFail3.json (about)

     1  {
     2      "randomVMtest" : {
     3          "callcreates" : [
     4          ],
     5          "env" : {
     6              "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
     7              "currentDifficulty" : "256",
     8              "currentGasLimit" : "1000000",
     9              "currentNumber" : "0",
    10              "currentTimestamp" : "1",
    11              "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
    12          },
    13          "exec" : {
    14              "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
    15              "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
    16              "code" : "0x60583532a07f610a",
    17              "data" : "0x",
    18              "gas" : "10000",
    19              "gasPrice" : "100000000000000",
    20              "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
    21              "value" : "1000000000000000000"
    22          },
    23          "gas" : "9964",
    24          "logs" : [
    25              {
    26                  "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
    27                  "bloom" : "00000000000000000000800000000000000000000000000000000880000000000000000000000000000000000000000000000000000000000000000000000000",
    28                  "data" : "0x",
    29                  "topics" : [
    30                  ]
    31              }
    32          ],
    33          "out" : "0x",
    34          "post" : {
    35              "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
    36                  "balance" : "1000000000000000000",
    37                  "code" : "0x60583532a07f610a",
    38                  "nonce" : "0",
    39                  "storage" : {
    40                  }
    41              }
    42          },
    43          "pre" : {
    44              "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
    45                  "balance" : "1000000000000000000",
    46                  "code" : "0x60583532a07f610a",
    47                  "nonce" : "0",
    48                  "storage" : {
    49                  }
    50              }
    51          }
    52      }
    53  }
    54