diff options
author | winsvega <winsvega@mail.ru> | 2014-12-19 06:57:21 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2014-12-19 06:57:21 +0800 |
commit | 3729d5e5b29370cc558648a251fdb513657f0e28 (patch) | |
tree | c7424f9026d722115c3675ef111ef9d5a2cd314d /stInitCodeTestFiller.json | |
parent | 7795b2a89215686eddf9bdf3e2057295d9ba67af (diff) | |
download | dexon-solidity-3729d5e5b29370cc558648a251fdb513657f0e28.tar.gz dexon-solidity-3729d5e5b29370cc558648a251fdb513657f0e28.tar.zst dexon-solidity-3729d5e5b29370cc558648a251fdb513657f0e28.zip |
Cteate Contract From Contract Init Code Test
Diffstat (limited to 'stInitCodeTestFiller.json')
-rw-r--r-- | stInitCodeTestFiller.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/stInitCodeTestFiller.json b/stInitCodeTestFiller.json index 76d8f795..1ac0a11a 100644 --- a/stInitCodeTestFiller.json +++ b/stInitCodeTestFiller.json @@ -276,20 +276,19 @@ "095e7baea6a6c7c4c2dfeb977efac326af552d87": { "balance": "10000", "nonce": 0, - "code": "{[[ 2 ]](ADDRESS)(CODECOPY 0 0 32)(CREATE 0 0 32)}", + "code": "{(MSTORE 0 0x601080600c6000396000f20060003554156009570060203560003555) [[ 0 ]] (CREATE 23 4 28)}", "storage": {} - }, + }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { + "balance" : "100000", + "code" : "", + "nonce" : "0", + "storage" : {} + } }, "transaction" : - { + { "data" : "0x00", "gasLimit" : "10000", "gasPrice" : "1", |