Skip to content

Commit

Permalink
feat: Add ASCII art (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Manuel authored Mar 16, 2022
1 parent d9005c8 commit 10ccf4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contracts/ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10ccf4a

Please sign in to comment.