github.com/Cleverse/go-ethereum@v0.0.0-20220927095127-45113064e7f2/cmd/evm/testdata/11/alloc.json (about)

     1  {
     2      "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
     3          "balance" : "0x0de0b6b3a7640000",
     4          "code" : "0x61ffff5060046000f3",
     5          "nonce" : "0x01",
     6          "storage" : {
     7          }
     8      },
     9      "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
    10          "balance" : "0x0de0b6b3a7640000",
    11          "code" : "0x",
    12          "nonce" : "0x00",
    13          "storage" : {
    14              "0x00" : "0x00"
    15          }
    16      },
    17      "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
    18          "balance" : "0x00",
    19          "code" : "0x6001600055",
    20          "nonce" : "0x00",
    21          "storage" : {
    22          }
    23      }
    24  }
    25