github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-shanghai/modifiers.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": "60806040526000805460ff1916905534801561001a57600080fd5b5061015b8061002a6000396000f3fe6080604052600436106100345760003560e01c8063590e1ae314610039578063e420264a14610043578063fc68521a14610063575b600080fd5b610041610083565b005b34801561004f57600080fd5b5061004161005e3660046100dc565b6100b0565b34801561006f57600080fd5b5061004161007e3660046100f5565b6100c4565b60405133906108fc9060009081818181818888f193505050501580156100ad573d6000803e3d6000fd5b50565b80600a8082116100bf57600080fd5b505050565b806001600160a01b0381166100d857600080fd5b5050565b6000602082840312156100ee57600080fd5b5035919050565b60006020828403121561010757600080fd5b81356001600160a01b038116811461011e57600080fd5b939250505056fea26469706673582212209640b8983c3c50dee60be4865271f520ba5ae96a496ab4d64f90b3f88e3cf02d64736f6c634300080e0033",
    14          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    15          "rawAmount": "0",
    16          "rawGasLimit": 5000000,
    17          "rawGasPrice": "0",
    18          "rawExpectedGasConsumed": 120635,
    19          "expectedStatus": 1,
    20          "expectedBalances": [],
    21          "comment": "deploy modifiers contract"
    22      }],
    23      "executions": [{
    24          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    25          "rawByteCode": "fc68521a0000000000000000000000000000000000000000000000000000000000000000",
    26          "rawAmount": "0",
    27          "rawGasLimit": 1000000,
    28          "rawGasPrice": "0",
    29          "rawAccessList": [],
    30          "rawExpectedGasConsumed": 13923,
    31          "expectedStatus": 106,
    32          "failed": true,
    33          "comment": "call validAddress"
    34      },{
    35          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    36          "rawByteCode": "e420264a0000000000000000000000000000000000000000000000000000000000000009",
    37          "rawAmount": "0",
    38          "rawGasLimit": 1000000,
    39          "rawGasPrice": "0",
    40          "rawAccessList": [],
    41          "rawExpectedGasConsumed": 13846,
    42          "expectedStatus": 106,
    43          "failed": true,
    44          "comment": "call greaterThan"
    45      },{
    46          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    47          "rawByteCode": "590e1ae3",
    48          "rawAmount": "0",
    49          "rawGasLimit": 1000000,
    50          "rawGasPrice": "0",
    51          "rawAccessList": [],
    52          "rawExpectedGasConsumed": 10678,
    53          "expectedStatus": 1,
    54          "comment": "call refund"
    55      }]
    56  }