Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing Token and MintShop changes being used in Choir. #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LiamEClancy
Copy link
Member

In Choir I'm giving away tokens with each item minted. These tokens are non-transferable until a later time when I explicitly activate token transfers. I've modified the Token contract to support optional initialization as non-transferable and added a PermitControl-based unlock function. I also updated the MintShop1155 to support giving out tokens as accompaniments to sold items.

Copy link
Member

@TimTinkers TimTinkers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review still WIP.

@@ -169,7 +169,6 @@ interface ISuper1155 {

/// A mapping of data for each item group.
function itemGroups (uint256) external view returns (ItemGroup memory);
/* function itemGroups (uint256) external view returns (bool initialized, string memory _name, uint8 supplyType, uint256 supplyData, uint8 itemType, uint256 itemData, uint8 burnType, uint256 burnData, uint256 _circulatingSupply, uint256 _mintCount, uint256 _burnCount); */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: delete this unneeded comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants