Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for retrieving Smart Contract Storage #365

Open
janewang opened this issue Feb 13, 2025 · 0 comments
Open

Support for retrieving Smart Contract Storage #365

janewang opened this issue Feb 13, 2025 · 0 comments

Comments

@janewang
Copy link
Collaborator

janewang commented Feb 13, 2025

What problem does your feature solve?

Something similar to Ethereum RPC’s eth_getStorageAt, which retrieves the stored value at a specific storage slot for a given contract address. Ideally, supports pagination/index retrieval

This functionality would enable developers to directly access contract storage, making it easier to retrieve on-chain data that may not be exposed through public functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

2 participants