diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-06-05 23:06:17 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-06-05 23:06:17 +0800 |
commit | dd0de6c605a815f36b6a612ad3d01bbfd8224746 (patch) | |
tree | e10bc6ee6240acad8c2b2f8b90dc3dc63b3d91f4 | |
parent | c13ff2cbd366e3a8adfdd3d9cea9081feaf7f376 (diff) | |
download | dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar.gz dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar.bz2 dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar.lz dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar.xz dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.tar.zst dexon-tests-dd0de6c605a815f36b6a612ad3d01bbfd8224746.zip |
log in OOG call
-rw-r--r-- | StateTests/stLogTests.json | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/StateTests/stLogTests.json b/StateTests/stLogTests.json index c66eda504..954c18ff5 100644 --- a/StateTests/stLogTests.json +++ b/StateTests/stLogTests.json @@ -3753,5 +3753,81 @@ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "0x0186a0" } + }, + "logInOOG_Call" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x60006000600060006017730f572e5295c57f15886f9b263e2f6d2d6c7b5ec6620186a0f1600055", + "nonce" : "0x00", + "storage" : { + } + }, + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60206000a067ffffffffffffffff51", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x020f98", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76069c8", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "a22462b91b17b9e4343b3064d974bf6bf5b27705c6cc88dfbf55b2c85331f69b", + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60006000600060006017730f572e5295c57f15886f9b263e2f6d2d6c7b5ec6620186a0f1600055", + "nonce" : "0x00", + "storage" : { + } + }, + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60206000a067ffffffffffffffff51", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x033450", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0x0186a0" + } } }
\ No newline at end of file |