πŸ“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