Learn R Programming

ether (version 0.1.6)

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

Description

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

Usage

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

Run this code
# NOT RUN {
eth_getStorageAt("0x3589d05a1ec4Af9f65b0E5554e645707775Ee43C", "0x0")
# }

Run the code above in your browser using DataLab