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
pragma solidity >=0.8.0 <0.9.0; | |
//SPDX-License-Identifier: MIT | |
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
import "@openzeppelin/contracts/utils/Strings.sol"; | |
contract Soldables is ERC1155{ | |
//0x0bb089104b4e5dedfc16f743cf8bf513df759b54 | |
//0x0bB089104B4e5dEDFc16f743cF8bF513dF759B54 | |
uint256 public constant Charmander = 0; | |
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
0x804dA42FA9CB84517311157E8fd709b1aeD9908a |