Skip to content

Instantly share code, notes, and snippets.

View WeToolX's full-sized avatar
💭
I may be slow to respond.

WeTool WeToolX

💭
I may be slow to respond.
View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
contract SingleCard1155 is ERC1155, ERC1155Supply, ERC1155Burnable, AccessControl {
uint256 public constant COPPER_ID = 1;