github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata/public-length.json (about) 1 { 2 "initBalances": [{ 3 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 4 "rawBalance": "1000000000000000000000000000" 5 }], 6 "deployments": [{ 7 "rawByteCode": "608060405234801561001057600080fd5b5061010e806100206000396000f3006080604052600436106049576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806333b7795514604e578063fd1ee54c146076575b600080fd5b348015605957600080fd5b50606060b4565b6040518082815260200191505060405180910390f35b348015608157600080fd5b50609e6004803603810190808035906020019092919050505060c0565b6040518082815260200191505060405180910390f35b60008080549050905090565b60008181548110151560ce57fe5b9060005260206000200160009150905054815600a165627a7a723058202a45b81e8c7c97669045f3ced540f033c06c1687a72b6bf7e065e26dd330a4080029", 8 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 9 "rawAmount": "0", 10 "rawGasLimit": 5000000, 11 "rawGasPrice": "0", 12 "rawExpectedGasConsumed": 94305, 13 "expectedBalances": [], 14 "comment": "deploy A contract" 15 },{ 16 "rawByteCode": "608060405234801561001057600080fd5b5061010e806100206000396000f3006080604052600436106049576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806333b7795514604e578063fd1ee54c146076575b600080fd5b348015605957600080fd5b50606060b4565b6040518082815260200191505060405180910390f35b348015608157600080fd5b50609e6004803603810190808035906020019092919050505060c0565b6040518082815260200191505060405180910390f35b60008080549050905090565b60008181548110151560ce57fe5b9060005260206000200160009150905054815600a165627a7a723058200649334352d5c21e4c63a8bdabe1cc478801f0fe3cead3d34efbe560cfcd19200029", 17 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 18 "rawAmount": "0", 19 "rawGasLimit": 5000000, 20 "rawGasPrice": "0", 21 "rawExpectedGasConsumed": 94305, 22 "expectedBalances": [], 23 "comment": "deploy B contract" 24 }], 25 "executions": [{ 26 "contractIndex":1, 27 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 28 "rawByteCode": "f8a8fd6d", 29 "rawAmount": "0", 30 "rawGasLimit": 1000000, 31 "rawGasPrice": "0", 32 "rawExpectedGasConsumed": 10513, 33 "failed": true, 34 "comment": "call test()" 35 }] 36 }