starknet_getStorageAt
Get the value of the storage at the given address and key
Parameters:
CONTRACT_ADDRESS - The address of the contract to read from
STORAGE_POSITION - A hex code of an integer that represents the position in the storage.
BLOCK_PARAM - "latest", "pending", or the hash of a block.
Returns:
The value at the given key for the given contract. 0 if no value is found
Example:
Last updated