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

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