github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata/maxtime2.json (about) 1 { 2 "initBalances": [{ 3 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 4 "rawBalance": "10000000000000000000" 5 }], 6 "deployments":[{ 7 "rawByteCode": "608060405234801561001057600080fd5b506103a0806100206000396000f30060806040526004361061006d576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630a8e8e011461007257806360fe47b11461008957806366e41cb7146100b65780636b59084d146100e15780638f0d282d1461010c575b600080fd5b34801561007e57600080fd5b50610087610137565b005b34801561009557600080fd5b506100b460048036038101908080359060200190929190505050610139565b005b3480156100c257600080fd5b506100cb61019b565b6040518082815260200191505060405180910390f35b3480156100ed57600080fd5b506100f661023b565b6040518082815260200191505060405180910390f35b34801561011857600080fd5b506101216102de565b6040518082815260200191505060405180910390f35b565b60008090505b602081101561016a578160008260208110151561015857fe5b0181905550808060010191505061013f565b817fdf7a95aebff315db1b7716215d602ab537373cdb769232aae6055c06e798425b60405160405180910390a25050565b60008060008060009250600091505b600182101561020557600090505b60108110156101f8576000816020811015156101d057fe5b0154830192506008839060020a90049250600c839060020a02925080806001019150506101b8565b81806001019250506101aa565b827fdf7a95aebff315db1b7716215d602ab537373cdb769232aae6055c06e798425b60405160405180910390a282935050505090565b60008060008060009250600091505b60028210156102a857600090505b602081101561029b5760008160208110151561027057fe5b0154830192506008839060020a9004925061012d83029250600c830292508080600101915050610258565b818060010192505061024a565b827fdf7a95aebff315db1b7716215d602ab537373cdb769232aae6055c06e798425b60405160405180910390a282935050505090565b60008060008060009250600091505b600782101561033e57600090505b60208110156103315760008160208110151561031357fe5b0154830192506008839060020a9004925080806001019150506102fb565b81806001019250506102ed565b827fdf7a95aebff315db1b7716215d602ab537373cdb769232aae6055c06e798425b60405160405180910390a2829350505050905600a165627a7a7230582069517ed1b36d6a0c51e2ffa68c62e5a9d356e7445b170f34cdf1bd823443b6ce0029", 8 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 9 "rawAmount": "0", 10 "rawGasLimit": 5000000, 11 "rawGasPrice": "1", 12 "rawExpectedGasConsumed": 291826, 13 "comment": "deploy the contract" 14 }] , 15 "executions": [{ 16 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 17 "rawByteCode": "60fe47b10000000000000000000000000000001f40000000000000000000000000000000", 18 "rawAmount": "0", 19 "rawGasLimit": 1000000, 20 "rawGasPrice": "1", 21 "rawExpectedGasConsumed": 658368, 22 "expectedLogs": [{}], 23 "comment": "set storedData = 0x1f40" 24 }, { 25 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 26 "rawByteCode": "6b59084d", 27 "rawAmount": "0", 28 "rawGasLimit": 40000, 29 "rawGasPrice": "1", 30 "rawExpectedGasConsumed": 39071, 31 "expectedLogs": [{}], 32 "comment": "run test1 with 40k gas limit" 33 }, { 34 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 35 "rawByteCode": "66e41cb7", 36 "rawAmount": "0", 37 "rawGasLimit": 20000, 38 "rawGasPrice": "1", 39 "rawExpectedGasConsumed": 19502, 40 "expectedLogs": [{}], 41 "comment": "run test2 with 20k gas limit" 42 }, { 43 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 44 "rawByteCode": "0a8e8e01", 45 "rawAmount": "0", 46 "rawGasLimit": 20000, 47 "rawGasPrice": "1", 48 "rawExpectedGasConsumed": 10533, 49 "comment": "run test3 with 10k gas limit" 50 }, { 51 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 52 "rawByteCode": "8f0d282d", 53 "rawAmount": "0", 54 "rawGasLimit": 100000, 55 "rawGasPrice": "1", 56 "rawExpectedGasConsumed": 99900, 57 "expectedLogs": [{}], 58 "comment": "run test4 with 100k gas limit" 59 }] 60 }