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

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