TokenSymbol
Functions
uniSymbol
adapted from https://github.com/1inch/mooniswap/blob/master/contracts/libraries/UniERC20.sol
function uniSymbol(
address token
) internal view returns (string memory);
Parameters
Name | Type | Description |
---|---|---|
token | address | address of the token |
toHex
function toHex(
address account
) internal pure returns (string memory);
_toHex
function _toHex(
bytes memory data
) private pure returns (string memory);
min
function min(uint256 a, uint256 b) private pure returns (uint256);