Skip to content

StorageRead ​

Git Source

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

Functions ​

readFromStorage ​

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