eth_getStorageAt | Ethereum Method
POST/:apiKey
Returns the value from a storage position at a given address, or in other words, returns the state of the contract's storage, which may not be exposed via the contract's methods.
Request
Responses
- 200
Returns the value at this storage position.
Loading...