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

eth_getStorageAt #62

Closed
DennisPitallano opened this issue Feb 22, 2022 · 0 comments · Fixed by #97
Closed

eth_getStorageAt #62

DennisPitallano opened this issue Feb 22, 2022 · 0 comments · Fixed by #97
Assignees
Labels
BscScan BASIC BscScan BASIC API Geth Proxy API Geth Proxy API v1 Phase 1

Comments

@DennisPitallano
Copy link
Owner

Returns the value from a storage position at a given address.
Ref: https://docs.bscscan.com/api-endpoints/geth-parity-proxy#eth_getstorageat
Sample Request:
https://api.bscscan.com/api
?module=proxy
&action=eth_getStorageAt
&address=0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82
&position=0x0
&tag=latest
&apikey=YourApiKeyToken

@DennisPitallano DennisPitallano added BscScan BASIC BscScan BASIC API v1 Phase 1 Geth Proxy API Geth Proxy API labels Feb 22, 2022
@DennisPitallano DennisPitallano linked a pull request Feb 28, 2022 that will close this issue
DennisPitallano added a commit that referenced this issue Feb 28, 2022
@DennisPitallano DennisPitallano self-assigned this Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BscScan BASIC BscScan BASIC API Geth Proxy API Geth Proxy API v1 Phase 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant