Created
October 25, 2017 10:35
-
-
Save guidovranken/8c33e4e7911dabe984aa5caf91cb7398 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Tracing Go VM: | |
| [1] 0 : JUMPDEST | |
| Stack: [] | |
| Gas: 99999 | |
| [2] 1 : PC | |
| Stack: [1] | |
| Gas: 99997 | |
| [3] 2 : ADDRESS | |
| Stack: [1 341] | |
| Gas: 99995 | |
| [4] 3 : ADDRESS | |
| Stack: [1 341 341] | |
| Gas: 99993 | |
| [5] 4 : ADDRESS | |
| Stack: [1 341 341 341] | |
| Gas: 99991 | |
| [6] 5 : GAS | |
| Stack: [1 341 341 341 99989] | |
| Gas: 99989 | |
| [7] 6 : MSIZE | |
| Stack: [1 341 341 341 99989 0] | |
| Gas: 99987 | |
| [8] 7 : PC | |
| Stack: [1 341 341 341 99989 0 7] | |
| Gas: 99985 | |
| [9] 8 : EXTCODESIZE | |
| Stack: [1 341 341 341 99989 0 0] | |
| Gas: 99285 | |
| [10] 0 : STOP | |
| Stack: [] | |
| Gas: 38231 | |
| [11] 9 : CREATE | |
| Stack: [1 341 341 341 453971504443202037870536824984718068653765288996] | |
| Gas: 38837 | |
| Tracing Rust VM: | |
| [0] 0 : JUMPDEST | |
| gasused 99999 | |
| [1] 1 : PC | |
| gasused 99997 | |
| [2] 2 : ADDRESS | |
| gasused 99995 | |
| [3] 3 : ADDRESS | |
| gasused 99993 | |
| [4] 4 : ADDRESS | |
| gasused 99991 | |
| [5] 5 : GAS | |
| gasused 99989 | |
| [6] 6 : MSIZE | |
| gasused 99987 | |
| [7] 7 : PC | |
| gasused 99985 | |
| [8] 8 : EXTCODESIZE | |
| gasused 99285 | |
| [9] 9 : CREATE | |
| gasused 38837 | |
| [10] 0 : STOP | |
| gasused 38231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment