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
We can rely on the internal storage information and web3.get_storage_at to return the value of a contract onchain
web3.get_storage_at
Example of API
slither-read-storage [codebase] 0x414141 canonical_variable_name
slither-read-storage 0x414141 canonical_variable_name
Potential flags:
--offset
--index
The text was updated successfully, but these errors were encountered:
Came from https://0xalpharush.github.io/slithering-through-the-dark-forest/ excited to see it!
Sorry, something went wrong.
Redirect interested people to https://github.com/crytic/slither/tree/master/slither/tools/read_storage
No branches or pull requests
We can rely on the internal storage information and
web3.get_storage_at
to return the value of a contract onchainExample of API
slither-read-storage [codebase] 0x414141 canonical_variable_name
slither-read-storage 0x414141 canonical_variable_name
(if the source code is on etherscan)Potential flags:
--offset
/--index
for mapping arrayThe text was updated successfully, but these errors were encountered: