aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/VMTests/vmBitwiseLogicOperationTest.json
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-07-11 19:49:14 +0800
committerGitHub <noreply@github.com>2017-07-11 19:49:14 +0800
commit225de7ca0a9e861696a5a43b666090b574c4c769 (patch)
tree68aff6fb74fece37626ced330fa9c5da91b483a4 /tests/files/VMTests/vmBitwiseLogicOperationTest.json
parentbd01cd7183e771984fb9c008e7a7ebf0a0c3f9ba (diff)
downloaddexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar.gz
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar.bz2
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar.lz
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar.xz
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.tar.zst
dexon-225de7ca0a9e861696a5a43b666090b574c4c769.zip
tests: update tests and implement general state tests (#14734)
Tests are now included as a submodule. This should make updating easier and removes ~60MB of JSON data from the working copy. State tests are replaced by General State Tests, which run the same test with multiple fork configurations. With the new test runner, consensus tests are run as subtests by walking json files. Many hex issues have been fixed upstream since the last update and most custom parsing code is replaced by existing JSON hex types. Tests can now be marked as 'expected failures', ensuring that fixes for those tests will trigger an update to test configuration. The new test runner also supports parallel execution and the -short flag.
Diffstat (limited to 'tests/files/VMTests/vmBitwiseLogicOperationTest.json')
-rw-r--r--tests/files/VMTests/vmBitwiseLogicOperationTest.json2623
1 files changed, 0 insertions, 2623 deletions
diff --git a/tests/files/VMTests/vmBitwiseLogicOperationTest.json b/tests/files/VMTests/vmBitwiseLogicOperationTest.json
deleted file mode 100644
index 55e7def7c..000000000
--- a/tests/files/VMTests/vmBitwiseLogicOperationTest.json
+++ /dev/null
@@ -1,2623 +0,0 @@
-{
- "and0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600216600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600216600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x02"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600216600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "and1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600216600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600216600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600216600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "and2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600316600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600316600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600316600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "and3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "and4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "and5" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee16600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016000601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016000601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016000601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016001601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016001601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x02"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016001601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte10" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte11" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x67804020100804020160001a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x67804020100804020160001a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x67804020100804020160001a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016002601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016002601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x04"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016002601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016003601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016003601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x08"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016003601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016004601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016004601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x10"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016004601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte5" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016005601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016005601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x20"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016005601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte6" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016006601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016006601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x40"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016006601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte7" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016007601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016007601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x80"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016007601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte8" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x678040201008040201601f601f031a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017306",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x678040201008040201601f601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x678040201008040201601f601f031a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "byte9" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6780402010080402016020601f051a600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017304",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016020601f051a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6780402010080402016020601f051a600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "eq0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6003600003600560000314600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017300",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000314600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000314600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "eq1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600014600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600014600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600014600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "eq2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "gt0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600260000311600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000311600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000311600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "gt1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600003600011600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017306",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600011600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600011600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "gt2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff11600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff11600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff11600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "gt3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600011600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600011600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600011600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "iszeo2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600260000315600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017309",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600260000315600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600260000315600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "iszero0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff15600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730f",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff15600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff15600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "iszero1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600015600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013877",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600015600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600015600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "lt0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600260000310600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x8ac7230489e80000"
- },
- "gas" : "0x017306",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x152d02c7e14af6800000",
- "code" : "0x6000600260000310600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x152d02c7e14af6800000",
- "code" : "0x6000600260000310600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "lt1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600003600010600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x8ac7230489e80000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x8ac7230489e80000",
- "code" : "0x6002600003600010600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x8ac7230489e80000",
- "code" : "0x6002600003600010600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "lt2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff10600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x8ac7230489e80000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x8ac7230489e80000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff10600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0x8ac7230489e80000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff10600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "lt3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600010600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600010600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600010600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600019600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013877",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600019600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600019600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600219600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013877",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600219600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600219600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730f",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600260000319600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013871",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600260000319600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600260000319600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60000319600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013871",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60000319600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60000319600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "not5" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600060000319600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013871",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600060000319600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x600060000319600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600217600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600217600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x02"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600217600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600217600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600217600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x03"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600217600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600317600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600317600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x03"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600317600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff17600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff17600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff17600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "or5" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee17600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "sgt0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600260000313600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017306",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000313600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000313600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "sgt1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600003600013600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600013600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600013600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "sgt2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff13600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff13600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff13600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "sgt3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600013600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600013600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600013600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "sgt4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6003600003600560000313600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017300",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000313600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000313600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "slt0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600260000312600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01386e",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000312600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6000600260000312600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "slt1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600003600012600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x017306",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600012600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600003600012600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "slt2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff12600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff12600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff12600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "slt3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600012600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600012600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600012600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "slt4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6003600003600560000312600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013868",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000312600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x01"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6003600003600560000312600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor0" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6002600218600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x01730c",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600218600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6002600218600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor1" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600218600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600218600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x03"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600218600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor2" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600318600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600318600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x02"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x6001600318600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor3" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff18600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff18600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0xfedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff18600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor4" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x1111111111111111111111111111111111111111111111111111111111111111"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- },
- "xor5" : {
- "callcreates" : [
- ],
- "env" : {
- "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
- "currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01"
- },
- "exec" : {
- "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
- "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "data" : "0x",
- "gas" : "0x0186a0",
- "gasPrice" : "0x5af3107a4000",
- "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
- "value" : "0x0de0b6b3a7640000"
- },
- "gas" : "0x013874",
- "logs" : [
- ],
- "out" : "0x",
- "post" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "nonce" : "0x00",
- "storage" : {
- "0x00" : "0x1111111111111111111111111111101111111111111111111111111111111111"
- }
- }
- },
- "pre" : {
- "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
- "balance" : "0xd3c21bcecceda1000000",
- "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7feeeeeeeeeeeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee18600055",
- "nonce" : "0x00",
- "storage" : {
- }
- }
- }
- }
-} \ No newline at end of file