eth_getStorageAt: Returns the value from a storage position at a given address.

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

Returns the value from a storage position at a given address.

Usage

1
eth_getStorageAt(address, position, number = "latest")

Arguments

address

A 20 byte (hexadecimal) Ethereum address.

position

Position in the storage.

number

An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".

Value

Hex string.

Examples

1
2
3
4
## Not run: 
eth_getStorageAt("0x3589d05a1ec4Af9f65b0E5554e645707775Ee43C", "0x0")

## End(Not run)

datawookie/ether documentation built on Jan. 31, 2020, 8:58 a.m.