Skip to content

StorageRead ​

implements a method to read uint256 data from storage at a bytes32 storage slot key.

readFromStorage ​

solidity
function readFromStorage(bytes32 slot_) public view returns (uint256 result_)