StorageRead

Git Source

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

Functions

readFromStorage

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