Skip to content

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

Open
LiamEClancy wants to merge 4 commits intomasterfrom
choir
Open

Contributing Token and MintShop changes being used in Choir.#11
LiamEClancy wants to merge 4 commits intomasterfrom
choir

Conversation

@LiamEClancy
Copy link
Copy Markdown

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
Copy Markdown
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.


/// 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
Copy Markdown
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