Last updated 8 months 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)