eth_getStorageAt - Optimistic Sepolia
Summary
Returns the value from a storage position at a given address.Parameters
1. Address of the storage
Address Address
Address of the storage
Example:Â
i.e. `0x295a70b2de5e3953354a6a8344e616ed314d7251`
2. Index Hex
Hex of the position in the storage
Example:Â
i.e. `0x0`, `0x1`, `0x2`...
3. Block Number Quantity or Tag
Hex block number, or the string
latest
, earliest
or pending
Example:Â
i.e. latest or pending