We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/#62' into Manual-Test
48f5efc
Merge pull request #97 from DennisPitallano/feature/#62
87607aa
Add eth_getStorageAt
DennisPitallano
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: