This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

Storage Slot Reader

Developer Tools · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — nothing to install.
CategoryDeveloper Tools
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

Solidity does not store mapping entries near the mapping’s declared slot — an entry lives at keccak256(key . slot), nested mappings apply that twice, and dynamic arrays start at keccak256(slot). This computes those addresses for you and reads the result, decoded as uint, address, bool, short string or raw bytes. Useful for reading state a contract exposes no getter for. You supply the slot number and the layout. The app computes the address and reads it, but cannot know a contract’s declaration order, so a wrong slot returns a valid-looking zero rather than an error. An all-zero result means either the value really is zero or the formula does not match this contract.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.