Virtual TestNets are live! ⚡️ Test and stage dapps on real-time production data.  Schedule Office Hours

eth_getStorageAt - Real


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

Code Examples