github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-shanghai/chainid-selfbalance.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": "60806040526000805534801561001457600080fd5b5060d2806100236000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c8063048a5fed146041578063564b81ef146055578063d09de08a14605a575b600080fd5b475b60405190815260200160405180910390f35b466043565b60606062565b005b600080549080606f836076565b9190505550565b600060018201609557634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220de81d1f134e1b02a16ed79b75c1bd5dfab4be2e471e7dc9446b51da91e4cbb8f64736f6c634300080e0033", 14 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 15 "rawAmount": "0", 16 "rawGasLimit": 5000000, 17 "rawGasPrice": "1", 18 "rawExpectedGasConsumed": 78799, 19 "expectedStatus": 1, 20 "expectedBalances": [{ 21 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 22 "rawBalance": "999999999999999999999863365" 23 }], 24 "comment": "deploy chainid contract" 25 }], 26 "executions": [{ 27 "readOnly": true, 28 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 29 "rawByteCode": "564b81ef", 30 "rawAmount": "0", 31 "rawGasLimit": 1000000, 32 "rawGasPrice": "0", 33 "rawAccessList": [], 34 "rawExpectedGasConsumed": 10579, 35 "expectedStatus": 1, 36 "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000001251", 37 "comment": "call getChainID" 38 }, 39 { 40 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 41 "rawByteCode": "d09de08a", 42 "rawAmount": "0", 43 "rawGasLimit": 1000000, 44 "rawGasPrice": "1", 45 "rawAccessList": [], 46 "rawExpectedGasConsumed": 32752, 47 "expectedStatus": 1, 48 "expectedBalances": [{ 49 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 50 "rawBalance": "999999999999999999999888449" 51 }], 52 "comment": "call increment" 53 }, 54 { 55 "readOnly": true, 56 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 57 "rawByteCode": "048a5fed", 58 "rawAmount": "0", 59 "rawGasLimit": 1000000, 60 "rawGasPrice": "0", 61 "rawAccessList": [], 62 "rawExpectedGasConsumed": 10549, 63 "expectedStatus": 1, 64 "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000000", 65 "comment": "call getSelfBalance" 66 }] 67 }