hi krit this has all the pics a got just make the code work thats all
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.0; | |
import "./openzeppelin/ERC1155.sol"; | |
import "./openzeppelin/Ownable.sol"; | |
contract LuckyTheBoredCat is ERC1155, Ownable { | |
string public name; |