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

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