github.com/karalabe/go-ethereum@v0.8.5/tests/files/StateTests/stExample.json (about)

     1  {
     2      "add11" : {
     3          "env" : {
     4              "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
     5              "currentDifficulty" : "256",
     6              "currentGasLimit" : "1000000",
     7              "currentNumber" : "0",
     8              "currentTimestamp" : 1,
     9              "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
    10          },
    11          "logs" : [
    12          ],
    13          "out" : "0x",
    14          "post" : {
    15              "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
    16                  "balance" : "1000000000000100000",
    17                  "code" : "0x6001600101600055",
    18                  "nonce" : "0",
    19                  "storage" : {
    20                      "0x" : "0x02"
    21                  }
    22              },
    23              "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
    24                  "balance" : "804",
    25                  "code" : "0x",
    26                  "nonce" : "0",
    27                  "storage" : {
    28                  }
    29              },
    30              "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
    31                  "balance" : "999999999999899196",
    32                  "code" : "0x",
    33                  "nonce" : "1",
    34                  "storage" : {
    35                  }
    36              }
    37          },
    38          "pre" : {
    39              "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
    40                  "balance" : "1000000000000000000",
    41                  "code" : "0x6001600101600055",
    42                  "nonce" : "0",
    43                  "storage" : {
    44                  }
    45              },
    46              "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
    47                  "balance" : "1000000000000000000",
    48                  "code" : "0x",
    49                  "nonce" : "0",
    50                  "storage" : {
    51                  }
    52              }
    53          },
    54          "transaction" : {
    55              "data" : "",
    56              "gasLimit" : "10000",
    57              "gasPrice" : "1",
    58              "nonce" : "0",
    59              "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
    60              "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
    61              "value" : "100000"
    62          }
    63      }
    64  }