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

     1  {
     2      "initBalances": [{
     3          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     4          "rawBalance": "1000000000000000000000000000"
     5      }],
     6      "deployments": [{
     7          "rawByteCode": "608060405260008060006101000a81548160ff02191690831515021790555034801561002a57600080fd5b506101d08061003a6000396000f300608060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063590e1ae31461005c578063e420264a14610073578063fc68521a146100a0575b600080fd5b34801561006857600080fd5b506100716100e3565b005b34801561007f57600080fd5b5061009e60048036038101908080359060200190929190505050610165565b005b3480156100ac57600080fd5b506100e1600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061017b565b005b6000809054906101000a900460ff16156101635760016000806101000a81548160ff0219169083151502179055503373ffffffffffffffffffffffffffffffffffffffff166108fc60009081150290604051600060405180830381858888f193505050505060008060006101000a81548160ff0219169083151502179055505b565b80600a808211151561017657600080fd5b505050565b8060008173ffffffffffffffffffffffffffffffffffffffff1614156101a057600080fd5b50505600a165627a7a72305820b18915f2d920cc599605ca6c5208e606629a6eada9117837d1ac5070e0df990f0029",
     8          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
     9          "rawAmount": "0",
    10          "rawGasLimit": 5000000,
    11          "rawGasPrice": "0",
    12          "rawExpectedGasConsumed": 160408,
    13          "expectedBalances": [],
    14          "comment": "deploy modifiers contract"
    15      }],
    16      "executions": [{
    17          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    18          "rawByteCode": "fc68521a0000000000000000000000000000000000000000000000000000000000000000",
    19          "rawAmount": "0",
    20          "rawGasLimit": 1000000,
    21          "rawGasPrice": "0",
    22          "rawExpectedGasConsumed": 13870,
    23          "failed": true,
    24          "comment": "call validAddress"
    25      },{
    26          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    27          "rawByteCode": "e420264a0000000000000000000000000000000000000000000000000000000000000009",
    28          "rawAmount": "0",
    29          "rawGasLimit": 1000000,
    30          "rawGasPrice": "0",
    31          "rawExpectedGasConsumed": 13842,
    32          "failed": true,
    33          "comment": "call greaterThan"
    34      },{
    35          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    36          "rawByteCode": "590e1ae3",
    37          "rawAmount": "0",
    38          "rawGasLimit": 1000000,
    39          "rawGasPrice": "0",
    40          "rawExpectedGasConsumed": 10789,
    41          "comment": "call refund"
    42      }]
    43  }