We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using geth built from develop: in the console, admin.dumpBlock() shows this account and storage exists:
c17364ccff7dbe6006497b9e5284c41c653b0fc8: { Balance: '10', Nonce: 0, Root: '275d689ae4899d1f5487644614def6d00cd13efdd3938b5ccfa450aa49bcddf5', CodeHash: '2be56914565bc47f6dd2e703fae402207aad33d72e3ab2f1bd78626f690d7ff5', Storage: { 0000000000000000000000000000000000000000000000000000000000000000: '01', 0000000000000000000000000000000000000000000000000000000000000002: '01' 0000000000000000000000000000000000000000000000000000000000000001: '01', } }
But running web3.eth.getStorageAt('0xc17364ccff7dbe6006497b9e5284c41c653b0fc8', 0) returns
2015/03/31 12:55:43 [RPC] eth_getStorageAt ["0x307863313733363463636666376462653630303634393762396535323834633431633635336230666338","0x0","latest"] '0x0'
The text was updated successfully, but these errors were encountered:
Could you supply a minimal viable test case (contract (byte!) code, arguments, abi, etc)
Sorry, something went wrong.
For just testing storage lookup, it's probably sufficient to use { [[0x0]] 1 [[0x1]] 2 }, which compiles to 60016000556002600155
{ [[0x0]] 1 [[0x1]] 2 }
60016000556002600155
4391c38
Merge pull request ethereum#610 from ngtuna/cancel-order-2
562a961
Cancel order: follow up ethereum#609
Cleanup MessageSet (ethereum#610)
6d301e4
Merge pull request ethereum#610 from maticnetwork/wbutton/goreleaser-…
3b4ff7d
…docker-creds
obscuren
No branches or pull requests
Using geth built from develop: in the console, admin.dumpBlock() shows this account and storage exists:
But running web3.eth.getStorageAt('0xc17364ccff7dbe6006497b9e5284c41c653b0fc8', 0) returns
The text was updated successfully, but these errors were encountered: