Created
November 12, 2014 02:30
-
-
Save ethers/3d477b0f9edb7718e481 to your computer and use it in GitHub Desktop.
ABAcalls1 runs out of balance
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
opts.address.toString('hex') | |
"095e7baea6a6c7c4c2dfeb977efac326af552d87" | |
bignum.fromBuffer(opts.account.balance).toString() | |
"1000000000000000000" | |
depth | |
0 | |
opts.address.toString('hex') | |
"945304eb96065b2a98b57a48a06ae28d285a71b5" | |
bignum.fromBuffer(opts.account.balance).toString() | |
"23" | |
depth | |
1 | |
opts.address.toString('hex') | |
"095e7baea6a6c7c4c2dfeb977efac326af552d87" | |
bignum.fromBuffer(opts.account.balance).toString() | |
"999999999999999976" | |
depth | |
2 | |
opts.address.toString('hex') | |
"945304eb96065b2a98b57a48a06ae28d285a71b5" | |
bignum.fromBuffer(opts.account.balance).toString() | |
"0" | |
depth | |
3 |
null stateroot...
key: 0000000000000000000000000000000000000000000000000000000000000028 gasLeft: 1554
@@@@@@ opts.account.stateRoot: <Buffer 00>
key: 0000000000000000000000000000000000000000000000000000000000000025 gasLeft: 2232
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
95e7 calls 94e5 with val 24
94e5 calls 95e7 with val 23