eth_getStorageAt
Returns content of the storage at given address
web3.eth.getStorageAt(address, position [, defaultBlock] [, callback]Parameters
Returns
Example
> web3.eth.getStorageAt("0x063eBCD1dB02320814Acc0721e65f14b8755Ff41", 0).then(console.log)
> 0x0000000000000000000000000000000000000000000000000000000000000000Last updated