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

     1  {
     2      "initBalances": [{
     3          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     4          "rawBalance": "1000000000000000000000000000"
     5      }],
     6      "deployments": [{
     7          "rawByteCode": "608060405234801561001057600080fd5b5060fe8061001f6000396000f3006080604052600436106049576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680632081e91114604e578063ed175850146062575b600080fd5b348015605957600080fd5b50606060a0565b005b348015606d57600080fd5b50608a6004803603810190808035906020019092919050505060ba565b6040518082815260200191505060405180910390f35b602a60008080815260200190815260200160002081905550565b600060205280600052604060002060009150905054815600a165627a7a72305820ea07d89a159db5f2bfb3c648e99ba1dad03aa587d30234648afc75103fee95720029",
     8          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
     9          "rawAmount": "0",
    10          "rawGasLimit": 5000000,
    11          "rawGasPrice": "0",
    12          "rawExpectedGasConsumed": 89399,
    13          "expectedBalances": [],
    14          "comment": "deploy A contract"
    15      },{
    16          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    17          "rawByteCode": "608060405234801561001057600080fd5b50610201806100206000396000f30060806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680636d4ce63c1461005157806375f890ab1461007c575b600080fd5b34801561005d57600080fd5b506100666100bf565b6040518082815260200191505060405180910390f35b34801561008857600080fd5b506100bd600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610192565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed17585060006040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050602060405180830381600087803b15801561015257600080fd5b505af1158015610166573d6000803e3d6000fd5b505050506040513d602081101561017c57600080fd5b8101908080519060200190929190505050905090565b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505600a165627a7a72305820d11a18eed2f0cee53b1e031af040a2244445d314ceec5b1ca99806d6f8ed8f240029",
    18          "rawAmount": "0",
    19          "rawGasLimit": 5000000,
    20          "rawGasPrice": "0",
    21          "rawExpectedGasConsumed": 167253,
    22          "expectedBalances": [],
    23          "comment": "deploy B contract"
    24      }],
    25      "executions": [{
    26          "contractIndex": 1,
    27          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    28          "rawByteCode": "75f890ab",
    29          "appendContractAddress": true,
    30          "contractIndexToAppend": 0,
    31          "rawAmount": "0",
    32          "rawGasLimit": 1000000,
    33          "rawGasPrice": "0",
    34          "rawExpectedGasConsumed": 34086,
    35          "comment": "call setContract"
    36      }, {
    37          "contractIndex": 0,
    38          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    39          "rawByteCode": "2081e911",
    40          "rawAmount": "0",
    41          "rawGasLimit": 1000000,
    42          "rawGasPrice": "0",
    43          "rawExpectedGasConsumed": 30625,
    44          "comment": "call a.Set()"
    45      }, {
    46          "contractIndex": 1,
    47          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    48          "rawByteCode": "6d4ce63c",
    49          "rawAmount": "0",
    50          "rawGasLimit": 1000000,
    51          "rawGasPrice": "0",
    52          "rawExpectedGasConsumed": 13028,
    53          "hasReturnValue": true,
    54          "rawReturnValue": "000000000000000000000000000000000000000000000000000000000000002a",
    55          "comment": "call get()"
    56      }]
    57  }