Access cache

Access past queries

Access cache is a feature that allows you to retrieve data queried in the past. Unlike Balance query or Custom query, it's a simple view function, so no transaction is generated. You can obtain it through the following steps;

1. Input the content of the query

To access the cache, you will need to specify the choice of chain, contract address, block height, and storage slot, similar to a Custom query.

Please check here for information about storage slots.

2. Submit the queries

Once you have entered the query form, please press "Get Cache" to submit it.

No transaction will occur.

3. Display the query results

You can check the queried data under "Results."

It is displayed in bytes, so you will need to decode it to see the actual data.

Last updated