From eb0cd8036c4092d782b79534f0e89eb740f12384 Mon Sep 17 00:00:00 2001 From: delsys32 <99782826+del-sys-32@users.noreply.github.com> Date: Sun, 20 Mar 2022 10:54:38 -0500 Subject: [PATCH] Update Carrier.sol Asthetics --- contracts/Carrier.sol | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/contracts/Carrier.sol b/contracts/Carrier.sol index 39e192b..a9e2bf5 100644 --- a/contracts/Carrier.sol +++ b/contracts/Carrier.sol @@ -7,9 +7,29 @@ import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol"; /* * Extensible collection airdrop contract. - * - * by @NFTChef + * "The Carrier" */ + + //////////////////////// + // // + // // + // // + // // + // .--,--. // + // `. ,.' // + // |___| // + // :o o: // + // _`~^~'_ // + // /' ^ `\ // + // Cooked up by // + // @nftChef // + // // + // // + // // + // // + //////////////////////// + + contract Carrier is ERC1155, ERC1155Supply, Ownable { constructor(string memory _uri) ERC1155(_uri) { _setURI(_uri);