Skip to main content
Returns the value from a storage position at a given address.
Flashblocks: Query https://mainnet.base.org with "pending" to read storage updated by pre-confirmed transactions every ~200ms.

Parameters

string
required
The 20-byte address of the storage.
string
required
The storage slot position as a hexadecimal integer.
string
required
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest".

Returns

string
The value at the storage position as a 32-byte hex string.

Example