diff --git a/contracts/ERC20.sol b/contracts/ERC20.sol index e322fb7..64e3196 100644 --- a/contracts/ERC20.sol +++ b/contracts/ERC20.sol @@ -3,6 +3,15 @@ pragma solidity ^0.8.7; import { IERC20 } from "./interfaces/IERC20.sol"; +/* + ███████╗██████╗ ██████╗ ██████╗ ██████╗ + ██╔════╝██╔══██╗██╔════╝ ╚════██╗██╔═████╗ + █████╗ ██████╔╝██║ █████╔╝██║██╔██║ + ██╔══╝ ██╔══██╗██║ ██╔═══╝ ████╔╝██║ + ███████╗██║ ██║╚██████╗ ███████╗╚██████╔╝ + ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ +*/ + /** * @title Modern ERC-20 implementation. * @dev Acknowledgements to Solmate, OpenZeppelin, and DSS for inspiring this code.