Skip to content

Instantly share code, notes, and snippets.

View ASoldo's full-sized avatar
🌞
Rise and Grind

Rootster ASoldo

🌞
Rise and Grind
View GitHub Profile
@ASoldo
ASoldo / Soldables.sol
Created November 23, 2021 00:04
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.10+commit.fc410830.js&optimize=true&runs=200&gist=
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;
0x804dA42FA9CB84517311157E8fd709b1aeD9908a