github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-london/chainid-selfbalance.json (about)

     1  {
     2    "initGenesis": {
     3      "isBering" : true,
     4      "isIceland" : true,
     5      "isLondon" : true
     6    },
     7    "initBalances": [{
     8      "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     9      "rawBalance": "1000000000000000000000000000"
    10    }],
    11    "deployments": [{
    12      "rawByteCode": "60806040526000805534801561001457600080fd5b5060d2806100236000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c8063048a5fed146041578063564b81ef146055578063d09de08a14605a575b600080fd5b475b60405190815260200160405180910390f35b466043565b60606062565b005b600080549080606f836076565b9190505550565b600060018201609557634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220de81d1f134e1b02a16ed79b75c1bd5dfab4be2e471e7dc9446b51da91e4cbb8f64736f6c634300080e0033",
    13      "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    14      "rawAmount": "0",
    15      "rawGasLimit": 5000000,
    16      "rawGasPrice": "1",
    17      "rawExpectedGasConsumed": 78799,
    18      "expectedStatus": 1,
    19      "expectedBalances": [{
    20        "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
    21        "rawBalance": "999999999999999999999863365"
    22      }],
    23      "comment": "deploy chainid contract"
    24    }],
    25    "executions": [{
    26      "readOnly": true,
    27      "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    28      "rawByteCode": "564b81ef",
    29      "rawAmount": "0",
    30      "rawGasLimit": 1000000,
    31      "rawGasPrice": "0",
    32      "rawAccessList": [],
    33      "rawExpectedGasConsumed": 10579,
    34      "expectedStatus": 1,
    35      "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000001251",
    36      "comment": "call getChainID"
    37    },
    38    {
    39      "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    40      "rawByteCode": "d09de08a",
    41      "rawAmount": "0",
    42      "rawGasLimit": 1000000,
    43      "rawGasPrice": "1",
    44      "rawAccessList": [],
    45      "rawExpectedGasConsumed": 32752,
    46      "expectedStatus": 1,
    47      "expectedBalances": [{
    48        "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
    49        "rawBalance": "999999999999999999999888449"
    50      }],
    51      "comment": "call increment"
    52    },
    53    {
    54      "readOnly": true,
    55      "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    56      "rawByteCode": "048a5fed",
    57      "rawAmount": "0",
    58      "rawGasLimit": 1000000,
    59      "rawGasPrice": "0",
    60      "rawAccessList": [],
    61      "rawExpectedGasConsumed": 10549,
    62      "expectedStatus": 1,
    63      "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000000",
    64      "comment": "call getSelfBalance"
    65    }]
    66  }