Skip to content

Commit

Permalink
Added title banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dexv2 committed Nov 29, 2023
1 parent 4e631c0 commit c1d0009
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/EscrowFactory.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
// SPDX-License-Identifier: MIT
/*
/$$$$$$$$
| $$_____/
| $$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$
| $$$$$ /$$_____/ /$$_____/ /$$__ $$ /$$__ $$| $$ | $$ | $$
| $$__/ | $$$$$$ | $$ | $$ \__/| $$ \ $$| $$ | $$ | $$
| $$ \____ $$| $$ | $$ | $$ | $$| $$ | $$ | $$
| $$$$$$$$ /$$$$$$$/| $$$$$$$| $$ | $$$$$$/| $$$$$/$$$$/
|________/|_______/ \_______/|__/ \______/ \_____/\___/
/$$$$$$$ /$$
| $$__ $$ | $$
| $$ \ $$ /$$$$$$ /$$ /$$ /$$$$$$/$$$$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$$$$$$/|____ $$| $$ | $$| $$_ $$_ $$ /$$__ $$| $$__ $$|_ $$_/
| $$____/ /$$$$$$$| $$ | $$| $$ \ $$ \ $$| $$$$$$$$| $$ \ $$ | $$
| $$ /$$__ $$| $$ | $$| $$ | $$ | $$| $$_____/| $$ | $$ | $$ /$$
| $$ | $$$$$$$| $$$$$$$| $$ | $$ | $$| $$$$$$$| $$ | $$ | $$$$/
|__/ \_______/ \____ $$|__/ |__/ |__/ \_______/|__/ |__/ \___/
/$$ | $$
| $$$$$$/
\______/
/$$$$$$ /$$
/$$__ $$ | $$
| $$ \__/ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$/$$$$
| $$$$$$ | $$ | $$ /$$_____/|_ $$_/ /$$__ $$| $$_ $$_ $$
\____ $$| $$ | $$| $$$$$$ | $$ | $$$$$$$$| $$ \ $$ \ $$
/$$ \ $$| $$ | $$ \____ $$ | $$ /$$| $$_____/| $$ | $$ | $$
| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$$$$$$| $$ | $$ | $$
\______/ \____ $$|_______/ \___/ \_______/|__/ |__/ |__/
/$$ | $$
| $$$$$$/
\______/
*/

pragma solidity 0.8.20;

Expand Down
33 changes: 33 additions & 0 deletions src/EscrowPayment.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
// SPDX-License-Identifier: MIT
/*
/$$$$$$$$
| $$_____/
| $$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$
| $$$$$ /$$_____/ /$$_____/ /$$__ $$ /$$__ $$| $$ | $$ | $$
| $$__/ | $$$$$$ | $$ | $$ \__/| $$ \ $$| $$ | $$ | $$
| $$ \____ $$| $$ | $$ | $$ | $$| $$ | $$ | $$
| $$$$$$$$ /$$$$$$$/| $$$$$$$| $$ | $$$$$$/| $$$$$/$$$$/
|________/|_______/ \_______/|__/ \______/ \_____/\___/
/$$$$$$$ /$$
| $$__ $$ | $$
| $$ \ $$ /$$$$$$ /$$ /$$ /$$$$$$/$$$$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$$$$$$/|____ $$| $$ | $$| $$_ $$_ $$ /$$__ $$| $$__ $$|_ $$_/
| $$____/ /$$$$$$$| $$ | $$| $$ \ $$ \ $$| $$$$$$$$| $$ \ $$ | $$
| $$ /$$__ $$| $$ | $$| $$ | $$ | $$| $$_____/| $$ | $$ | $$ /$$
| $$ | $$$$$$$| $$$$$$$| $$ | $$ | $$| $$$$$$$| $$ | $$ | $$$$/
|__/ \_______/ \____ $$|__/ |__/ |__/ \_______/|__/ |__/ \___/
/$$ | $$
| $$$$$$/
\______/
/$$$$$$ /$$
/$$__ $$ | $$
| $$ \__/ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$/$$$$
| $$$$$$ | $$ | $$ /$$_____/|_ $$_/ /$$__ $$| $$_ $$_ $$
\____ $$| $$ | $$| $$$$$$ | $$ | $$$$$$$$| $$ \ $$ \ $$
/$$ \ $$| $$ | $$ \____ $$ | $$ /$$| $$_____/| $$ | $$ | $$
| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$$$$$$| $$ | $$ | $$
\______/ \____ $$|_______/ \___/ \_______/|__/ |__/ |__/
/$$ | $$
| $$$$$$/
\______/
*/

pragma solidity 0.8.20;

Expand Down

0 comments on commit c1d0009

Please sign in to comment.