Last updated 2 years ago
function toHexString( ) internal returns (string)
Converts a uint256 to its ASCII string hexadecimal representation with fixed length.
uint256
string
Credit to Open Zeppelin under MIT license
function toHexStringNoPrefix( ) internal returns (string)