diff options
General State Tests
Diffstat (limited to 'GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json')
-rw-r--r-- | GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json b/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json new file mode 100644 index 000000000..254fda8ac --- /dev/null +++ b/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json @@ -0,0 +1,92 @@ +{ + "deleagateCallAfterValueTransfer" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x118c30", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "EIP150" : [ + { + "hash" : "34eee42d18251585d6f194c31dd0a32fce9ce11d401b461283fa59cd2e4a908f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "EIP158" : [ + { + "hash" : "34eee42d18251585d6f194c31dd0a32fce9ce11d401b461283fa59cd2e4a908f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Frontier" : [ + { + "hash" : "6b675b43db04a786f746800c6468b5e0f172fb6bbe81ec4224cb71d9d8d5db8a", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Homestead" : [ + { + "hash" : "a1e359f8d476209f735120764824acf4f05313fa0763cb17b6fcbd828f54e4eb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ] + }, + "pre" : { + "1000000000000000000000000000000000000000" : { + "balance" : "0x10c8e0", + "code" : "0x60016000526040600060406000731000000000000000000000000000000000000001620186a0f4", + "nonce" : "0x00", + "storage" : { + } + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0x00", + "code" : "0x3460005533600155600035600255", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x2386f26fc10000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "453081" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000000", + "value" : [ + "" + ] + } + } +}
\ No newline at end of file |