Skip to content

Instantly share code, notes, and snippets.

@ethers
Created November 12, 2014 02:30
Show Gist options
  • Save ethers/3d477b0f9edb7718e481 to your computer and use it in GitHub Desktop.
Save ethers/3d477b0f9edb7718e481 to your computer and use it in GitHub Desktop.
ABAcalls1 runs out of balance
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
@ethers
Copy link
Author

ethers commented Nov 12, 2014

95e7 calls 94e5 with val 24
94e5 calls 95e7 with val 23

@ethers
Copy link
Author

ethers commented Nov 12, 2014

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