github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-london/changestate.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": "60806040526000805534801561001457600080fd5b5061012a806100246000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c80632e52d60614603757806386b5e2fb146051575b600080fd5b603f60005481565b60405190815260200160405180910390f35b6060605c36600460b1565b6062565b005b806000808282546071919060df565b90915550506000546040519081527f909c57d5c6ac08245cf2a6de3900e2b868513fa59099b92b27d8db823d92df9c9060200160405180910390a1600080fd5b60006020828403121560c257600080fd5b5035919050565b634e487b7160e01b600052601160045260246000fd5b6000821982111560ef5760ef60c9565b50019056fea264697066735822122036e1e8e2c54827484751bc06accc0bc58616042b8d342c6adf160d458a3dfa1864736f6c634300080e0033",
    13          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    14          "rawAmount": "0",
    15          "rawGasLimit": 1000000,
    16          "rawGasPrice": "0",
    17          "rawExpectedGasConsumed": 105317,
    18          "expectedStatus": 1,
    19          "expectedBalances": [],
    20          "comment": "deploy a changestate contract"
    21      }],
    22      "executions": [{
    23          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    24          "rawByteCode": "2e52d606",
    25          "rawAmount": "0",
    26          "rawGasLimit": 120000,
    27          "rawGasPrice": "0",
    28          "rawAccessList": [],
    29          "rawExpectedGasConsumed": 12661,
    30          "expectedStatus": 1,
    31          "readOnly": true,
    32          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000000",
    33          "comment": "query state"
    34      }, {
    35          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    36          "rawByteCode": "86b5e2fb000000000000000000000000000000000000000000000000000000000000000d",
    37          "rawAmount": "0",
    38          "rawGasLimit": 120000,
    39          "rawGasPrice": "0",
    40          "rawAccessList": [],
    41          "rawExpectedGasConsumed": 37173,
    42          "expectedStatus": 106,
    43          "failed":true,
    44          "comment": "try changing state"
    45      }, {
    46          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    47          "rawByteCode": "2e52d606",
    48          "rawAmount": "0",
    49          "rawGasLimit": 120000,
    50          "rawGasPrice": "0",
    51          "rawAccessList": [],
    52          "rawExpectedGasConsumed": 12661,
    53          "expectedStatus": 1,
    54          "readOnly": true,
    55          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000000",
    56          "comment": "query state"
    57      }]
    58  }