ftm.getStorageAt()
Description: Retrieves the value stored at a specific position in a contractβs storage.
Parameters
Name
Type
Description
address
string
The address of the contract.
position
integer
The block position in storage.
Returns
Type
Description
hexString
The value stored at the given position.
Last updated