Created
October 29, 2019 15:45
-
-
Save cburgdorf/45ec8bffaf4ac8d03e495252fe30ffc8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pytest tests/examples/safe_remote_purchase/test_safe_remote_purchase.py -vv -k 'test_abort' -n0 --log-cli-level 0 | |
=============================================================================================== test session starts =============================================================================================== | |
platform linux -- Python 3.7.3, pytest-5.2.2, py-1.8.0, pluggy-0.13.0 -- /home/cburgdorf/Documents/hacking/ef/vyper/venv/bin/python3 | |
cachedir: .pytest_cache | |
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/cburgdorf/Documents/hacking/ef/vyper/.hypothesis/examples') | |
rootdir: /home/cburgdorf/Documents/hacking/ef/vyper, inifile: setup.cfg | |
plugins: web3-5.2.2, cov-2.8.1, forked-1.1.3, hypothesis-4.42.0, xdist-1.30.0 | |
collected 5 items / 4 deselected / 1 selected | |
tests/examples/safe_remote_purchase/test_safe_remote_purchase.py::test_abort | |
------------------------------------------------------------------------------------------------- live log setup -------------------------------------------------------------------------------------------------- | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
-------------------------------------------------------------------------------------------------- live log call -------------------------------------------------------------------------------------------------- | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_accounts | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_accounts | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBalance | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBalance | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_accounts | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 99308 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH21 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH21) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 4495606 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4396298 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396298 - 3 -> 4396295 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396295 - 3 -> 4396292 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396292 - 3 -> 4396289 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396289 - 6 -> 4396283 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396283 - 3 -> 4396280 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396280 - 3 -> 4396277 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396277 - 3 -> 4396274 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396274 - 3 -> 4396271 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396271 - 3 -> 4396268 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396268 - 3 -> 4396265 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396265 - 3 -> 4396262 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396262 - 3 -> 4396259 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396259 - 3 -> 4396256 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396256 - 3 -> 4396253 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396253 - 3 -> 4396250 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396250 - 3 -> 4396247 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396247 - 3 -> 4396244 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396244 - 3 -> 4396241 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396241 - 3 -> 4396238 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396238 - 3 -> 4396235 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396235 - 3 -> 4396232 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396232 - 3 -> 4396229 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396229 - 10 -> 4396219 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396219 - 1 -> 4396218 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396218 - 3 -> 4396215 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396215 - 2 -> 4396213 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396213 - 5 -> 4396208 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396208 - 3 -> 4396205 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396205 - 3 -> 4396202 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396202 - 10 -> 4396192 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396192 - 1 -> 4396191 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396191 - 3 -> 4396188 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396188 - 3 -> 4396185 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396185 - 10 -> 4396175 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396175 - 1 -> 4396174 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396174 - 3 -> 4396171 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396171 - 2 -> 4396169 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396169 - 5 -> 4396164 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396164 - 3 -> 4396161 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4396161 - 20000 -> 4376161 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4376161 - 2 -> 4376159 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4376159 - 3 -> 4376156 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4376156 - 20000 -> 4356156 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4356156 - 3 -> 4356153 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4356153 - 3 -> 4356150 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4356150 - 20000 -> 4336150 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336150 - 3 -> 4336147 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336147 - 8 -> 4336139 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336139 - 1 -> 4336138 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336138 - 3 -> 4336135 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336135 - 3 -> 4336132 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336132 - 3 -> 4336129 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336129 - 3 -> 4336126 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336126 - 3 -> 4336123 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336123 - 3 -> 4336120 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336120 - 42 -> 4336078 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336078 - 60 -> 4336018 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336018 - 3 -> 4336015 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336015 - 3 -> 4336012 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336012 - 3 -> 4336009 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336009 - 3 -> 4336006 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 4336006 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4336006 - 127000 -> 4209006 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 2297457 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 2198149 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198149 - 3 -> 2198146 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198146 - 3 -> 2198143 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198143 - 3 -> 2198140 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198140 - 6 -> 2198134 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198134 - 3 -> 2198131 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198131 - 3 -> 2198128 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198128 - 3 -> 2198125 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198125 - 3 -> 2198122 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198122 - 3 -> 2198119 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198119 - 3 -> 2198116 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198116 - 3 -> 2198113 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198113 - 3 -> 2198110 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198110 - 3 -> 2198107 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198107 - 3 -> 2198104 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198104 - 3 -> 2198101 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198101 - 3 -> 2198098 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198098 - 3 -> 2198095 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198095 - 3 -> 2198092 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198092 - 3 -> 2198089 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198089 - 3 -> 2198086 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198086 - 3 -> 2198083 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198083 - 3 -> 2198080 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198080 - 10 -> 2198070 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198070 - 1 -> 2198069 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198069 - 3 -> 2198066 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198066 - 2 -> 2198064 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198064 - 5 -> 2198059 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198059 - 3 -> 2198056 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198056 - 3 -> 2198053 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198053 - 10 -> 2198043 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198043 - 1 -> 2198042 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198042 - 3 -> 2198039 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198039 - 3 -> 2198036 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198036 - 10 -> 2198026 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198026 - 1 -> 2198025 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198025 - 3 -> 2198022 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198022 - 2 -> 2198020 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198020 - 5 -> 2198015 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198015 - 3 -> 2198012 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2198012 - 20000 -> 2178012 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2178012 - 2 -> 2178010 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2178010 - 3 -> 2178007 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2178007 - 20000 -> 2158007 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2158007 - 3 -> 2158004 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2158004 - 3 -> 2158001 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2158001 - 20000 -> 2138001 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2138001 - 3 -> 2137998 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137998 - 8 -> 2137990 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137990 - 1 -> 2137989 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137989 - 3 -> 2137986 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137986 - 3 -> 2137983 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137983 - 3 -> 2137980 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137980 - 3 -> 2137977 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137977 - 3 -> 2137974 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137974 - 3 -> 2137971 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137971 - 42 -> 2137929 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137929 - 60 -> 2137869 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137869 - 3 -> 2137866 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137866 - 3 -> 2137863 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137863 - 3 -> 2137860 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137860 - 3 -> 2137857 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 2137857 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2137857 - 127000 -> 2010857 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 1198382 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 1099074 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099074 - 3 -> 1099071 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099071 - 3 -> 1099068 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099068 - 3 -> 1099065 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099065 - 6 -> 1099059 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099059 - 3 -> 1099056 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099056 - 3 -> 1099053 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099053 - 3 -> 1099050 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099050 - 3 -> 1099047 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099047 - 3 -> 1099044 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099044 - 3 -> 1099041 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099041 - 3 -> 1099038 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099038 - 3 -> 1099035 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099035 - 3 -> 1099032 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099032 - 3 -> 1099029 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099029 - 3 -> 1099026 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099026 - 3 -> 1099023 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099023 - 3 -> 1099020 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099020 - 3 -> 1099017 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099017 - 3 -> 1099014 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099014 - 3 -> 1099011 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099011 - 3 -> 1099008 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099008 - 3 -> 1099005 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1099005 - 10 -> 1098995 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098995 - 1 -> 1098994 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098994 - 3 -> 1098991 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098991 - 2 -> 1098989 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098989 - 5 -> 1098984 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098984 - 3 -> 1098981 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098981 - 3 -> 1098978 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098978 - 10 -> 1098968 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098968 - 1 -> 1098967 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098967 - 3 -> 1098964 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098964 - 3 -> 1098961 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098961 - 10 -> 1098951 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098951 - 1 -> 1098950 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098950 - 3 -> 1098947 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098947 - 2 -> 1098945 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098945 - 5 -> 1098940 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098940 - 3 -> 1098937 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1098937 - 20000 -> 1078937 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1078937 - 2 -> 1078935 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1078935 - 3 -> 1078932 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1078932 - 20000 -> 1058932 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1058932 - 3 -> 1058929 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1058929 - 3 -> 1058926 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1058926 - 20000 -> 1038926 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038926 - 3 -> 1038923 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038923 - 8 -> 1038915 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038915 - 1 -> 1038914 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038914 - 3 -> 1038911 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038911 - 3 -> 1038908 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038908 - 3 -> 1038905 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038905 - 3 -> 1038902 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038902 - 3 -> 1038899 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038899 - 3 -> 1038896 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038896 - 42 -> 1038854 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038854 - 60 -> 1038794 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038794 - 3 -> 1038791 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038791 - 3 -> 1038788 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038788 - 3 -> 1038785 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038785 - 3 -> 1038782 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 1038782 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1038782 - 127000 -> 911782 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 648845 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 549537 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549537 - 3 -> 549534 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549534 - 3 -> 549531 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549531 - 3 -> 549528 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549528 - 6 -> 549522 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549522 - 3 -> 549519 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549519 - 3 -> 549516 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549516 - 3 -> 549513 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549513 - 3 -> 549510 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549510 - 3 -> 549507 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549507 - 3 -> 549504 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549504 - 3 -> 549501 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549501 - 3 -> 549498 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549498 - 3 -> 549495 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549495 - 3 -> 549492 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549492 - 3 -> 549489 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549489 - 3 -> 549486 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549486 - 3 -> 549483 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549483 - 3 -> 549480 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549480 - 3 -> 549477 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549477 - 3 -> 549474 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549474 - 3 -> 549471 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549471 - 3 -> 549468 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549468 - 10 -> 549458 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549458 - 1 -> 549457 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549457 - 3 -> 549454 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549454 - 2 -> 549452 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549452 - 5 -> 549447 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549447 - 3 -> 549444 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549444 - 3 -> 549441 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549441 - 10 -> 549431 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549431 - 1 -> 549430 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549430 - 3 -> 549427 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549427 - 3 -> 549424 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549424 - 10 -> 549414 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549414 - 1 -> 549413 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549413 - 3 -> 549410 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549410 - 2 -> 549408 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549408 - 5 -> 549403 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549403 - 3 -> 549400 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 549400 - 20000 -> 529400 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 529400 - 2 -> 529398 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 529398 - 3 -> 529395 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 529395 - 20000 -> 509395 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 509395 - 3 -> 509392 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 509392 - 3 -> 509389 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 509389 - 20000 -> 489389 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489389 - 3 -> 489386 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489386 - 8 -> 489378 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489378 - 1 -> 489377 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489377 - 3 -> 489374 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489374 - 3 -> 489371 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489371 - 3 -> 489368 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489368 - 3 -> 489365 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489365 - 3 -> 489362 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489362 - 3 -> 489359 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489359 - 42 -> 489317 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489317 - 60 -> 489257 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489257 - 3 -> 489254 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489254 - 3 -> 489251 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489251 - 3 -> 489248 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489248 - 3 -> 489245 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 489245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 489245 - 127000 -> 362245 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 374076 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 274768 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274768 - 3 -> 274765 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274765 - 3 -> 274762 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274762 - 3 -> 274759 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274759 - 6 -> 274753 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274753 - 3 -> 274750 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274750 - 3 -> 274747 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274747 - 3 -> 274744 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274744 - 3 -> 274741 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274741 - 3 -> 274738 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274738 - 3 -> 274735 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274735 - 3 -> 274732 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274732 - 3 -> 274729 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274729 - 3 -> 274726 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274726 - 3 -> 274723 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274723 - 3 -> 274720 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274720 - 3 -> 274717 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274717 - 3 -> 274714 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274714 - 3 -> 274711 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274711 - 3 -> 274708 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274708 - 3 -> 274705 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274705 - 3 -> 274702 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274702 - 3 -> 274699 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274699 - 10 -> 274689 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274689 - 1 -> 274688 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274688 - 3 -> 274685 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274685 - 2 -> 274683 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274683 - 5 -> 274678 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274678 - 3 -> 274675 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274675 - 3 -> 274672 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274672 - 10 -> 274662 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274662 - 1 -> 274661 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274661 - 3 -> 274658 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274658 - 3 -> 274655 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274655 - 10 -> 274645 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274645 - 1 -> 274644 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274644 - 3 -> 274641 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274641 - 2 -> 274639 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274639 - 5 -> 274634 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274634 - 3 -> 274631 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274631 - 20000 -> 254631 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254631 - 2 -> 254629 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254629 - 3 -> 254626 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254626 - 20000 -> 234626 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234626 - 3 -> 234623 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234623 - 3 -> 234620 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234620 - 20000 -> 214620 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214620 - 3 -> 214617 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214617 - 8 -> 214609 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214609 - 1 -> 214608 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214608 - 3 -> 214605 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214605 - 3 -> 214602 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214602 - 3 -> 214599 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214599 - 3 -> 214596 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214596 - 3 -> 214593 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214593 - 3 -> 214590 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214590 - 42 -> 214548 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214548 - 60 -> 214488 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214488 - 3 -> 214485 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214485 - 3 -> 214482 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214482 - 3 -> 214479 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214479 - 3 -> 214476 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 214476 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214476 - 127000 -> 87476 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 236692 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 137384 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137384 - 3 -> 137381 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137381 - 3 -> 137378 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137378 - 3 -> 137375 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137375 - 6 -> 137369 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137369 - 3 -> 137366 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137366 - 3 -> 137363 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137363 - 3 -> 137360 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137360 - 3 -> 137357 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137357 - 3 -> 137354 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137354 - 3 -> 137351 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137351 - 3 -> 137348 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137348 - 3 -> 137345 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137345 - 3 -> 137342 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137342 - 3 -> 137339 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137339 - 3 -> 137336 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137336 - 3 -> 137333 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137333 - 3 -> 137330 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137330 - 3 -> 137327 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137327 - 3 -> 137324 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137324 - 3 -> 137321 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137321 - 3 -> 137318 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137318 - 3 -> 137315 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137315 - 10 -> 137305 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137305 - 1 -> 137304 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137304 - 3 -> 137301 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137301 - 2 -> 137299 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137299 - 5 -> 137294 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137294 - 3 -> 137291 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137291 - 3 -> 137288 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137288 - 10 -> 137278 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137278 - 1 -> 137277 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137277 - 3 -> 137274 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137274 - 3 -> 137271 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137271 - 10 -> 137261 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137261 - 1 -> 137260 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137260 - 3 -> 137257 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137257 - 2 -> 137255 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137255 - 5 -> 137250 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137250 - 3 -> 137247 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137247 - 20000 -> 117247 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117247 - 2 -> 117245 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117245 - 3 -> 117242 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117242 - 20000 -> 97242 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 97242 - 3 -> 97239 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 97239 - 3 -> 97236 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 97236 - 20000 -> 77236 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77236 - 3 -> 77233 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77233 - 8 -> 77225 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77225 - 1 -> 77224 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77224 - 3 -> 77221 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77221 - 3 -> 77218 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77218 - 3 -> 77215 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77215 - 3 -> 77212 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77212 - 3 -> 77209 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77209 - 3 -> 77206 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77206 - 42 -> 77164 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77164 - 60 -> 77104 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77104 - 3 -> 77101 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77101 - 3 -> 77098 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77098 - 3 -> 77095 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 77095 - 3 -> 77092 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 77092 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 305384 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 206076 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206076 - 3 -> 206073 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206073 - 3 -> 206070 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206070 - 3 -> 206067 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206067 - 6 -> 206061 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206061 - 3 -> 206058 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206058 - 3 -> 206055 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206055 - 3 -> 206052 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206052 - 3 -> 206049 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206049 - 3 -> 206046 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206046 - 3 -> 206043 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206043 - 3 -> 206040 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206040 - 3 -> 206037 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206037 - 3 -> 206034 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206034 - 3 -> 206031 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206031 - 3 -> 206028 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206028 - 3 -> 206025 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206025 - 3 -> 206022 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206022 - 3 -> 206019 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206019 - 3 -> 206016 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206016 - 3 -> 206013 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206013 - 3 -> 206010 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206010 - 3 -> 206007 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 206007 - 10 -> 205997 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205997 - 1 -> 205996 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205996 - 3 -> 205993 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205993 - 2 -> 205991 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205991 - 5 -> 205986 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205986 - 3 -> 205983 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205983 - 3 -> 205980 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205980 - 10 -> 205970 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205970 - 1 -> 205969 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205969 - 3 -> 205966 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205966 - 3 -> 205963 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205963 - 10 -> 205953 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205953 - 1 -> 205952 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205952 - 3 -> 205949 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205949 - 2 -> 205947 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205947 - 5 -> 205942 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205942 - 3 -> 205939 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205939 - 20000 -> 185939 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185939 - 2 -> 185937 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185937 - 3 -> 185934 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185934 - 20000 -> 165934 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165934 - 3 -> 165931 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165931 - 3 -> 165928 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165928 - 20000 -> 145928 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145928 - 3 -> 145925 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145925 - 8 -> 145917 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145917 - 1 -> 145916 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145916 - 3 -> 145913 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145913 - 3 -> 145910 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145910 - 3 -> 145907 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145907 - 3 -> 145904 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145904 - 3 -> 145901 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145901 - 3 -> 145898 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145898 - 42 -> 145856 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145856 - 60 -> 145796 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145796 - 3 -> 145793 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145793 - 3 -> 145790 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145790 - 3 -> 145787 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145787 - 3 -> 145784 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 145784 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145784 - 127000 -> 18784 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 271038 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 171730 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171730 - 3 -> 171727 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171727 - 3 -> 171724 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171724 - 3 -> 171721 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171721 - 6 -> 171715 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171715 - 3 -> 171712 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171712 - 3 -> 171709 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171709 - 3 -> 171706 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171706 - 3 -> 171703 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171703 - 3 -> 171700 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171700 - 3 -> 171697 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171697 - 3 -> 171694 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171694 - 3 -> 171691 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171691 - 3 -> 171688 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171688 - 3 -> 171685 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171685 - 3 -> 171682 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171682 - 3 -> 171679 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171679 - 3 -> 171676 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171676 - 3 -> 171673 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171673 - 3 -> 171670 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171670 - 3 -> 171667 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171667 - 3 -> 171664 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171664 - 3 -> 171661 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171661 - 10 -> 171651 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171651 - 1 -> 171650 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171650 - 3 -> 171647 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171647 - 2 -> 171645 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171645 - 5 -> 171640 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171640 - 3 -> 171637 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171637 - 3 -> 171634 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171634 - 10 -> 171624 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171624 - 1 -> 171623 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171623 - 3 -> 171620 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171620 - 3 -> 171617 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171617 - 10 -> 171607 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171607 - 1 -> 171606 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171606 - 3 -> 171603 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171603 - 2 -> 171601 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171601 - 5 -> 171596 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171596 - 3 -> 171593 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171593 - 20000 -> 151593 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151593 - 2 -> 151591 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151591 - 3 -> 151588 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151588 - 20000 -> 131588 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131588 - 3 -> 131585 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131585 - 3 -> 131582 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131582 - 20000 -> 111582 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111582 - 3 -> 111579 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111579 - 8 -> 111571 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111571 - 1 -> 111570 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111570 - 3 -> 111567 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111567 - 3 -> 111564 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111564 - 3 -> 111561 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111561 - 3 -> 111558 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111558 - 3 -> 111555 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111555 - 3 -> 111552 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111552 - 42 -> 111510 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111510 - 60 -> 111450 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111450 - 3 -> 111447 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111447 - 3 -> 111444 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111444 - 3 -> 111441 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111441 - 3 -> 111438 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 111438 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 288211 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 188903 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188903 - 3 -> 188900 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188900 - 3 -> 188897 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188897 - 3 -> 188894 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188894 - 6 -> 188888 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188888 - 3 -> 188885 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188885 - 3 -> 188882 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188882 - 3 -> 188879 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188879 - 3 -> 188876 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188876 - 3 -> 188873 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188873 - 3 -> 188870 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188870 - 3 -> 188867 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188867 - 3 -> 188864 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188864 - 3 -> 188861 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188861 - 3 -> 188858 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188858 - 3 -> 188855 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188855 - 3 -> 188852 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188852 - 3 -> 188849 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188849 - 3 -> 188846 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188846 - 3 -> 188843 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188843 - 3 -> 188840 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188840 - 3 -> 188837 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188837 - 3 -> 188834 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188834 - 10 -> 188824 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188824 - 1 -> 188823 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188823 - 3 -> 188820 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188820 - 2 -> 188818 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188818 - 5 -> 188813 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188813 - 3 -> 188810 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188810 - 3 -> 188807 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188807 - 10 -> 188797 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188797 - 1 -> 188796 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188796 - 3 -> 188793 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188793 - 3 -> 188790 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188790 - 10 -> 188780 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188780 - 1 -> 188779 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188779 - 3 -> 188776 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188776 - 2 -> 188774 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188774 - 5 -> 188769 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188769 - 3 -> 188766 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188766 - 20000 -> 168766 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168766 - 2 -> 168764 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168764 - 3 -> 168761 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168761 - 20000 -> 148761 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148761 - 3 -> 148758 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148758 - 3 -> 148755 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148755 - 20000 -> 128755 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128755 - 3 -> 128752 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128752 - 8 -> 128744 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128744 - 1 -> 128743 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128743 - 3 -> 128740 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128740 - 3 -> 128737 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128737 - 3 -> 128734 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128734 - 3 -> 128731 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128731 - 3 -> 128728 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128728 - 3 -> 128725 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128725 - 42 -> 128683 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128683 - 60 -> 128623 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128623 - 3 -> 128620 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128620 - 3 -> 128617 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128617 - 3 -> 128614 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128614 - 3 -> 128611 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 128611 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128611 - 127000 -> 1611 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_blockNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBlockByNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_sendTransaction | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 388211 | gas-price: 0 | s: 484867862336312446292669970033989435770083620722145015038761042765751344854 | r: 112074360284460624742003287608256460000558358063175728061244442736382064598142 | v: 28 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 288903 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288903 - 3 -> 288900 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288900 - 3 -> 288897 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288897 - 3 -> 288894 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288894 - 6 -> 288888 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288888 - 3 -> 288885 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288885 - 3 -> 288882 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288882 - 3 -> 288879 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288879 - 3 -> 288876 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288876 - 3 -> 288873 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288873 - 3 -> 288870 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288870 - 3 -> 288867 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288867 - 3 -> 288864 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288864 - 3 -> 288861 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288861 - 3 -> 288858 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288858 - 3 -> 288855 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288855 - 3 -> 288852 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288852 - 3 -> 288849 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288849 - 3 -> 288846 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288846 - 3 -> 288843 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288843 - 3 -> 288840 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288840 - 3 -> 288837 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288837 - 3 -> 288834 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288834 - 10 -> 288824 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288824 - 1 -> 288823 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288823 - 3 -> 288820 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288820 - 2 -> 288818 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288818 - 5 -> 288813 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288813 - 3 -> 288810 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288810 - 3 -> 288807 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288807 - 10 -> 288797 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288797 - 1 -> 288796 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288796 - 3 -> 288793 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288793 - 3 -> 288790 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288790 - 10 -> 288780 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288780 - 1 -> 288779 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288779 - 3 -> 288776 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288776 - 2 -> 288774 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288774 - 5 -> 288769 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288769 - 3 -> 288766 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288766 - 20000 -> 268766 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268766 - 2 -> 268764 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268764 - 3 -> 268761 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268761 - 20000 -> 248761 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248761 - 3 -> 248758 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248758 - 3 -> 248755 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248755 - 20000 -> 228755 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228755 - 3 -> 228752 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228752 - 8 -> 228744 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228744 - 1 -> 228743 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228743 - 3 -> 228740 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228740 - 3 -> 228737 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228737 - 3 -> 228734 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228734 - 3 -> 228731 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228731 - 3 -> 228728 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228728 - 3 -> 228725 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228725 - 42 -> 228683 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228683 - 60 -> 228623 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228623 - 3 -> 228620 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228620 - 3 -> 228617 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228617 - 3 -> 228614 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228614 - 3 -> 228611 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 228611 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228611 - 127000 -> 101611 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getTransactionReceipt | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_call | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_coinbase | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 50641 | gas-price: 1 | s: 9651772857525281334996636644641839832934791225635267234839044225289578689782 | r: 42194485028088121709990958057811413206202457865066616247320425361102563290630 | v: 28 | data-hash: 0x7619c70c267e62d5011c2d9095abebc9a7179bc2baee40c84fad8c72f156e2e8 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 29369 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29369 - 3 -> 29366 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29366 - 2 -> 29364 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29364 - 3 -> 29361 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29361 - 3 -> 29358 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29358 - 3 -> 29355 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29355 - 10 -> 29345 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29345 - 1 -> 29344 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29344 - 3 -> 29341 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29341 - 3 -> 29338 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29338 - 3 -> 29335 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29335 - 3 -> 29332 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29332 - 6 -> 29326 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29326 - 3 -> 29323 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29323 - 3 -> 29320 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29320 - 3 -> 29317 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29317 - 3 -> 29314 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29314 - 3 -> 29311 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29311 - 3 -> 29308 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29308 - 3 -> 29305 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29305 - 3 -> 29302 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29302 - 3 -> 29299 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29299 - 3 -> 29296 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29296 - 3 -> 29293 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29293 - 3 -> 29290 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29290 - 3 -> 29287 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29287 - 3 -> 29284 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29284 - 3 -> 29281 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29281 - 3 -> 29278 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29278 - 3 -> 29275 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29275 - 3 -> 29272 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29272 - 3 -> 29269 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29269 - 3 -> 29266 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29266 - 3 -> 29263 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29263 - 3 -> 29260 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29260 - 3 -> 29257 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29257 - 3 -> 29254 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29254 - 3 -> 29251 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29251 - 10 -> 29241 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29241 - 1 -> 29240 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29240 - 3 -> 29237 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29237 - 3 -> 29234 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29234 - 3 -> 29231 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29231 - 3 -> 29228 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29228 - 3 -> 29225 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29225 - 3 -> 29222 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29222 - 10 -> 29212 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 310 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29212 - 1 -> 29211 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 311 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29211 - 3 -> 29208 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 316 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29208 - 3 -> 29205 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 318 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29205 - 3 -> 29202 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 319 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29202 - 3 -> 29199 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 320 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29199 - 3 -> 29196 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 321 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29196 - 3 -> 29193 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 324 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29193 - 10 -> 29183 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 433 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29183 - 1 -> 29182 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 434 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29182 - 3 -> 29179 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 439 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29179 - 3 -> 29176 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 441 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29176 - 3 -> 29173 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 442 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29173 - 3 -> 29170 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 443 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29170 - 3 -> 29167 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 444 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29167 - 3 -> 29164 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 447 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29164 - 10 -> 29154 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 448 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29154 - 2 -> 29152 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 449 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29152 - 3 -> 29149 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 450 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29149 - 3 -> 29146 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 453 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29146 - 10 -> 29136 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 458 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29136 - 1 -> 29135 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 459 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29135 - 3 -> 29132 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 461 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 29132 - 200 -> 28932 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 462 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 28932 - 3 -> 28929 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 464 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 28929 - 3 -> 28926 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 465 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 28926 - 3 -> 28923 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 467 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 28923 - 3 -> 28920 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 469 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 449 | gas-remaining: 28920 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 28920 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 21721 -> 0x0000000000000000000000000000000000000000 | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 21272 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 4491635 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4470363 | from: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470363 - 3 -> 4470360 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470360 - 2 -> 4470358 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470358 - 3 -> 4470355 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470355 - 3 -> 4470352 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470352 - 3 -> 4470349 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470349 - 10 -> 4470339 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470339 - 1 -> 4470338 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470338 - 3 -> 4470335 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470335 - 3 -> 4470332 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470332 - 3 -> 4470329 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470329 - 3 -> 4470326 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470326 - 6 -> 4470320 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470320 - 3 -> 4470317 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470317 - 3 -> 4470314 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470314 - 3 -> 4470311 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470311 - 3 -> 4470308 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470308 - 3 -> 4470305 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470305 - 3 -> 4470302 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470302 - 3 -> 4470299 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470299 - 3 -> 4470296 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470296 - 3 -> 4470293 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470293 - 3 -> 4470290 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470290 - 3 -> 4470287 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470287 - 3 -> 4470284 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470284 - 3 -> 4470281 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470281 - 3 -> 4470278 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470278 - 3 -> 4470275 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470275 - 3 -> 4470272 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470272 - 3 -> 4470269 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470269 - 3 -> 4470266 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470266 - 3 -> 4470263 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470263 - 3 -> 4470260 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470260 - 3 -> 4470257 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470257 - 3 -> 4470254 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470254 - 3 -> 4470251 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470251 - 3 -> 4470248 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470248 - 3 -> 4470245 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470245 - 10 -> 4470235 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470235 - 2 -> 4470233 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470233 - 3 -> 4470230 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470230 - 3 -> 4470227 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470227 - 10 -> 4470217 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470217 - 1 -> 4470216 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470216 - 3 -> 4470213 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470213 - 200 -> 4470013 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470013 - 3 -> 4470010 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470010 - 10 -> 4470000 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470000 - 1 -> 4469999 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469999 - 3 -> 4469996 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469996 - 200 -> 4469796 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469796 - 2 -> 4469794 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469794 - 3 -> 4469791 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469791 - 3 -> 4469788 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469788 - 10 -> 4469778 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 208 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469778 - 3 -> 4469775 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x80 (DUP1) | pc: 210 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469775 - 3 -> 4469772 (DUP1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xfd (REVERT) | pc: 211 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 0) | cost (18 -> 0) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 4470363 | from: 0x6813eb9362372eef6200f3b1dbc3f819671cba69 | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | error: b'' | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | gas: 388211 | gas-price: 0 | s: 484867862336312446292669970033989435770083620722145015038761042765751344854 | r: 112074360284460624742003287608256460000558358063175728061244442736382064598142 | v: 28 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2000000000000000000 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 288903 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288903 - 3 -> 288900 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288900 - 3 -> 288897 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288897 - 3 -> 288894 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288894 - 6 -> 288888 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288888 - 3 -> 288885 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288885 - 3 -> 288882 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288882 - 3 -> 288879 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288879 - 3 -> 288876 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288876 - 3 -> 288873 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288873 - 3 -> 288870 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288870 - 3 -> 288867 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288867 - 3 -> 288864 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288864 - 3 -> 288861 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288861 - 3 -> 288858 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288858 - 3 -> 288855 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288855 - 3 -> 288852 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288852 - 3 -> 288849 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288849 - 3 -> 288846 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288846 - 3 -> 288843 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288843 - 3 -> 288840 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288840 - 3 -> 288837 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288837 - 3 -> 288834 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288834 - 10 -> 288824 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288824 - 1 -> 288823 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288823 - 3 -> 288820 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288820 - 2 -> 288818 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288818 - 5 -> 288813 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288813 - 3 -> 288810 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288810 - 3 -> 288807 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288807 - 10 -> 288797 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288797 - 1 -> 288796 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288796 - 3 -> 288793 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288793 - 3 -> 288790 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288790 - 10 -> 288780 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288780 - 1 -> 288779 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288779 - 3 -> 288776 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288776 - 2 -> 288774 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288774 - 5 -> 288769 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288769 - 3 -> 288766 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288766 - 20000 -> 268766 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[0] -> 1000000000000000000 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268766 - 2 -> 268764 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268764 - 3 -> 268761 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268761 - 20000 -> 248761 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248761 - 3 -> 248758 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248758 - 3 -> 248755 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248755 - 20000 -> 228755 (SSTORE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228755 - 3 -> 228752 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228752 - 8 -> 228744 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228744 - 1 -> 228743 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228743 - 3 -> 228740 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228740 - 3 -> 228737 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228737 - 3 -> 228734 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228734 - 3 -> 228731 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228731 - 3 -> 228728 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228728 - 3 -> 228725 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228725 - 42 -> 228683 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228683 - 60 -> 228623 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228623 - 3 -> 228620 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228620 - 3 -> 228617 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228617 - 3 -> 228614 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228614 - 3 -> 228611 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2000000000000000000 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 228611 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228611 - 127000 -> 101611 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xf2e246bb76df876cef8b38ae84130f4f55de395b -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 CLEARING EMPTY ACCOUNT: 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.chain.chain.Chain:base.py:741 IMPORTED_BLOCK: number 1 | hash 0x38b8b8b3a9ad4aca365148e12c0748b1a8d50b9e8d9d7cba00724311a1036b59 | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 21272 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 4491635 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4470363 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470363 - 3 -> 4470360 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470360 - 2 -> 4470358 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470358 - 3 -> 4470355 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470355 - 3 -> 4470352 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470352 - 3 -> 4470349 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470349 - 10 -> 4470339 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470339 - 1 -> 4470338 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470338 - 3 -> 4470335 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470335 - 3 -> 4470332 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470332 - 3 -> 4470329 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470329 - 3 -> 4470326 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470326 - 6 -> 4470320 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470320 - 3 -> 4470317 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470317 - 3 -> 4470314 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470314 - 3 -> 4470311 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470311 - 3 -> 4470308 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470308 - 3 -> 4470305 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470305 - 3 -> 4470302 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470302 - 3 -> 4470299 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470299 - 3 -> 4470296 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470296 - 3 -> 4470293 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470293 - 3 -> 4470290 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470290 - 3 -> 4470287 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470287 - 3 -> 4470284 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470284 - 3 -> 4470281 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470281 - 3 -> 4470278 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470278 - 3 -> 4470275 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470275 - 3 -> 4470272 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470272 - 3 -> 4470269 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470269 - 3 -> 4470266 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470266 - 3 -> 4470263 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470263 - 3 -> 4470260 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470260 - 3 -> 4470257 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470257 - 3 -> 4470254 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470254 - 3 -> 4470251 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470251 - 3 -> 4470248 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470248 - 3 -> 4470245 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470245 - 10 -> 4470235 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470235 - 2 -> 4470233 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470233 - 3 -> 4470230 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470230 - 3 -> 4470227 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470227 - 10 -> 4470217 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470217 - 1 -> 4470216 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470216 - 3 -> 4470213 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470213 - 200 -> 4470013 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470013 - 3 -> 4470010 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470010 - 10 -> 4470000 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4470000 - 1 -> 4469999 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469999 - 3 -> 4469996 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469996 - 200 -> 4469796 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469796 - 2 -> 4469794 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469794 - 3 -> 4469791 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469791 - 3 -> 4469788 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469788 - 10 -> 4469778 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469778 - 1 -> 4469777 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469777 - 3 -> 4469774 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469774 - 200 -> 4469574 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4469574 - 5000 -> 4464574 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 4464574 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 2256453 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 2235181 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235181 - 3 -> 2235178 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235178 - 2 -> 2235176 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235176 - 3 -> 2235173 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235173 - 3 -> 2235170 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235170 - 3 -> 2235167 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235167 - 10 -> 2235157 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235157 - 1 -> 2235156 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235156 - 3 -> 2235153 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235153 - 3 -> 2235150 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235150 - 3 -> 2235147 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235147 - 3 -> 2235144 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235144 - 6 -> 2235138 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235138 - 3 -> 2235135 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235135 - 3 -> 2235132 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235132 - 3 -> 2235129 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235129 - 3 -> 2235126 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235126 - 3 -> 2235123 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235123 - 3 -> 2235120 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235120 - 3 -> 2235117 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235117 - 3 -> 2235114 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235114 - 3 -> 2235111 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235111 - 3 -> 2235108 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235108 - 3 -> 2235105 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235105 - 3 -> 2235102 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235102 - 3 -> 2235099 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235099 - 3 -> 2235096 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235096 - 3 -> 2235093 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235093 - 3 -> 2235090 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235090 - 3 -> 2235087 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235087 - 3 -> 2235084 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235084 - 3 -> 2235081 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235081 - 3 -> 2235078 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235078 - 3 -> 2235075 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235075 - 3 -> 2235072 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235072 - 3 -> 2235069 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235069 - 3 -> 2235066 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235066 - 3 -> 2235063 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235063 - 10 -> 2235053 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235053 - 2 -> 2235051 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235051 - 3 -> 2235048 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235048 - 3 -> 2235045 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235045 - 10 -> 2235035 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235035 - 1 -> 2235034 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235034 - 3 -> 2235031 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2235031 - 200 -> 2234831 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234831 - 3 -> 2234828 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234828 - 10 -> 2234818 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234818 - 1 -> 2234817 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234817 - 3 -> 2234814 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234814 - 200 -> 2234614 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234614 - 2 -> 2234612 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234612 - 3 -> 2234609 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234609 - 3 -> 2234606 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234606 - 10 -> 2234596 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234596 - 1 -> 2234595 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234595 - 3 -> 2234592 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234592 - 200 -> 2234392 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2234392 - 5000 -> 2229392 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 2229392 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 2242922 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 1138862 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 1117590 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117590 - 3 -> 1117587 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117587 - 2 -> 1117585 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117585 - 3 -> 1117582 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117582 - 3 -> 1117579 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117579 - 3 -> 1117576 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117576 - 10 -> 1117566 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117566 - 1 -> 1117565 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117565 - 3 -> 1117562 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117562 - 3 -> 1117559 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117559 - 3 -> 1117556 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117556 - 3 -> 1117553 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117553 - 6 -> 1117547 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117547 - 3 -> 1117544 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117544 - 3 -> 1117541 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117541 - 3 -> 1117538 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117538 - 3 -> 1117535 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117535 - 3 -> 1117532 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117532 - 3 -> 1117529 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117529 - 3 -> 1117526 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117526 - 3 -> 1117523 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117523 - 3 -> 1117520 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117520 - 3 -> 1117517 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117517 - 3 -> 1117514 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117514 - 3 -> 1117511 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117511 - 3 -> 1117508 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117508 - 3 -> 1117505 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117505 - 3 -> 1117502 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117502 - 3 -> 1117499 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117499 - 3 -> 1117496 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117496 - 3 -> 1117493 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117493 - 3 -> 1117490 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117490 - 3 -> 1117487 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117487 - 3 -> 1117484 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117484 - 3 -> 1117481 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117481 - 3 -> 1117478 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117478 - 3 -> 1117475 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117475 - 3 -> 1117472 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117472 - 10 -> 1117462 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117462 - 2 -> 1117460 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117460 - 3 -> 1117457 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117457 - 3 -> 1117454 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117454 - 10 -> 1117444 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117444 - 1 -> 1117443 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117443 - 3 -> 1117440 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117440 - 200 -> 1117240 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117240 - 3 -> 1117237 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117237 - 10 -> 1117227 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117227 - 1 -> 1117226 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117226 - 3 -> 1117223 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117223 - 200 -> 1117023 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117023 - 2 -> 1117021 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117021 - 3 -> 1117018 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117018 - 3 -> 1117015 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117015 - 10 -> 1117005 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117005 - 1 -> 1117004 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117004 - 3 -> 1117001 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1117001 - 200 -> 1116801 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1116801 - 5000 -> 1111801 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 1111801 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 1125331 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 580067 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 558795 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558795 - 3 -> 558792 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558792 - 2 -> 558790 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558790 - 3 -> 558787 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558787 - 3 -> 558784 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558784 - 3 -> 558781 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558781 - 10 -> 558771 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558771 - 1 -> 558770 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558770 - 3 -> 558767 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558767 - 3 -> 558764 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558764 - 3 -> 558761 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558761 - 3 -> 558758 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558758 - 6 -> 558752 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558752 - 3 -> 558749 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558749 - 3 -> 558746 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558746 - 3 -> 558743 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558743 - 3 -> 558740 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558740 - 3 -> 558737 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558737 - 3 -> 558734 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558734 - 3 -> 558731 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558731 - 3 -> 558728 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558728 - 3 -> 558725 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558725 - 3 -> 558722 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558722 - 3 -> 558719 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558719 - 3 -> 558716 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558716 - 3 -> 558713 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558713 - 3 -> 558710 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558710 - 3 -> 558707 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558707 - 3 -> 558704 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558704 - 3 -> 558701 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558701 - 3 -> 558698 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558698 - 3 -> 558695 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558695 - 3 -> 558692 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558692 - 3 -> 558689 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558689 - 3 -> 558686 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558686 - 3 -> 558683 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558683 - 3 -> 558680 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558680 - 3 -> 558677 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558677 - 10 -> 558667 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558667 - 2 -> 558665 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558665 - 3 -> 558662 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558662 - 3 -> 558659 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558659 - 10 -> 558649 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558649 - 1 -> 558648 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558648 - 3 -> 558645 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558645 - 200 -> 558445 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558445 - 3 -> 558442 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558442 - 10 -> 558432 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558432 - 1 -> 558431 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558431 - 3 -> 558428 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558428 - 200 -> 558228 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558228 - 2 -> 558226 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558226 - 3 -> 558223 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558223 - 3 -> 558220 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558220 - 10 -> 558210 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558210 - 1 -> 558209 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558209 - 3 -> 558206 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558206 - 200 -> 558006 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 558006 - 5000 -> 553006 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 553006 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 566536 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 300669 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 279397 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279397 - 3 -> 279394 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279394 - 2 -> 279392 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279392 - 3 -> 279389 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279389 - 3 -> 279386 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279386 - 3 -> 279383 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279383 - 10 -> 279373 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279373 - 1 -> 279372 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279372 - 3 -> 279369 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279369 - 3 -> 279366 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279366 - 3 -> 279363 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279363 - 3 -> 279360 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279360 - 6 -> 279354 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279354 - 3 -> 279351 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279351 - 3 -> 279348 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279348 - 3 -> 279345 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279345 - 3 -> 279342 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279342 - 3 -> 279339 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279339 - 3 -> 279336 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279336 - 3 -> 279333 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279333 - 3 -> 279330 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279330 - 3 -> 279327 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279327 - 3 -> 279324 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279324 - 3 -> 279321 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279321 - 3 -> 279318 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279318 - 3 -> 279315 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279315 - 3 -> 279312 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279312 - 3 -> 279309 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279309 - 3 -> 279306 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279306 - 3 -> 279303 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279303 - 3 -> 279300 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279300 - 3 -> 279297 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279297 - 3 -> 279294 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279294 - 3 -> 279291 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279291 - 3 -> 279288 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279288 - 3 -> 279285 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279285 - 3 -> 279282 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279282 - 3 -> 279279 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279279 - 10 -> 279269 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279269 - 2 -> 279267 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279267 - 3 -> 279264 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279264 - 3 -> 279261 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279261 - 10 -> 279251 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279251 - 1 -> 279250 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279250 - 3 -> 279247 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279247 - 200 -> 279047 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279047 - 3 -> 279044 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279044 - 10 -> 279034 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279034 - 1 -> 279033 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279033 - 3 -> 279030 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 279030 - 200 -> 278830 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278830 - 2 -> 278828 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278828 - 3 -> 278825 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278825 - 3 -> 278822 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278822 - 10 -> 278812 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278812 - 1 -> 278811 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278811 - 3 -> 278808 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278808 - 200 -> 278608 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278608 - 5000 -> 273608 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 273608 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 287138 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 160970 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 139698 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139698 - 3 -> 139695 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139695 - 2 -> 139693 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139693 - 3 -> 139690 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139690 - 3 -> 139687 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139687 - 3 -> 139684 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139684 - 10 -> 139674 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139674 - 1 -> 139673 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139673 - 3 -> 139670 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139670 - 3 -> 139667 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139667 - 3 -> 139664 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139664 - 3 -> 139661 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139661 - 6 -> 139655 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139655 - 3 -> 139652 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139652 - 3 -> 139649 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139649 - 3 -> 139646 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139646 - 3 -> 139643 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139643 - 3 -> 139640 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139640 - 3 -> 139637 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139637 - 3 -> 139634 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139634 - 3 -> 139631 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139631 - 3 -> 139628 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139628 - 3 -> 139625 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139625 - 3 -> 139622 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139622 - 3 -> 139619 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139619 - 3 -> 139616 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139616 - 3 -> 139613 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139613 - 3 -> 139610 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139610 - 3 -> 139607 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139607 - 3 -> 139604 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139604 - 3 -> 139601 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139601 - 3 -> 139598 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139598 - 3 -> 139595 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139595 - 3 -> 139592 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139592 - 3 -> 139589 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139589 - 3 -> 139586 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139586 - 3 -> 139583 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139583 - 3 -> 139580 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139580 - 10 -> 139570 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139570 - 2 -> 139568 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139568 - 3 -> 139565 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139565 - 3 -> 139562 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139562 - 10 -> 139552 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139552 - 1 -> 139551 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139551 - 3 -> 139548 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139548 - 200 -> 139348 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139348 - 3 -> 139345 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139345 - 10 -> 139335 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139335 - 1 -> 139334 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139334 - 3 -> 139331 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139331 - 200 -> 139131 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139131 - 2 -> 139129 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139129 - 3 -> 139126 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139126 - 3 -> 139123 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139123 - 10 -> 139113 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139113 - 1 -> 139112 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139112 - 3 -> 139109 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139109 - 200 -> 138909 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138909 - 5000 -> 133909 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 133909 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 147439 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 91121 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 69849 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69849 - 3 -> 69846 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69846 - 2 -> 69844 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69844 - 3 -> 69841 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69841 - 3 -> 69838 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69838 - 3 -> 69835 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69835 - 10 -> 69825 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69825 - 1 -> 69824 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69824 - 3 -> 69821 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69821 - 3 -> 69818 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69818 - 3 -> 69815 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69815 - 3 -> 69812 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69812 - 6 -> 69806 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69806 - 3 -> 69803 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69803 - 3 -> 69800 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69800 - 3 -> 69797 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69797 - 3 -> 69794 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69794 - 3 -> 69791 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69791 - 3 -> 69788 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69788 - 3 -> 69785 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69785 - 3 -> 69782 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69782 - 3 -> 69779 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69779 - 3 -> 69776 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69776 - 3 -> 69773 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69773 - 3 -> 69770 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69770 - 3 -> 69767 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69767 - 3 -> 69764 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69764 - 3 -> 69761 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69761 - 3 -> 69758 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69758 - 3 -> 69755 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69755 - 3 -> 69752 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69752 - 3 -> 69749 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69749 - 3 -> 69746 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69746 - 3 -> 69743 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69743 - 3 -> 69740 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69740 - 3 -> 69737 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69737 - 3 -> 69734 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69734 - 3 -> 69731 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69731 - 10 -> 69721 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69721 - 2 -> 69719 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69719 - 3 -> 69716 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69716 - 3 -> 69713 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69713 - 10 -> 69703 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69703 - 1 -> 69702 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69702 - 3 -> 69699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69699 - 200 -> 69499 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69499 - 3 -> 69496 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69496 - 10 -> 69486 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69486 - 1 -> 69485 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69485 - 3 -> 69482 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69482 - 200 -> 69282 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69282 - 2 -> 69280 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69280 - 3 -> 69277 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69277 - 3 -> 69274 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69274 - 10 -> 69264 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69264 - 1 -> 69263 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69263 - 3 -> 69260 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69260 - 200 -> 69060 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69060 - 5000 -> 64060 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 64060 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 77590 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 56196 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 34924 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34924 - 3 -> 34921 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34921 - 2 -> 34919 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34919 - 3 -> 34916 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34916 - 3 -> 34913 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34913 - 3 -> 34910 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34910 - 10 -> 34900 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34900 - 1 -> 34899 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34899 - 3 -> 34896 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34896 - 3 -> 34893 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34893 - 3 -> 34890 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34890 - 3 -> 34887 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34887 - 6 -> 34881 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34881 - 3 -> 34878 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34878 - 3 -> 34875 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34875 - 3 -> 34872 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34872 - 3 -> 34869 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34869 - 3 -> 34866 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34866 - 3 -> 34863 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34863 - 3 -> 34860 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34860 - 3 -> 34857 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34857 - 3 -> 34854 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34854 - 3 -> 34851 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34851 - 3 -> 34848 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34848 - 3 -> 34845 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34845 - 3 -> 34842 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34842 - 3 -> 34839 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34839 - 3 -> 34836 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34836 - 3 -> 34833 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34833 - 3 -> 34830 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34830 - 3 -> 34827 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34827 - 3 -> 34824 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34824 - 3 -> 34821 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34821 - 3 -> 34818 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34818 - 3 -> 34815 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34815 - 3 -> 34812 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34812 - 3 -> 34809 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34809 - 3 -> 34806 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34806 - 10 -> 34796 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34796 - 2 -> 34794 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34794 - 3 -> 34791 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34791 - 3 -> 34788 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34788 - 10 -> 34778 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34778 - 1 -> 34777 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34777 - 3 -> 34774 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34774 - 200 -> 34574 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34574 - 3 -> 34571 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34571 - 10 -> 34561 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34561 - 1 -> 34560 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34560 - 3 -> 34557 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34557 - 200 -> 34357 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34357 - 2 -> 34355 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34355 - 3 -> 34352 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34352 - 3 -> 34349 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34349 - 10 -> 34339 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34339 - 1 -> 34338 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34338 - 3 -> 34335 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34335 - 200 -> 34135 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34135 - 5000 -> 29135 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 29135 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 42665 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 38734 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 17462 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17462 - 3 -> 17459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17459 - 2 -> 17457 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17457 - 3 -> 17454 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17454 - 3 -> 17451 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17451 - 3 -> 17448 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17448 - 10 -> 17438 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17438 - 1 -> 17437 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17437 - 3 -> 17434 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17434 - 3 -> 17431 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17431 - 3 -> 17428 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17428 - 3 -> 17425 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17425 - 6 -> 17419 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17419 - 3 -> 17416 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17416 - 3 -> 17413 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17413 - 3 -> 17410 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17410 - 3 -> 17407 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17407 - 3 -> 17404 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17404 - 3 -> 17401 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17401 - 3 -> 17398 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17398 - 3 -> 17395 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17395 - 3 -> 17392 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17392 - 3 -> 17389 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17389 - 3 -> 17386 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17386 - 3 -> 17383 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17383 - 3 -> 17380 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17380 - 3 -> 17377 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17377 - 3 -> 17374 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17374 - 3 -> 17371 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17371 - 3 -> 17368 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17368 - 3 -> 17365 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17365 - 3 -> 17362 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17362 - 3 -> 17359 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17359 - 3 -> 17356 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17356 - 3 -> 17353 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17353 - 3 -> 17350 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17350 - 3 -> 17347 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17347 - 3 -> 17344 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17344 - 10 -> 17334 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17334 - 2 -> 17332 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17332 - 3 -> 17329 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17329 - 3 -> 17326 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17326 - 10 -> 17316 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17316 - 1 -> 17315 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17315 - 3 -> 17312 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17312 - 200 -> 17112 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17112 - 3 -> 17109 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17109 - 10 -> 17099 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17099 - 1 -> 17098 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17098 - 3 -> 17095 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17095 - 200 -> 16895 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16895 - 2 -> 16893 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16893 - 3 -> 16890 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16890 - 3 -> 16887 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16887 - 10 -> 16877 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16877 - 1 -> 16876 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16876 - 3 -> 16873 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16873 - 200 -> 16673 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16673 - 5000 -> 11673 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 11673 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 25203 -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 13531 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_blockNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBlockByNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_sendTransaction | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | gas: 138734 | gas-price: 0 | s: 55547547695131459379074228833704511474369250741827472376611534178523466577099 | r: 79735405698909350368176870197286153208043129989707127288642543310505066708650 | v: 28 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 117462 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117462 - 3 -> 117459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117459 - 2 -> 117457 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117457 - 3 -> 117454 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117454 - 3 -> 117451 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117451 - 3 -> 117448 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117448 - 10 -> 117438 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117438 - 1 -> 117437 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117437 - 3 -> 117434 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117434 - 3 -> 117431 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117431 - 3 -> 117428 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117428 - 3 -> 117425 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117425 - 6 -> 117419 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117419 - 3 -> 117416 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117416 - 3 -> 117413 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117413 - 3 -> 117410 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117410 - 3 -> 117407 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117407 - 3 -> 117404 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117404 - 3 -> 117401 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117401 - 3 -> 117398 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117398 - 3 -> 117395 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117395 - 3 -> 117392 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117392 - 3 -> 117389 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117389 - 3 -> 117386 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117386 - 3 -> 117383 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117383 - 3 -> 117380 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117380 - 3 -> 117377 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117377 - 3 -> 117374 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117374 - 3 -> 117371 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117371 - 3 -> 117368 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117368 - 3 -> 117365 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117365 - 3 -> 117362 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117362 - 3 -> 117359 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117359 - 3 -> 117356 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117356 - 3 -> 117353 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117353 - 3 -> 117350 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117350 - 3 -> 117347 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117347 - 3 -> 117344 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117344 - 10 -> 117334 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117334 - 2 -> 117332 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117332 - 3 -> 117329 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117329 - 3 -> 117326 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117326 - 10 -> 117316 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117316 - 1 -> 117315 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117315 - 3 -> 117312 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117312 - 200 -> 117112 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117112 - 3 -> 117109 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117109 - 10 -> 117099 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 198 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117099 - 1 -> 117098 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 199 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117098 - 3 -> 117095 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 201 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 117095 - 200 -> 116895 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 202 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116895 - 2 -> 116893 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116893 - 3 -> 116890 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 204 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116890 - 3 -> 116887 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 207 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116887 - 10 -> 116877 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 212 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116877 - 1 -> 116876 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 213 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116876 - 3 -> 116873 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 215 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116873 - 200 -> 116673 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xff (SELFDESTRUCT) | pc: 216 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116673 - 5000 -> 111673 (SELFDESTRUCT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SELFDESTRUCT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b (2000000000000000000) -> 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | value: 0 | depth: 0 | static: n | gas-used: 5789 | gas-remaining: 111673 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 24000 -> 24000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 DELETING ACCOUNT: 0xf2e246bb76df876cef8b38ae84130f4f55de395b | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_accounts | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBalance | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBalance | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_accounts | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 99308 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH21 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH21) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 4487268 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4387960 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387960 - 3 -> 4387957 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387957 - 3 -> 4387954 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387954 - 3 -> 4387951 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387951 - 6 -> 4387945 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387945 - 3 -> 4387942 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387942 - 3 -> 4387939 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387939 - 3 -> 4387936 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387936 - 3 -> 4387933 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387933 - 3 -> 4387930 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387930 - 3 -> 4387927 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387927 - 3 -> 4387924 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387924 - 3 -> 4387921 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387921 - 3 -> 4387918 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387918 - 3 -> 4387915 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387915 - 3 -> 4387912 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387912 - 3 -> 4387909 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387909 - 3 -> 4387906 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387906 - 3 -> 4387903 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387903 - 3 -> 4387900 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387900 - 3 -> 4387897 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387897 - 3 -> 4387894 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387894 - 3 -> 4387891 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387891 - 10 -> 4387881 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387881 - 1 -> 4387880 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387880 - 3 -> 4387877 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387877 - 2 -> 4387875 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387875 - 5 -> 4387870 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387870 - 3 -> 4387867 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387867 - 3 -> 4387864 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387864 - 10 -> 4387854 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387854 - 1 -> 4387853 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387853 - 3 -> 4387850 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387850 - 3 -> 4387847 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387847 - 10 -> 4387837 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387837 - 1 -> 4387836 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387836 - 3 -> 4387833 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387833 - 2 -> 4387831 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387831 - 5 -> 4387826 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387826 - 3 -> 4387823 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4387823 - 20000 -> 4367823 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4367823 - 2 -> 4367821 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4367821 - 3 -> 4367818 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4367818 - 20000 -> 4347818 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4347818 - 3 -> 4347815 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4347815 - 3 -> 4347812 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4347812 - 20000 -> 4327812 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327812 - 3 -> 4327809 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327809 - 8 -> 4327801 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327801 - 1 -> 4327800 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327800 - 3 -> 4327797 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327797 - 3 -> 4327794 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327794 - 3 -> 4327791 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327791 - 3 -> 4327788 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327788 - 3 -> 4327785 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327785 - 3 -> 4327782 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327782 - 42 -> 4327740 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327740 - 60 -> 4327680 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327680 - 3 -> 4327677 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327677 - 3 -> 4327674 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327674 - 3 -> 4327671 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327671 - 3 -> 4327668 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 4327668 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4327668 - 127000 -> 4200668 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 2293288 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 2193980 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193980 - 3 -> 2193977 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193977 - 3 -> 2193974 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193974 - 3 -> 2193971 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193971 - 6 -> 2193965 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193965 - 3 -> 2193962 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193962 - 3 -> 2193959 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193959 - 3 -> 2193956 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193956 - 3 -> 2193953 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193953 - 3 -> 2193950 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193950 - 3 -> 2193947 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193947 - 3 -> 2193944 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193944 - 3 -> 2193941 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193941 - 3 -> 2193938 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193938 - 3 -> 2193935 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193935 - 3 -> 2193932 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193932 - 3 -> 2193929 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193929 - 3 -> 2193926 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193926 - 3 -> 2193923 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193923 - 3 -> 2193920 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193920 - 3 -> 2193917 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193917 - 3 -> 2193914 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193914 - 3 -> 2193911 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193911 - 10 -> 2193901 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193901 - 1 -> 2193900 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193900 - 3 -> 2193897 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193897 - 2 -> 2193895 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193895 - 5 -> 2193890 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193890 - 3 -> 2193887 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193887 - 3 -> 2193884 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193884 - 10 -> 2193874 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193874 - 1 -> 2193873 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193873 - 3 -> 2193870 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193870 - 3 -> 2193867 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193867 - 10 -> 2193857 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193857 - 1 -> 2193856 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193856 - 3 -> 2193853 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193853 - 2 -> 2193851 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193851 - 5 -> 2193846 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193846 - 3 -> 2193843 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2193843 - 20000 -> 2173843 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2173843 - 2 -> 2173841 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2173841 - 3 -> 2173838 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2173838 - 20000 -> 2153838 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2153838 - 3 -> 2153835 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2153835 - 3 -> 2153832 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2153832 - 20000 -> 2133832 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133832 - 3 -> 2133829 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133829 - 8 -> 2133821 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133821 - 1 -> 2133820 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133820 - 3 -> 2133817 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133817 - 3 -> 2133814 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133814 - 3 -> 2133811 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133811 - 3 -> 2133808 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133808 - 3 -> 2133805 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133805 - 3 -> 2133802 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133802 - 42 -> 2133760 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133760 - 60 -> 2133700 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133700 - 3 -> 2133697 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133697 - 3 -> 2133694 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133694 - 3 -> 2133691 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133691 - 3 -> 2133688 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 2133688 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2133688 - 127000 -> 2006688 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 1196298 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 1096990 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096990 - 3 -> 1096987 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096987 - 3 -> 1096984 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096984 - 3 -> 1096981 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096981 - 6 -> 1096975 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096975 - 3 -> 1096972 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096972 - 3 -> 1096969 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096969 - 3 -> 1096966 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096966 - 3 -> 1096963 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096963 - 3 -> 1096960 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096960 - 3 -> 1096957 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096957 - 3 -> 1096954 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096954 - 3 -> 1096951 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096951 - 3 -> 1096948 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096948 - 3 -> 1096945 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096945 - 3 -> 1096942 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096942 - 3 -> 1096939 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096939 - 3 -> 1096936 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096936 - 3 -> 1096933 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096933 - 3 -> 1096930 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096930 - 3 -> 1096927 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096927 - 3 -> 1096924 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096924 - 3 -> 1096921 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096921 - 10 -> 1096911 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096911 - 1 -> 1096910 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096910 - 3 -> 1096907 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096907 - 2 -> 1096905 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096905 - 5 -> 1096900 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096900 - 3 -> 1096897 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096897 - 3 -> 1096894 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096894 - 10 -> 1096884 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096884 - 1 -> 1096883 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096883 - 3 -> 1096880 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096880 - 3 -> 1096877 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096877 - 10 -> 1096867 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096867 - 1 -> 1096866 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096866 - 3 -> 1096863 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096863 - 2 -> 1096861 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096861 - 5 -> 1096856 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096856 - 3 -> 1096853 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1096853 - 20000 -> 1076853 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1076853 - 2 -> 1076851 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1076851 - 3 -> 1076848 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1076848 - 20000 -> 1056848 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1056848 - 3 -> 1056845 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1056845 - 3 -> 1056842 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1056842 - 20000 -> 1036842 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036842 - 3 -> 1036839 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036839 - 8 -> 1036831 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036831 - 1 -> 1036830 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036830 - 3 -> 1036827 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036827 - 3 -> 1036824 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036824 - 3 -> 1036821 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036821 - 3 -> 1036818 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036818 - 3 -> 1036815 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036815 - 3 -> 1036812 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036812 - 42 -> 1036770 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036770 - 60 -> 1036710 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036710 - 3 -> 1036707 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036707 - 3 -> 1036704 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036704 - 3 -> 1036701 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036701 - 3 -> 1036698 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 1036698 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1036698 - 127000 -> 909698 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 647803 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 548495 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548495 - 3 -> 548492 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548492 - 3 -> 548489 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548489 - 3 -> 548486 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548486 - 6 -> 548480 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548480 - 3 -> 548477 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548477 - 3 -> 548474 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548474 - 3 -> 548471 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548471 - 3 -> 548468 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548468 - 3 -> 548465 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548465 - 3 -> 548462 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548462 - 3 -> 548459 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548459 - 3 -> 548456 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548456 - 3 -> 548453 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548453 - 3 -> 548450 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548450 - 3 -> 548447 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548447 - 3 -> 548444 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548444 - 3 -> 548441 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548441 - 3 -> 548438 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548438 - 3 -> 548435 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548435 - 3 -> 548432 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548432 - 3 -> 548429 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548429 - 3 -> 548426 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548426 - 10 -> 548416 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548416 - 1 -> 548415 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548415 - 3 -> 548412 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548412 - 2 -> 548410 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548410 - 5 -> 548405 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548405 - 3 -> 548402 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548402 - 3 -> 548399 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548399 - 10 -> 548389 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548389 - 1 -> 548388 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548388 - 3 -> 548385 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548385 - 3 -> 548382 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548382 - 10 -> 548372 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548372 - 1 -> 548371 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548371 - 3 -> 548368 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548368 - 2 -> 548366 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548366 - 5 -> 548361 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548361 - 3 -> 548358 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 548358 - 20000 -> 528358 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 528358 - 2 -> 528356 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 528356 - 3 -> 528353 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 528353 - 20000 -> 508353 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 508353 - 3 -> 508350 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 508350 - 3 -> 508347 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 508347 - 20000 -> 488347 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488347 - 3 -> 488344 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488344 - 8 -> 488336 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488336 - 1 -> 488335 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488335 - 3 -> 488332 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488332 - 3 -> 488329 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488329 - 3 -> 488326 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488326 - 3 -> 488323 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488323 - 3 -> 488320 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488320 - 3 -> 488317 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488317 - 42 -> 488275 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488275 - 60 -> 488215 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488215 - 3 -> 488212 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488212 - 3 -> 488209 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488209 - 3 -> 488206 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488206 - 3 -> 488203 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 488203 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 488203 - 127000 -> 361203 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 373555 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 274247 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274247 - 3 -> 274244 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274244 - 3 -> 274241 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274241 - 3 -> 274238 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274238 - 6 -> 274232 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274232 - 3 -> 274229 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274229 - 3 -> 274226 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274226 - 3 -> 274223 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274223 - 3 -> 274220 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274220 - 3 -> 274217 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274217 - 3 -> 274214 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274214 - 3 -> 274211 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274211 - 3 -> 274208 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274208 - 3 -> 274205 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274205 - 3 -> 274202 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274202 - 3 -> 274199 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274199 - 3 -> 274196 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274196 - 3 -> 274193 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274193 - 3 -> 274190 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274190 - 3 -> 274187 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274187 - 3 -> 274184 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274184 - 3 -> 274181 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274181 - 3 -> 274178 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274178 - 10 -> 274168 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274168 - 1 -> 274167 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274167 - 3 -> 274164 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274164 - 2 -> 274162 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274162 - 5 -> 274157 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274157 - 3 -> 274154 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274154 - 3 -> 274151 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274151 - 10 -> 274141 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274141 - 1 -> 274140 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274140 - 3 -> 274137 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274137 - 3 -> 274134 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274134 - 10 -> 274124 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274124 - 1 -> 274123 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274123 - 3 -> 274120 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274120 - 2 -> 274118 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274118 - 5 -> 274113 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274113 - 3 -> 274110 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 274110 - 20000 -> 254110 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254110 - 2 -> 254108 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254108 - 3 -> 254105 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 254105 - 20000 -> 234105 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234105 - 3 -> 234102 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234102 - 3 -> 234099 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 234099 - 20000 -> 214099 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214099 - 3 -> 214096 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214096 - 8 -> 214088 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214088 - 1 -> 214087 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214087 - 3 -> 214084 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214084 - 3 -> 214081 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214081 - 3 -> 214078 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214078 - 3 -> 214075 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214075 - 3 -> 214072 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214072 - 3 -> 214069 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214069 - 42 -> 214027 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 214027 - 60 -> 213967 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 213967 - 3 -> 213964 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 213964 - 3 -> 213961 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 213961 - 3 -> 213958 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 213958 - 3 -> 213955 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 213955 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 213955 - 127000 -> 86955 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 236431 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 137123 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137123 - 3 -> 137120 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137120 - 3 -> 137117 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137117 - 3 -> 137114 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137114 - 6 -> 137108 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137108 - 3 -> 137105 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137105 - 3 -> 137102 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137102 - 3 -> 137099 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137099 - 3 -> 137096 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137096 - 3 -> 137093 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137093 - 3 -> 137090 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137090 - 3 -> 137087 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137087 - 3 -> 137084 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137084 - 3 -> 137081 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137081 - 3 -> 137078 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137078 - 3 -> 137075 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137075 - 3 -> 137072 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137072 - 3 -> 137069 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137069 - 3 -> 137066 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137066 - 3 -> 137063 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137063 - 3 -> 137060 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137060 - 3 -> 137057 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137057 - 3 -> 137054 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137054 - 10 -> 137044 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137044 - 1 -> 137043 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137043 - 3 -> 137040 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137040 - 2 -> 137038 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137038 - 5 -> 137033 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137033 - 3 -> 137030 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137030 - 3 -> 137027 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137027 - 10 -> 137017 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137017 - 1 -> 137016 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137016 - 3 -> 137013 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137013 - 3 -> 137010 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137010 - 10 -> 137000 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 137000 - 1 -> 136999 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 136999 - 3 -> 136996 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 136996 - 2 -> 136994 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 136994 - 5 -> 136989 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 136989 - 3 -> 136986 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 136986 - 20000 -> 116986 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116986 - 2 -> 116984 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116984 - 3 -> 116981 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 116981 - 20000 -> 96981 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 96981 - 3 -> 96978 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 96978 - 3 -> 96975 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 96975 - 20000 -> 76975 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76975 - 3 -> 76972 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76972 - 8 -> 76964 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76964 - 1 -> 76963 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76963 - 3 -> 76960 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76960 - 3 -> 76957 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76957 - 3 -> 76954 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76954 - 3 -> 76951 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76951 - 3 -> 76948 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76948 - 3 -> 76945 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76945 - 42 -> 76903 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76903 - 60 -> 76843 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76843 - 3 -> 76840 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76840 - 3 -> 76837 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76837 - 3 -> 76834 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 76834 - 3 -> 76831 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 76831 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 304993 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 205685 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205685 - 3 -> 205682 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205682 - 3 -> 205679 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205679 - 3 -> 205676 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205676 - 6 -> 205670 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205670 - 3 -> 205667 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205667 - 3 -> 205664 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205664 - 3 -> 205661 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205661 - 3 -> 205658 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205658 - 3 -> 205655 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205655 - 3 -> 205652 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205652 - 3 -> 205649 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205649 - 3 -> 205646 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205646 - 3 -> 205643 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205643 - 3 -> 205640 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205640 - 3 -> 205637 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205637 - 3 -> 205634 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205634 - 3 -> 205631 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205631 - 3 -> 205628 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205628 - 3 -> 205625 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205625 - 3 -> 205622 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205622 - 3 -> 205619 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205619 - 3 -> 205616 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205616 - 10 -> 205606 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205606 - 1 -> 205605 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205605 - 3 -> 205602 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205602 - 2 -> 205600 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205600 - 5 -> 205595 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205595 - 3 -> 205592 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205592 - 3 -> 205589 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205589 - 10 -> 205579 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205579 - 1 -> 205578 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205578 - 3 -> 205575 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205575 - 3 -> 205572 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205572 - 10 -> 205562 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205562 - 1 -> 205561 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205561 - 3 -> 205558 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205558 - 2 -> 205556 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205556 - 5 -> 205551 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205551 - 3 -> 205548 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 205548 - 20000 -> 185548 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185548 - 2 -> 185546 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185546 - 3 -> 185543 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 185543 - 20000 -> 165543 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165543 - 3 -> 165540 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165540 - 3 -> 165537 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 165537 - 20000 -> 145537 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145537 - 3 -> 145534 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145534 - 8 -> 145526 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145526 - 1 -> 145525 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145525 - 3 -> 145522 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145522 - 3 -> 145519 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145519 - 3 -> 145516 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145516 - 3 -> 145513 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145513 - 3 -> 145510 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145510 - 3 -> 145507 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145507 - 42 -> 145465 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145465 - 60 -> 145405 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145405 - 3 -> 145402 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145402 - 3 -> 145399 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145399 - 3 -> 145396 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145396 - 3 -> 145393 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 145393 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 145393 - 127000 -> 18393 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 270712 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 171404 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171404 - 3 -> 171401 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171401 - 3 -> 171398 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171398 - 3 -> 171395 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171395 - 6 -> 171389 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171389 - 3 -> 171386 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171386 - 3 -> 171383 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171383 - 3 -> 171380 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171380 - 3 -> 171377 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171377 - 3 -> 171374 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171374 - 3 -> 171371 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171371 - 3 -> 171368 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171368 - 3 -> 171365 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171365 - 3 -> 171362 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171362 - 3 -> 171359 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171359 - 3 -> 171356 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171356 - 3 -> 171353 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171353 - 3 -> 171350 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171350 - 3 -> 171347 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171347 - 3 -> 171344 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171344 - 3 -> 171341 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171341 - 3 -> 171338 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171338 - 3 -> 171335 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171335 - 10 -> 171325 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171325 - 1 -> 171324 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171324 - 3 -> 171321 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171321 - 2 -> 171319 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171319 - 5 -> 171314 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171314 - 3 -> 171311 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171311 - 3 -> 171308 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171308 - 10 -> 171298 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171298 - 1 -> 171297 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171297 - 3 -> 171294 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171294 - 3 -> 171291 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171291 - 10 -> 171281 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171281 - 1 -> 171280 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171280 - 3 -> 171277 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171277 - 2 -> 171275 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171275 - 5 -> 171270 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171270 - 3 -> 171267 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 171267 - 20000 -> 151267 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151267 - 2 -> 151265 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151265 - 3 -> 151262 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 151262 - 20000 -> 131262 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131262 - 3 -> 131259 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131259 - 3 -> 131256 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 131256 - 20000 -> 111256 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111256 - 3 -> 111253 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111253 - 8 -> 111245 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111245 - 1 -> 111244 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111244 - 3 -> 111241 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111241 - 3 -> 111238 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111238 - 3 -> 111235 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111235 - 3 -> 111232 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111232 - 3 -> 111229 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111229 - 3 -> 111226 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111226 - 42 -> 111184 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111184 - 60 -> 111124 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111124 - 3 -> 111121 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111121 - 3 -> 111118 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111118 - 3 -> 111115 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 111115 - 3 -> 111112 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 111112 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 287852 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 188544 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188544 - 3 -> 188541 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188541 - 3 -> 188538 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188538 - 3 -> 188535 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188535 - 6 -> 188529 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188529 - 3 -> 188526 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188526 - 3 -> 188523 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188523 - 3 -> 188520 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188520 - 3 -> 188517 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188517 - 3 -> 188514 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188514 - 3 -> 188511 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188511 - 3 -> 188508 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188508 - 3 -> 188505 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188505 - 3 -> 188502 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188502 - 3 -> 188499 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188499 - 3 -> 188496 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188496 - 3 -> 188493 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188493 - 3 -> 188490 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188490 - 3 -> 188487 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188487 - 3 -> 188484 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188484 - 3 -> 188481 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188481 - 3 -> 188478 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188478 - 3 -> 188475 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188475 - 10 -> 188465 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188465 - 1 -> 188464 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188464 - 3 -> 188461 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188461 - 2 -> 188459 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188459 - 5 -> 188454 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188454 - 3 -> 188451 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188451 - 3 -> 188448 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188448 - 10 -> 188438 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188438 - 1 -> 188437 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188437 - 3 -> 188434 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188434 - 3 -> 188431 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188431 - 10 -> 188421 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188421 - 1 -> 188420 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188420 - 3 -> 188417 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188417 - 2 -> 188415 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188415 - 5 -> 188410 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188410 - 3 -> 188407 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 188407 - 20000 -> 168407 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168407 - 2 -> 168405 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168405 - 3 -> 168402 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 168402 - 20000 -> 148402 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148402 - 3 -> 148399 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148399 - 3 -> 148396 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 148396 - 20000 -> 128396 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128396 - 3 -> 128393 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128393 - 8 -> 128385 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128385 - 1 -> 128384 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128384 - 3 -> 128381 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128381 - 3 -> 128378 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128378 - 3 -> 128375 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128375 - 3 -> 128372 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128372 - 3 -> 128369 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128369 - 3 -> 128366 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128366 - 42 -> 128324 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128324 - 60 -> 128264 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128264 - 3 -> 128261 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128261 - 3 -> 128258 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128258 - 3 -> 128255 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128255 - 3 -> 128252 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 128252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 128252 - 127000 -> 1252 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_blockNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBlockByNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_sendTransaction | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | gas: 387852 | gas-price: 0 | s: 37586516344312845165618655594391480163247333447949540137364962776131904460536 | r: 26533514472854657864119803748097408627219305057607674048942965334150534444592 | v: 27 | data-hash: 0x0057c0b6e2f8e44782d47814052e9a688f7527b68d03654e8a7a845843bb3760 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 288544 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288544 - 3 -> 288541 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 22 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288541 - 3 -> 288538 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 24 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288538 - 3 -> 288535 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288535 - 6 -> 288529 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 25 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288529 - 3 -> 288526 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288526 - 3 -> 288523 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288523 - 3 -> 288520 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288520 - 3 -> 288517 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288517 - 3 -> 288514 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 78 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288514 - 3 -> 288511 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 80 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288511 - 3 -> 288508 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288508 - 3 -> 288505 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 81 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288505 - 3 -> 288502 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 103 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288502 - 3 -> 288499 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 105 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288499 - 3 -> 288496 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288496 - 3 -> 288493 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 106 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288493 - 3 -> 288490 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 139 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288490 - 3 -> 288487 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 141 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288487 - 3 -> 288484 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288484 - 3 -> 288481 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 142 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288481 - 3 -> 288478 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 144 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288478 - 3 -> 288475 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 147 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288475 - 10 -> 288465 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 152 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288465 - 1 -> 288464 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 153 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288464 - 3 -> 288461 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 155 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288461 - 2 -> 288459 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6 (MOD) | pc: 156 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288459 - 5 -> 288454 (MOD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 157 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288454 - 3 -> 288451 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 158 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288451 - 3 -> 288448 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288448 - 10 -> 288438 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 166 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288438 - 1 -> 288437 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288437 - 3 -> 288434 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288434 - 3 -> 288431 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288431 - 10 -> 288421 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288421 - 1 -> 288420 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288420 - 3 -> 288417 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 180 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288417 - 2 -> 288415 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288415 - 5 -> 288410 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 182 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288410 - 3 -> 288407 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 184 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 288407 - 20000 -> 268407 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[0] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 185 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268407 - 2 -> 268405 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268405 - 3 -> 268402 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 188 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 268402 - 20000 -> 248402 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[1] -> 721457446580647751014191829380889690493307935711 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248402 - 3 -> 248399 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 191 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248399 - 3 -> 248396 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 248396 - 20000 -> 228396 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 1 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228396 - 3 -> 228393 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x56 (JUMP) | pc: 197 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228393 - 8 -> 228385 (JUMP) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 833 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228385 - 1 -> 228384 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 834 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228384 - 3 -> 228381 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 837 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228381 - 3 -> 228378 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 840 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228378 - 3 -> 228375 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 841 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228375 - 3 -> 228372 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 844 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228372 - 3 -> 228369 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x39 (CODECOPY) | pc: 846 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228369 - 3 -> 228366 (CODECOPY) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 640) | cost (18 -> 60) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228366 - 42 -> 228324 (Expanding memory 192 -> 640) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228324 - 60 -> 228264 (CODECOPY: word gas cost) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 847 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228264 - 3 -> 228261 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 850 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228261 - 3 -> 228258 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x3 (SUB) | pc: 853 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228258 - 3 -> 228255 (SUB) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 854 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228255 - 3 -> 228252 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xf3 (RETURN) | pc: 856 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (640 -> 640) | cost (60 -> 60) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0x | value: 2 | depth: 0 | static: n | gas-used: 60292 | gas-remaining: 228252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 228252 - 127000 -> 101252 (Write contract code for CREATE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 SETTING CODE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 -> length: 635 | hash: 0x120ba872dd18f555476809ff3d717a56b993d255f15a8604060c25d7b8de13ff | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getTransactionReceipt | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 21272 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 4483305 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4462033 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462033 - 3 -> 4462030 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462030 - 2 -> 4462028 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462028 - 3 -> 4462025 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462025 - 3 -> 4462022 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462022 - 3 -> 4462019 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462019 - 10 -> 4462009 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462009 - 1 -> 4462008 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462008 - 3 -> 4462005 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462005 - 3 -> 4462002 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4462002 - 3 -> 4461999 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461999 - 3 -> 4461996 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461996 - 6 -> 4461990 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461990 - 3 -> 4461987 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461987 - 3 -> 4461984 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461984 - 3 -> 4461981 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461981 - 3 -> 4461978 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461978 - 3 -> 4461975 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461975 - 3 -> 4461972 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461972 - 3 -> 4461969 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461969 - 3 -> 4461966 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461966 - 3 -> 4461963 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461963 - 3 -> 4461960 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461960 - 3 -> 4461957 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461957 - 3 -> 4461954 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461954 - 3 -> 4461951 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461951 - 3 -> 4461948 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461948 - 3 -> 4461945 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461945 - 3 -> 4461942 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461942 - 3 -> 4461939 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461939 - 3 -> 4461936 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461936 - 3 -> 4461933 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461933 - 3 -> 4461930 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461930 - 3 -> 4461927 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461927 - 3 -> 4461924 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461924 - 3 -> 4461921 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461921 - 3 -> 4461918 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461918 - 3 -> 4461915 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461915 - 10 -> 4461905 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461905 - 1 -> 4461904 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461904 - 3 -> 4461901 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461901 - 3 -> 4461898 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461898 - 3 -> 4461895 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461895 - 3 -> 4461892 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461892 - 3 -> 4461889 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461889 - 3 -> 4461886 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461886 - 10 -> 4461876 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461876 - 3 -> 4461873 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461873 - 200 -> 4461673 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461673 - 3 -> 4461670 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461670 - 10 -> 4461660 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461660 - 1 -> 4461659 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461659 - 3 -> 4461656 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461656 - 3 -> 4461653 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461653 - 3 -> 4461650 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461650 - 3 -> 4461647 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461647 - 10 -> 4461637 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461637 - 1 -> 4461636 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461636 - 3 -> 4461633 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461633 - 200 -> 4461433 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461433 - 3 -> 4461430 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461430 - 3 -> 4461427 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461427 - 200 -> 4461227 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461227 - 3 -> 4461224 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461224 - 5 -> 4461219 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461219 - 5 -> 4461214 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461214 - 3 -> 4461211 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461211 - 3 -> 4461208 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461208 - 10 -> 4461198 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461198 - 1 -> 4461197 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461197 - 3 -> 4461194 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4461194 - 200 -> 4460994 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460994 - 3 -> 4460991 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460991 - 5 -> 4460986 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460986 - 1 -> 4460985 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460985 - 2 -> 4460983 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460983 - 3 -> 4460980 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460980 - 3 -> 4460977 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460977 - 10 -> 4460967 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460967 - 1 -> 4460966 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460966 - 2 -> 4460964 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460964 - 3 -> 4460961 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4460961 - 20000 -> 4440961 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4440961 - 3 -> 4440958 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4440958 - 3 -> 4440955 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4440955 - 5000 -> 4435955 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 4435955 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 2252288 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 2231016 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231016 - 3 -> 2231013 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231013 - 2 -> 2231011 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231011 - 3 -> 2231008 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231008 - 3 -> 2231005 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231005 - 3 -> 2231002 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2231002 - 10 -> 2230992 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230992 - 1 -> 2230991 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230991 - 3 -> 2230988 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230988 - 3 -> 2230985 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230985 - 3 -> 2230982 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230982 - 3 -> 2230979 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230979 - 6 -> 2230973 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230973 - 3 -> 2230970 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230970 - 3 -> 2230967 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230967 - 3 -> 2230964 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230964 - 3 -> 2230961 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230961 - 3 -> 2230958 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230958 - 3 -> 2230955 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230955 - 3 -> 2230952 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230952 - 3 -> 2230949 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230949 - 3 -> 2230946 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230946 - 3 -> 2230943 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230943 - 3 -> 2230940 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230940 - 3 -> 2230937 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230937 - 3 -> 2230934 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230934 - 3 -> 2230931 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230931 - 3 -> 2230928 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230928 - 3 -> 2230925 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230925 - 3 -> 2230922 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230922 - 3 -> 2230919 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230919 - 3 -> 2230916 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230916 - 3 -> 2230913 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230913 - 3 -> 2230910 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230910 - 3 -> 2230907 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230907 - 3 -> 2230904 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230904 - 3 -> 2230901 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230901 - 3 -> 2230898 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230898 - 10 -> 2230888 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230888 - 1 -> 2230887 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230887 - 3 -> 2230884 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230884 - 3 -> 2230881 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230881 - 3 -> 2230878 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230878 - 3 -> 2230875 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230875 - 3 -> 2230872 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230872 - 3 -> 2230869 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230869 - 10 -> 2230859 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230859 - 3 -> 2230856 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230856 - 200 -> 2230656 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230656 - 3 -> 2230653 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230653 - 10 -> 2230643 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230643 - 1 -> 2230642 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230642 - 3 -> 2230639 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230639 - 3 -> 2230636 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230636 - 3 -> 2230633 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230633 - 3 -> 2230630 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230630 - 10 -> 2230620 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230620 - 1 -> 2230619 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230619 - 3 -> 2230616 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230616 - 200 -> 2230416 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230416 - 3 -> 2230413 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230413 - 3 -> 2230410 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230410 - 200 -> 2230210 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230210 - 3 -> 2230207 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230207 - 5 -> 2230202 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230202 - 5 -> 2230197 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230197 - 3 -> 2230194 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230194 - 3 -> 2230191 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230191 - 10 -> 2230181 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230181 - 1 -> 2230180 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230180 - 3 -> 2230177 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2230177 - 200 -> 2229977 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229977 - 3 -> 2229974 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229974 - 5 -> 2229969 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229969 - 1 -> 2229968 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229968 - 2 -> 2229966 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229966 - 3 -> 2229963 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229963 - 3 -> 2229960 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229960 - 10 -> 2229950 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229950 - 1 -> 2229949 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229949 - 2 -> 2229947 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229947 - 3 -> 2229944 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2229944 - 20000 -> 2209944 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2209944 - 3 -> 2209941 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2209941 - 3 -> 2209938 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 2209938 - 5000 -> 2204938 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 2204938 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 2219938 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 1136780 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 1115508 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115508 - 3 -> 1115505 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115505 - 2 -> 1115503 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115503 - 3 -> 1115500 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115500 - 3 -> 1115497 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115497 - 3 -> 1115494 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115494 - 10 -> 1115484 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115484 - 1 -> 1115483 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115483 - 3 -> 1115480 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115480 - 3 -> 1115477 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115477 - 3 -> 1115474 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115474 - 3 -> 1115471 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115471 - 6 -> 1115465 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115465 - 3 -> 1115462 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115462 - 3 -> 1115459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115459 - 3 -> 1115456 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115456 - 3 -> 1115453 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115453 - 3 -> 1115450 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115450 - 3 -> 1115447 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115447 - 3 -> 1115444 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115444 - 3 -> 1115441 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115441 - 3 -> 1115438 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115438 - 3 -> 1115435 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115435 - 3 -> 1115432 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115432 - 3 -> 1115429 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115429 - 3 -> 1115426 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115426 - 3 -> 1115423 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115423 - 3 -> 1115420 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115420 - 3 -> 1115417 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115417 - 3 -> 1115414 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115414 - 3 -> 1115411 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115411 - 3 -> 1115408 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115408 - 3 -> 1115405 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115405 - 3 -> 1115402 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115402 - 3 -> 1115399 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115399 - 3 -> 1115396 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115396 - 3 -> 1115393 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115393 - 3 -> 1115390 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115390 - 10 -> 1115380 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115380 - 1 -> 1115379 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115379 - 3 -> 1115376 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115376 - 3 -> 1115373 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115373 - 3 -> 1115370 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115370 - 3 -> 1115367 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115367 - 3 -> 1115364 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115364 - 3 -> 1115361 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115361 - 10 -> 1115351 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115351 - 3 -> 1115348 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115348 - 200 -> 1115148 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115148 - 3 -> 1115145 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115145 - 10 -> 1115135 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115135 - 1 -> 1115134 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115134 - 3 -> 1115131 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115131 - 3 -> 1115128 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115128 - 3 -> 1115125 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115125 - 3 -> 1115122 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115122 - 10 -> 1115112 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115112 - 1 -> 1115111 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115111 - 3 -> 1115108 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1115108 - 200 -> 1114908 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114908 - 3 -> 1114905 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114905 - 3 -> 1114902 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114902 - 200 -> 1114702 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114702 - 3 -> 1114699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114699 - 5 -> 1114694 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114694 - 5 -> 1114689 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114689 - 3 -> 1114686 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114686 - 3 -> 1114683 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114683 - 10 -> 1114673 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114673 - 1 -> 1114672 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114672 - 3 -> 1114669 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114669 - 200 -> 1114469 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114469 - 3 -> 1114466 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114466 - 5 -> 1114461 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114461 - 1 -> 1114460 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114460 - 2 -> 1114458 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114458 - 3 -> 1114455 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114455 - 3 -> 1114452 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114452 - 10 -> 1114442 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114442 - 1 -> 1114441 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114441 - 2 -> 1114439 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114439 - 3 -> 1114436 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1114436 - 20000 -> 1094436 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1094436 - 3 -> 1094433 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1094433 - 3 -> 1094430 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 1094430 - 5000 -> 1089430 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 1089430 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 1104430 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 579026 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 557754 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557754 - 3 -> 557751 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557751 - 2 -> 557749 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557749 - 3 -> 557746 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557746 - 3 -> 557743 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557743 - 3 -> 557740 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557740 - 10 -> 557730 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557730 - 1 -> 557729 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557729 - 3 -> 557726 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557726 - 3 -> 557723 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557723 - 3 -> 557720 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557720 - 3 -> 557717 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557717 - 6 -> 557711 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557711 - 3 -> 557708 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557708 - 3 -> 557705 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557705 - 3 -> 557702 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557702 - 3 -> 557699 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557699 - 3 -> 557696 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557696 - 3 -> 557693 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557693 - 3 -> 557690 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557690 - 3 -> 557687 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557687 - 3 -> 557684 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557684 - 3 -> 557681 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557681 - 3 -> 557678 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557678 - 3 -> 557675 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557675 - 3 -> 557672 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557672 - 3 -> 557669 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557669 - 3 -> 557666 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557666 - 3 -> 557663 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557663 - 3 -> 557660 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557660 - 3 -> 557657 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557657 - 3 -> 557654 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557654 - 3 -> 557651 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557651 - 3 -> 557648 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557648 - 3 -> 557645 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557645 - 3 -> 557642 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557642 - 3 -> 557639 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557639 - 3 -> 557636 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557636 - 10 -> 557626 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557626 - 1 -> 557625 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557625 - 3 -> 557622 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557622 - 3 -> 557619 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557619 - 3 -> 557616 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557616 - 3 -> 557613 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557613 - 3 -> 557610 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557610 - 3 -> 557607 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557607 - 10 -> 557597 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557597 - 3 -> 557594 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557594 - 200 -> 557394 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557394 - 3 -> 557391 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557391 - 10 -> 557381 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557381 - 1 -> 557380 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557380 - 3 -> 557377 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557377 - 3 -> 557374 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557374 - 3 -> 557371 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557371 - 3 -> 557368 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557368 - 10 -> 557358 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557358 - 1 -> 557357 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557357 - 3 -> 557354 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557354 - 200 -> 557154 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557154 - 3 -> 557151 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557151 - 3 -> 557148 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 557148 - 200 -> 556948 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556948 - 3 -> 556945 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556945 - 5 -> 556940 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556940 - 5 -> 556935 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556935 - 3 -> 556932 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556932 - 3 -> 556929 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556929 - 10 -> 556919 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556919 - 1 -> 556918 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556918 - 3 -> 556915 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556915 - 200 -> 556715 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556715 - 3 -> 556712 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556712 - 5 -> 556707 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556707 - 1 -> 556706 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556706 - 2 -> 556704 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556704 - 3 -> 556701 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556701 - 3 -> 556698 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556698 - 10 -> 556688 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556688 - 1 -> 556687 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556687 - 2 -> 556685 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556685 - 3 -> 556682 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 556682 - 20000 -> 536682 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 536682 - 3 -> 536679 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 536679 - 3 -> 536676 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 536676 - 5000 -> 531676 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 531676 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 546676 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 300149 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 278877 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278877 - 3 -> 278874 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278874 - 2 -> 278872 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278872 - 3 -> 278869 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278869 - 3 -> 278866 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278866 - 3 -> 278863 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278863 - 10 -> 278853 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278853 - 1 -> 278852 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278852 - 3 -> 278849 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278849 - 3 -> 278846 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278846 - 3 -> 278843 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278843 - 3 -> 278840 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278840 - 6 -> 278834 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278834 - 3 -> 278831 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278831 - 3 -> 278828 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278828 - 3 -> 278825 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278825 - 3 -> 278822 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278822 - 3 -> 278819 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278819 - 3 -> 278816 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278816 - 3 -> 278813 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278813 - 3 -> 278810 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278810 - 3 -> 278807 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278807 - 3 -> 278804 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278804 - 3 -> 278801 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278801 - 3 -> 278798 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278798 - 3 -> 278795 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278795 - 3 -> 278792 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278792 - 3 -> 278789 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278789 - 3 -> 278786 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278786 - 3 -> 278783 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278783 - 3 -> 278780 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278780 - 3 -> 278777 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278777 - 3 -> 278774 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278774 - 3 -> 278771 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278771 - 3 -> 278768 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278768 - 3 -> 278765 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278765 - 3 -> 278762 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278762 - 3 -> 278759 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278759 - 10 -> 278749 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278749 - 1 -> 278748 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278748 - 3 -> 278745 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278745 - 3 -> 278742 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278742 - 3 -> 278739 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278739 - 3 -> 278736 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278736 - 3 -> 278733 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278733 - 3 -> 278730 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278730 - 10 -> 278720 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278720 - 3 -> 278717 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278717 - 200 -> 278517 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278517 - 3 -> 278514 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278514 - 10 -> 278504 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278504 - 1 -> 278503 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278503 - 3 -> 278500 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278500 - 3 -> 278497 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278497 - 3 -> 278494 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278494 - 3 -> 278491 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278491 - 10 -> 278481 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278481 - 1 -> 278480 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278480 - 3 -> 278477 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278477 - 200 -> 278277 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278277 - 3 -> 278274 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278274 - 3 -> 278271 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278271 - 200 -> 278071 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278071 - 3 -> 278068 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278068 - 5 -> 278063 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278063 - 5 -> 278058 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278058 - 3 -> 278055 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278055 - 3 -> 278052 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278052 - 10 -> 278042 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278042 - 1 -> 278041 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278041 - 3 -> 278038 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 278038 - 200 -> 277838 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277838 - 3 -> 277835 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277835 - 5 -> 277830 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277830 - 1 -> 277829 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277829 - 2 -> 277827 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277827 - 3 -> 277824 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277824 - 3 -> 277821 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277821 - 10 -> 277811 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277811 - 1 -> 277810 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277810 - 2 -> 277808 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277808 - 3 -> 277805 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 277805 - 20000 -> 257805 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 257805 - 3 -> 257802 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 257802 - 3 -> 257799 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 257799 - 5000 -> 252799 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 252799 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 267799 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 160710 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 139438 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139438 - 3 -> 139435 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139435 - 2 -> 139433 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139433 - 3 -> 139430 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139430 - 3 -> 139427 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139427 - 3 -> 139424 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139424 - 10 -> 139414 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139414 - 1 -> 139413 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139413 - 3 -> 139410 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139410 - 3 -> 139407 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139407 - 3 -> 139404 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139404 - 3 -> 139401 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139401 - 6 -> 139395 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139395 - 3 -> 139392 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139392 - 3 -> 139389 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139389 - 3 -> 139386 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139386 - 3 -> 139383 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139383 - 3 -> 139380 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139380 - 3 -> 139377 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139377 - 3 -> 139374 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139374 - 3 -> 139371 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139371 - 3 -> 139368 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139368 - 3 -> 139365 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139365 - 3 -> 139362 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139362 - 3 -> 139359 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139359 - 3 -> 139356 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139356 - 3 -> 139353 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139353 - 3 -> 139350 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139350 - 3 -> 139347 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139347 - 3 -> 139344 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139344 - 3 -> 139341 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139341 - 3 -> 139338 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139338 - 3 -> 139335 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139335 - 3 -> 139332 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139332 - 3 -> 139329 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139329 - 3 -> 139326 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139326 - 3 -> 139323 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139323 - 3 -> 139320 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139320 - 10 -> 139310 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139310 - 1 -> 139309 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139309 - 3 -> 139306 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139306 - 3 -> 139303 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139303 - 3 -> 139300 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139300 - 3 -> 139297 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139297 - 3 -> 139294 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139294 - 3 -> 139291 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139291 - 10 -> 139281 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139281 - 3 -> 139278 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139278 - 200 -> 139078 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139078 - 3 -> 139075 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139075 - 10 -> 139065 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139065 - 1 -> 139064 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139064 - 3 -> 139061 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139061 - 3 -> 139058 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139058 - 3 -> 139055 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139055 - 3 -> 139052 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139052 - 10 -> 139042 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139042 - 1 -> 139041 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139041 - 3 -> 139038 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 139038 - 200 -> 138838 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138838 - 3 -> 138835 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138835 - 3 -> 138832 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138832 - 200 -> 138632 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138632 - 3 -> 138629 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138629 - 5 -> 138624 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138624 - 5 -> 138619 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138619 - 3 -> 138616 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138616 - 3 -> 138613 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138613 - 10 -> 138603 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138603 - 1 -> 138602 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138602 - 3 -> 138599 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138599 - 200 -> 138399 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138399 - 3 -> 138396 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138396 - 5 -> 138391 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138391 - 1 -> 138390 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138390 - 2 -> 138388 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138388 - 3 -> 138385 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138385 - 3 -> 138382 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138382 - 10 -> 138372 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138372 - 1 -> 138371 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138371 - 2 -> 138369 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138369 - 3 -> 138366 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 138366 - 20000 -> 118366 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 118366 - 3 -> 118363 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 118363 - 3 -> 118360 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 118360 - 5000 -> 113360 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 113360 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 128360 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 90991 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 69719 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69719 - 3 -> 69716 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69716 - 2 -> 69714 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69714 - 3 -> 69711 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69711 - 3 -> 69708 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69708 - 3 -> 69705 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69705 - 10 -> 69695 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69695 - 1 -> 69694 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69694 - 3 -> 69691 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69691 - 3 -> 69688 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69688 - 3 -> 69685 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69685 - 3 -> 69682 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69682 - 6 -> 69676 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69676 - 3 -> 69673 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69673 - 3 -> 69670 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69670 - 3 -> 69667 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69667 - 3 -> 69664 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69664 - 3 -> 69661 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69661 - 3 -> 69658 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69658 - 3 -> 69655 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69655 - 3 -> 69652 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69652 - 3 -> 69649 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69649 - 3 -> 69646 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69646 - 3 -> 69643 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69643 - 3 -> 69640 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69640 - 3 -> 69637 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69637 - 3 -> 69634 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69634 - 3 -> 69631 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69631 - 3 -> 69628 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69628 - 3 -> 69625 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69625 - 3 -> 69622 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69622 - 3 -> 69619 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69619 - 3 -> 69616 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69616 - 3 -> 69613 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69613 - 3 -> 69610 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69610 - 3 -> 69607 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69607 - 3 -> 69604 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69604 - 3 -> 69601 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69601 - 10 -> 69591 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69591 - 1 -> 69590 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69590 - 3 -> 69587 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69587 - 3 -> 69584 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69584 - 3 -> 69581 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69581 - 3 -> 69578 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69578 - 3 -> 69575 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69575 - 3 -> 69572 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69572 - 10 -> 69562 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69562 - 3 -> 69559 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69559 - 200 -> 69359 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69359 - 3 -> 69356 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69356 - 10 -> 69346 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69346 - 1 -> 69345 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69345 - 3 -> 69342 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69342 - 3 -> 69339 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69339 - 3 -> 69336 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69336 - 3 -> 69333 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69333 - 10 -> 69323 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69323 - 1 -> 69322 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69322 - 3 -> 69319 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69319 - 200 -> 69119 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69119 - 3 -> 69116 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69116 - 3 -> 69113 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 69113 - 200 -> 68913 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68913 - 3 -> 68910 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68910 - 5 -> 68905 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68905 - 5 -> 68900 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68900 - 3 -> 68897 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68897 - 3 -> 68894 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68894 - 10 -> 68884 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68884 - 1 -> 68883 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68883 - 3 -> 68880 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68880 - 200 -> 68680 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68680 - 3 -> 68677 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68677 - 5 -> 68672 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68672 - 1 -> 68671 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68671 - 2 -> 68669 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68669 - 3 -> 68666 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68666 - 3 -> 68663 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68663 - 10 -> 68653 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68653 - 1 -> 68652 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68652 - 2 -> 68650 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68650 - 3 -> 68647 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 68647 - 20000 -> 48647 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 48647 - 3 -> 48644 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 48644 - 3 -> 48641 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 48641 - 5000 -> 43641 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 43641 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 58641 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 56131 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 34859 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34859 - 3 -> 34856 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34856 - 2 -> 34854 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34854 - 3 -> 34851 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34851 - 3 -> 34848 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34848 - 3 -> 34845 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34845 - 10 -> 34835 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34835 - 1 -> 34834 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34834 - 3 -> 34831 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34831 - 3 -> 34828 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34828 - 3 -> 34825 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34825 - 3 -> 34822 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34822 - 6 -> 34816 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34816 - 3 -> 34813 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34813 - 3 -> 34810 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34810 - 3 -> 34807 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34807 - 3 -> 34804 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34804 - 3 -> 34801 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34801 - 3 -> 34798 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34798 - 3 -> 34795 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34795 - 3 -> 34792 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34792 - 3 -> 34789 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34789 - 3 -> 34786 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34786 - 3 -> 34783 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34783 - 3 -> 34780 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34780 - 3 -> 34777 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34777 - 3 -> 34774 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34774 - 3 -> 34771 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34771 - 3 -> 34768 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34768 - 3 -> 34765 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34765 - 3 -> 34762 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34762 - 3 -> 34759 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34759 - 3 -> 34756 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34756 - 3 -> 34753 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34753 - 3 -> 34750 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34750 - 3 -> 34747 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34747 - 3 -> 34744 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34744 - 3 -> 34741 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34741 - 10 -> 34731 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34731 - 1 -> 34730 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34730 - 3 -> 34727 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34727 - 3 -> 34724 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34724 - 3 -> 34721 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34721 - 3 -> 34718 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34718 - 3 -> 34715 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34715 - 3 -> 34712 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34712 - 10 -> 34702 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34702 - 3 -> 34699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34699 - 200 -> 34499 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34499 - 3 -> 34496 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34496 - 10 -> 34486 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34486 - 1 -> 34485 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34485 - 3 -> 34482 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34482 - 3 -> 34479 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34479 - 3 -> 34476 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34476 - 3 -> 34473 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34473 - 10 -> 34463 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34463 - 1 -> 34462 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34462 - 3 -> 34459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34459 - 200 -> 34259 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34259 - 3 -> 34256 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34256 - 3 -> 34253 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34253 - 200 -> 34053 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34053 - 3 -> 34050 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34050 - 5 -> 34045 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34045 - 5 -> 34040 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34040 - 3 -> 34037 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34037 - 3 -> 34034 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34034 - 10 -> 34024 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34024 - 1 -> 34023 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34023 - 3 -> 34020 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 34020 - 200 -> 33820 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33820 - 3 -> 33817 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33817 - 5 -> 33812 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33812 - 1 -> 33811 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33811 - 2 -> 33809 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33809 - 3 -> 33806 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33806 - 3 -> 33803 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33803 - 10 -> 33793 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33793 - 1 -> 33792 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33792 - 2 -> 33790 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33790 - 3 -> 33787 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 33787 - 20000 -> 13787 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 13787 - 3 -> 13784 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 13784 - 3 -> 13781 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 13781 - 5000 -> 8781 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 8781 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION REFUND: 23781 -> 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 32350 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 38701 | gas-price: 1 | s: 1 | r: 1 | v: 37 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 17429 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17429 - 3 -> 17426 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17426 - 2 -> 17424 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17424 - 3 -> 17421 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17421 - 3 -> 17418 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17418 - 3 -> 17415 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17415 - 10 -> 17405 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17405 - 1 -> 17404 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17404 - 3 -> 17401 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17401 - 3 -> 17398 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17398 - 3 -> 17395 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17395 - 3 -> 17392 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17392 - 6 -> 17386 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17386 - 3 -> 17383 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17383 - 3 -> 17380 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17380 - 3 -> 17377 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17377 - 3 -> 17374 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17374 - 3 -> 17371 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17371 - 3 -> 17368 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17368 - 3 -> 17365 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17365 - 3 -> 17362 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17362 - 3 -> 17359 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17359 - 3 -> 17356 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17356 - 3 -> 17353 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17353 - 3 -> 17350 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17350 - 3 -> 17347 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17347 - 3 -> 17344 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17344 - 3 -> 17341 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17341 - 3 -> 17338 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17338 - 3 -> 17335 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17335 - 3 -> 17332 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17332 - 3 -> 17329 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17329 - 3 -> 17326 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17326 - 3 -> 17323 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17323 - 3 -> 17320 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17320 - 3 -> 17317 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17317 - 3 -> 17314 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17314 - 3 -> 17311 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17311 - 10 -> 17301 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17301 - 1 -> 17300 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17300 - 3 -> 17297 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17297 - 3 -> 17294 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17294 - 3 -> 17291 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17291 - 3 -> 17288 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17288 - 3 -> 17285 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17285 - 3 -> 17282 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17282 - 10 -> 17272 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17272 - 3 -> 17269 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17269 - 200 -> 17069 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17069 - 3 -> 17066 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17066 - 10 -> 17056 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17056 - 1 -> 17055 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17055 - 3 -> 17052 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17052 - 3 -> 17049 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17049 - 3 -> 17046 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17046 - 3 -> 17043 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17043 - 10 -> 17033 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17033 - 1 -> 17032 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17032 - 3 -> 17029 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 17029 - 200 -> 16829 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16829 - 3 -> 16826 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16826 - 3 -> 16823 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16823 - 200 -> 16623 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16623 - 3 -> 16620 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16620 - 5 -> 16615 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16615 - 5 -> 16610 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16610 - 3 -> 16607 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16607 - 3 -> 16604 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16604 - 10 -> 16594 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16594 - 1 -> 16593 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16593 - 3 -> 16590 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16590 - 200 -> 16390 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16390 - 3 -> 16387 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16387 - 5 -> 16382 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16382 - 1 -> 16381 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16381 - 2 -> 16379 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16379 - 3 -> 16376 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16376 - 3 -> 16373 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16373 - 10 -> 16363 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16363 - 1 -> 16362 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16362 - 2 -> 16360 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16360 - 3 -> 16357 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 17429 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | error: Out of gas: Needed 20000 - Remaining 16357 - Reason: SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 16357 - 16357 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 20000 - Remaining 16357 - Reason: SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 38701 -> 0x0000000000000000000000000000000000000000 | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_blockNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_getBlockByNumber | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_sendTransaction | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 156131 | gas-price: 0 | s: 8493905386887600539676773054641310628201855689446859678056559890825905707868 | r: 4094787774392079198238287940169002494475144581314077176300852020560226538766 | v: 28 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 134859 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134859 - 3 -> 134856 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134856 - 2 -> 134854 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134854 - 3 -> 134851 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134851 - 3 -> 134848 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134848 - 3 -> 134845 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134845 - 10 -> 134835 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134835 - 1 -> 134834 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134834 - 3 -> 134831 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134831 - 3 -> 134828 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134828 - 3 -> 134825 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134825 - 3 -> 134822 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134822 - 6 -> 134816 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134816 - 3 -> 134813 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134813 - 3 -> 134810 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134810 - 3 -> 134807 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134807 - 3 -> 134804 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134804 - 3 -> 134801 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134801 - 3 -> 134798 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134798 - 3 -> 134795 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134795 - 3 -> 134792 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134792 - 3 -> 134789 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134789 - 3 -> 134786 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134786 - 3 -> 134783 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134783 - 3 -> 134780 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134780 - 3 -> 134777 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134777 - 3 -> 134774 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134774 - 3 -> 134771 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134771 - 3 -> 134768 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134768 - 3 -> 134765 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134765 - 3 -> 134762 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134762 - 3 -> 134759 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134759 - 3 -> 134756 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134756 - 3 -> 134753 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134753 - 3 -> 134750 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134750 - 3 -> 134747 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134747 - 3 -> 134744 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134744 - 3 -> 134741 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134741 - 10 -> 134731 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134731 - 1 -> 134730 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134730 - 3 -> 134727 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134727 - 3 -> 134724 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134724 - 3 -> 134721 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134721 - 3 -> 134718 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134718 - 3 -> 134715 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134715 - 3 -> 134712 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134712 - 10 -> 134702 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134702 - 3 -> 134699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134699 - 200 -> 134499 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134499 - 3 -> 134496 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134496 - 10 -> 134486 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134486 - 1 -> 134485 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134485 - 3 -> 134482 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134482 - 3 -> 134479 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134479 - 3 -> 134476 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134476 - 3 -> 134473 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134473 - 10 -> 134463 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134463 - 1 -> 134462 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134462 - 3 -> 134459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134459 - 200 -> 134259 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134259 - 3 -> 134256 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134256 - 3 -> 134253 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134253 - 200 -> 134053 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134053 - 3 -> 134050 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134050 - 5 -> 134045 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134045 - 5 -> 134040 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134040 - 3 -> 134037 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134037 - 3 -> 134034 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134034 - 10 -> 134024 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134024 - 1 -> 134023 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134023 - 3 -> 134020 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134020 - 200 -> 133820 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133820 - 3 -> 133817 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133817 - 5 -> 133812 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133812 - 1 -> 133811 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133811 - 2 -> 133809 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133809 - 3 -> 133806 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133806 - 3 -> 133803 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133803 - 10 -> 133793 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133793 - 1 -> 133792 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133792 - 2 -> 133790 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133790 - 3 -> 133787 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133787 - 20000 -> 113787 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113787 - 3 -> 113784 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113784 - 3 -> 113781 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113781 - 5000 -> 108781 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 108781 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG web3.RequestManager:manager.py:80 Making request. Method: eth_estimateGas | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | gas: 21272 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 0 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | depth: 0 | static: n | error: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 0 - 0 -> 0 (Zeroing gas due to VM Exception: Out of gas: Needed 3 - Remaining 0 - Reason: PUSH1) | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | gas: 4478974 | gas-price: 0 | s: 1 | r: 1 | v: 37 | data-hash: 0x2fe909773c01f5ff57bee87e86da3ee355e449cd71e314ee1e7f6c6729b93717 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 4457702 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457702 - 3 -> 4457699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457699 - 2 -> 4457697 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457697 - 3 -> 4457694 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457694 - 3 -> 4457691 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457691 - 3 -> 4457688 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457688 - 10 -> 4457678 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457678 - 1 -> 4457677 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457677 - 3 -> 4457674 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457674 - 3 -> 4457671 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457671 - 3 -> 4457668 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457668 - 3 -> 4457665 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457665 - 6 -> 4457659 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457659 - 3 -> 4457656 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457656 - 3 -> 4457653 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457653 - 3 -> 4457650 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457650 - 3 -> 4457647 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457647 - 3 -> 4457644 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457644 - 3 -> 4457641 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457641 - 3 -> 4457638 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457638 - 3 -> 4457635 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457635 - 3 -> 4457632 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457632 - 3 -> 4457629 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457629 - 3 -> 4457626 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457626 - 3 -> 4457623 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457623 - 3 -> 4457620 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457620 - 3 -> 4457617 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457617 - 3 -> 4457614 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457614 - 3 -> 4457611 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457611 - 3 -> 4457608 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457608 - 3 -> 4457605 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457605 - 3 -> 4457602 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457602 - 3 -> 4457599 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457599 - 3 -> 4457596 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457596 - 3 -> 4457593 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457593 - 3 -> 4457590 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457590 - 3 -> 4457587 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457587 - 3 -> 4457584 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457584 - 10 -> 4457574 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 176 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457574 - 2 -> 4457572 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 177 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457572 - 3 -> 4457569 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 178 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457569 - 3 -> 4457566 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 181 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457566 - 10 -> 4457556 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 186 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457556 - 1 -> 4457555 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 187 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457555 - 3 -> 4457552 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 189 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457552 - 200 -> 4457352 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 190 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457352 - 3 -> 4457349 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 193 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457349 - 10 -> 4457339 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 194 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457339 - 3 -> 4457336 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x80 (DUP1) | pc: 196 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 4457336 - 3 -> 4457333 (DUP1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0xfd (REVERT) | pc: 197 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 0) | cost (18 -> 0) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION ERROR: gas: 4457702 | from: 0x7e5f4552091a69125d5dfcb7b8c2659029395bdf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 0 | depth: 0 | static: n | error: b'' | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION: sender: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | gas: 156131 | gas-price: 0 | s: 8493905386887600539676773054641310628201855689446859678056559890825905707868 | r: 4094787774392079198238287940169002494475144581314077176300852020560226538766 | v: 28 | data-hash: 0x4e2b709118bb3092e670c2f7599963d04bcdb15024f24cf4c51f0b42588242d4 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 TRANSFERRED: 2 from 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf -> 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION STARTING: gas: 134859 | from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth 0 | static: n | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 0 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134859 - 3 -> 134856 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x36 (CALLDATASIZE) | pc: 2 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134856 - 2 -> 134854 (CALLDATASIZE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x10 (LT) | pc: 3 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134854 - 3 -> 134851 (LT) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 4 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134851 - 3 -> 134848 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 5 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134848 - 3 -> 134845 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 8 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134845 - 10 -> 134835 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 13 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134835 - 1 -> 134834 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 14 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134834 - 3 -> 134831 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x35 (CALLDATALOAD) | pc: 16 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134831 - 3 -> 134828 (CALLDATALOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 17 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134828 - 3 -> 134825 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 19 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134825 - 3 -> 134822 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (0 -> 64) | cost (0 -> 6) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134822 - 6 -> 134816 (Expanding memory 0 -> 64) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 20 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134816 - 3 -> 134813 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 42 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134813 - 3 -> 134810 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 44 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134810 - 3 -> 134807 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 64) | cost (6 -> 6) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x6f (PUSH16) | pc: 45 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134807 - 3 -> 134804 (PUSH16) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 62 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134804 - 3 -> 134801 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 64 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134801 - 3 -> 134798 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (64 -> 96) | cost (6 -> 9) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134798 - 3 -> 134795 (Expanding memory 64 -> 96) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 65 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134795 - 3 -> 134792 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 98 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134792 - 3 -> 134789 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 100 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134789 - 3 -> 134786 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (96 -> 128) | cost (9 -> 12) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134786 - 3 -> 134783 (Expanding memory 96 -> 128) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x74 (PUSH21) | pc: 101 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134783 - 3 -> 134780 (PUSH21) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 123 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134780 - 3 -> 134777 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 125 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134777 - 3 -> 134774 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (128 -> 160) | cost (12 -> 15) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134774 - 3 -> 134771 (Expanding memory 128 -> 160) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x7f (PUSH32) | pc: 126 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134771 - 3 -> 134768 (PUSH32) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 159 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134768 - 3 -> 134765 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x52 (MSTORE) | pc: 161 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134765 - 3 -> 134762 (MSTORE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (160 -> 192) | cost (15 -> 18) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134762 - 3 -> 134759 (Expanding memory 160 -> 192) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 162 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134759 - 3 -> 134756 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 167 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134756 - 3 -> 134753 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 169 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134753 - 3 -> 134750 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 170 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134750 - 3 -> 134747 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 171 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134747 - 3 -> 134744 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 172 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134744 - 3 -> 134741 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 175 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134741 - 10 -> 134731 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 218 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134731 - 1 -> 134730 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x63 (PUSH4) | pc: 219 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134730 - 3 -> 134727 (PUSH4) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 224 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134727 - 3 -> 134724 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x51 (MLOAD) | pc: 226 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134724 - 3 -> 134721 (MLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 MEMORY: size (192 -> 32) | cost (18 -> 3) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 227 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134721 - 3 -> 134718 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 228 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134718 - 3 -> 134715 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 229 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134715 - 3 -> 134712 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 232 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134712 - 10 -> 134702 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 233 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134702 - 3 -> 134699 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 235 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134699 - 200 -> 134499 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 236 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134499 - 3 -> 134496 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 239 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134496 - 10 -> 134486 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 244 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134486 - 1 -> 134485 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 245 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134485 - 3 -> 134482 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 247 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134482 - 3 -> 134479 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x15 (ISZERO) | pc: 248 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134479 - 3 -> 134476 (ISZERO) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 249 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134476 - 3 -> 134473 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 252 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134473 - 10 -> 134463 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 259 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134463 - 1 -> 134462 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 260 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134462 - 3 -> 134459 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 262 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134459 - 200 -> 134259 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 263 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134259 - 3 -> 134256 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 265 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134256 - 3 -> 134253 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 267 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134253 - 200 -> 134053 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 268 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134053 - 3 -> 134050 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 270 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134050 - 5 -> 134045 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x4 (DIV) | pc: 271 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134045 - 5 -> 134040 (DIV) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 272 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134040 - 3 -> 134037 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 273 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134037 - 3 -> 134034 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 276 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134034 - 10 -> 134024 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 281 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134024 - 1 -> 134023 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 282 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134023 - 3 -> 134020 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x54 (SLOAD) | pc: 284 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 134020 - 200 -> 133820 (SLOAD) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 285 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133820 - 3 -> 133817 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x2 (MUL) | pc: 287 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133817 - 5 -> 133812 (MUL) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 288 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133812 - 1 -> 133811 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x34 (CALLVALUE) | pc: 289 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133811 - 2 -> 133809 (CALLVALUE) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x14 (EQ) | pc: 290 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133809 - 3 -> 133806 (EQ) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x61 (PUSH2) | pc: 291 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133806 - 3 -> 133803 (PUSH2) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x57 (JUMPI) | pc: 294 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133803 - 10 -> 133793 (JUMPI) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x5b (JUMPDEST) | pc: 299 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133793 - 1 -> 133792 (JUMPDEST) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x33 (CALLER) | pc: 300 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133792 - 2 -> 133790 (CALLER) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 301 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133790 - 3 -> 133787 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 303 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 133787 - 20000 -> 113787 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[2] -> 247512291986854564435551364600938690683113101007 (current: 0 / original: 0)) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 304 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113787 - 3 -> 113784 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x60 (PUSH1) | pc: 306 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113784 - 3 -> 113781 (PUSH1) | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x55 (SSTORE) | pc: 308 | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS CONSUMPTION: 113781 - 5000 -> 108781 (SSTORE: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7[3] -> 0 (current: 1 / original: 1)) | |
DEBUG2 eth.gas.GasMeter:logging.py:10 GAS REFUND: 0 + 15000 -> 15000 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 OPCODE: 0x0 (STOP) | pc: 309 | |
DEBUG2 eth.vm.computation.Computation:logging.py:10 COMPUTATION SUCCESS: from: 0x2b5ad5c4795c026514f8317c7a215e218dccd6cf | to: 0xde09e74d4888bc4e65f589e8c13bce9f71ddf4c7 | value: 2 | depth: 0 | static: n | gas-used: 26078 | gas-remaining: 108781 | |
DEBUG2 eth.vm.state.ConstantinopleState:logging.py:10 TRANSACTION FEE: 0 -> 0x0000000000000000000000000000000000000000 | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.vm.base.VM.ConstantinopleNoProofVM:base.py:601 BLOCK REWARD: 2000000000000000000 -> b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | |
DEBUG2 eth.db.account.AccountDB:logging.py:10 Generating AccountDB trie | |
DEBUG eth.chain.chain.Chain:base.py:741 IMPORTED_BLOCK: number 4 | hash 0xf6e108ea85447da5b99e285cfb9e1466c593559f04ce3512e000d26cee9e55d2 | |
PASSED [100%] | |
================================================================================================ warnings summary ================================================================================================= | |
venv/lib/python3.7/site-packages/_pytest/config/__init__.py:540 | |
/home/cburgdorf/Documents/hacking/ef/vyper/venv/lib/python3.7/site-packages/_pytest/config/__init__.py:540: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: tests.base_conftest | |
self.import_plugin(import_spec) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
----------- coverage: platform linux, python 3.7.3-final-0 ----------- | |
Name Stmts Miss Cover | |
--------------------------------------------------------------------------------- | |
vyper/__init__.py 13 4 69% | |
vyper/__main__.py 12 12 0% | |
vyper/ast.py 147 11 93% | |
vyper/ast_utils.py 97 29 70% | |
vyper/cli/__init__.py 0 0 100% | |
vyper/cli/vyper_compile.py 109 109 0% | |
vyper/cli/vyper_json.py 248 248 0% | |
vyper/cli/vyper_lll.py 38 38 0% | |
vyper/cli/vyper_serve.py 75 75 0% | |
vyper/compile_lll.py 336 131 61% | |
vyper/compiler.py 172 86 50% | |
vyper/exceptions.py 61 27 56% | |
vyper/functions/__init__.py 1 0 100% | |
vyper/functions/functions.py 354 285 19% | |
vyper/functions/signatures.py 91 44 52% | |
vyper/functions/utils.py 9 9 0% | |
vyper/interfaces/ERC20.py 1 1 0% | |
vyper/interfaces/ERC721.py 1 1 0% | |
vyper/interfaces/__init__.py 0 0 100% | |
vyper/opcodes.py 6 0 100% | |
vyper/optimizer.py 95 46 52% | |
vyper/parser/__init__.py 0 0 100% | |
vyper/parser/arg_clamps.py 37 29 22% | |
vyper/parser/constants.py 65 46 29% | |
vyper/parser/context.py 88 32 64% | |
vyper/parser/events.py 131 121 8% | |
vyper/parser/expr.py 511 358 30% | |
vyper/parser/external_call.py 76 67 12% | |
vyper/parser/function_definitions/__init__.py 1 0 100% | |
vyper/parser/function_definitions/parse_function.py 24 1 96% | |
vyper/parser/function_definitions/parse_private_function.py 101 85 16% | |
vyper/parser/function_definitions/parse_public_function.py 94 56 40% | |
vyper/parser/function_definitions/utils.py 26 12 54% | |
vyper/parser/global_context.py 242 143 41% | |
vyper/parser/keccak256_helper.py 19 14 26% | |
vyper/parser/lll_node.py 200 88 56% | |
vyper/parser/memory_allocator.py 15 5 67% | |
vyper/parser/parser.py 87 28 68% | |
vyper/parser/parser_utils.py 469 368 22% | |
vyper/parser/pre_parser.py 51 20 61% | |
vyper/parser/s_expressions.py 34 34 0% | |
vyper/parser/self_call.py 106 96 9% | |
vyper/parser/stmt.py 435 331 24% | |
vyper/server.py 0 0 100% | |
vyper/settings.py 10 1 90% | |
vyper/signatures/__init__.py 2 0 100% | |
vyper/signatures/event_signature.py 68 58 15% | |
vyper/signatures/function_signature.py 202 74 63% | |
vyper/signatures/interface.py 171 129 25% | |
vyper/signatures/sig_utils.py 56 32 43% | |
vyper/types/__init__.py 1 0 100% | |
vyper/types/convert.py 150 131 13% | |
vyper/types/types.py 305 166 46% | |
vyper/typing.py 12 0 100% | |
vyper/utils.py 164 72 56% | |
--------------------------------------------------------------------------------- | |
TOTAL 5819 3753 36% | |
Coverage HTML written to dir htmlcov | |
============================================================================================== Hypothesis Statistics ============================================================================================== | |
=================================================================================== 1 passed, 4 deselected, 1 warnings in 2.22s =================================================================================== | |
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/vyper on fubuloubu/eth-tester-upgrade* | |
$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment