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

     1  {
     2      "initGenesis": {
     3          "isBering" : true,
     4          "isIceland" : true,
     5          "isLondon" : true
     6      },
     7      "initBalances": [{
     8          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     9          "rawBalance": "1000000000000000000000000000"
    10      }],
    11      "deployments": [{
    12          "rawByteCode": "6080604052600080546001600160a01b031916731e14d5373e1af9cc77f0032ad2cd0fba8be5ea2e179055610183806100396000396000f3fe6080604052600436106100295760003560e01c80631ab5d2601461002e578063c298557814610030575b600080fd5b005b34801561003c57600080fd5b5061002e600080546040516001600160a01b039091169190670de0b6b3a76400009082818181858883f1935050505015801561007c573d6000803e3d6000fd5b50600080546040516001600160a01b0390911691670de0b6b3a7640000919081818185875af1925050503d80600081146100d2576040519150601f19603f3d011682016040523d82523d6000602084013e6100d7565b606091505b5050600080546040519192506060916001600160a01b0390911690670de0b6b3a7640000908481818185875af1925050503d8060008114610134576040519150601f19603f3d011682016040523d82523d6000602084013e610139565b606091505b5090925090508161014957600080fd5b505056fea264697066735822122094ad05fcf58df830500a27b673fbea890c82dc362e7f7b72d29a32d19bf4d71f64736f6c634300080e0033",
    13          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    14          "rawAmount": "10000000000000000000",
    15          "rawGasLimit": 5000000,
    16          "rawGasPrice": "0",
    17          "rawExpectedGasConsumed": 154041,
    18          "expectedStatus": 1,
    19          "expectedBalances": [],
    20          "comment": "deploy send-eth contract"
    21      }],
    22      "executions": [{
    23          "contractIndex":0,
    24          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    25          "rawByteCode": "c2985578",
    26          "rawAmount": "0",
    27          "rawGasLimit": 1000000,
    28          "rawGasPrice": "0",
    29          "rawAccessList": [],
    30          "rawExpectedGasConsumed": 61113,
    31          "expectedStatus": 1,
    32          "expectedBalances": [{
    33              "account": "io1rc2d2de7rtuucalsqv4d9ng0h297t63w7wvlph",
    34              "rawBalance": "3000000000000000000"
    35          }],
    36          "comment": "foo()"
    37      }]
    38  }