eth_getStorageAt - Polygon zkEVM

Returns the value from a storage position at a given address on the Polygon zkEVM network, or in other words, returns the state of the contract's storage, which may not be exposed via the contract's methods.

Path Params
string
required
Defaults to docs-demo

For higher throughput, create your own API key

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_getStorageAt
params
array of strings
length between 3 and 3
Defaults to 0x407d73d8a49eeb85d32cf465507dd71d507100c1,0x0,latest
  1. String - 20 Bytes - address of the storage
  2. String - Integer of the slot position in the storage (in hex)
  3. String - Either the hex value of a block number OR a block hash OR One of the following block tags:
    • pending - This is the same as latest for Polygon zkEVM.
    • latest - The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions.
    • safe - The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination. Intuitively, this block is “unlikely” to be re-orged.
    • finalized - The most recent crypto-economically secure block, that has been accepted by >2/3 of validators. Cannot be re-orged outside of manual intervention driven by community coordination. Intuitively, this block is very unlikely to be re-orged.
    • earliest - The lowest numbered block the client has available. Intuitively, you can think of this as the first block created.
params
Response

Response body
object
integer
string
string
Language
URL
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json
ReadMe
Support Hub