github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-london/tuple.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": "608060405234801561001057600080fd5b50610147806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c80633175aae21461003b578063ab5ed15014610073575b600080fd5b61005c604080518082019091526002815261486960f01b6020820152600191565b60405161006a9291906100b4565b60405180910390f35b61007b610089565b60405190815260200161006a565b6000806100ad604080518082019091526002815261486960f01b6020820152600191565b5092915050565b82815260006020604081840152835180604085015260005b818110156100e8578581018301518582016060015282016100cc565b818111156100fa576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220b5da55e0a6368c1df216b7482d49b767c20ebb47496d1f5a076db1a6c3ed787d64736f6c634300080e0033",
    13          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    14          "rawAmount": "0",
    15          "rawGasLimit": 5000000,
    16          "rawGasPrice": "0",
    17          "rawExpectedGasConsumed": 111417,
    18          "expectedStatus": 1,
    19          "expectedBalances": [],
    20          "comment": "deploy array-return contract"
    21      }],
    22      "executions": [{
    23          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    24          "rawByteCode": "ab5ed150",
    25          "rawAmount": "0",
    26          "rawGasLimit": 1000000,
    27          "rawGasPrice": "0",
    28          "rawAccessList": [],
    29          "rawExpectedGasConsumed": 10700,
    30          "expectedStatus": 1,
    31          "hasReturnValue": true,
    32          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000001",
    33          "comment": "call bar"
    34      }]
    35  }