Skip to content

Instantly share code, notes, and snippets.

@cryptonomicon46
Created May 31, 2022 15:25
Show Gist options
  • Save cryptonomicon46/6a985f4e5701c9531a1a41dd45baf86b to your computer and use it in GitHub Desktop.
Save cryptonomicon46/6a985f4e5701c9531a1a41dd45baf86b to your computer and use it in GitHub Desktop.
TrackERC1155Nfts
//Track the NFT Info to check for reserves
struct NFTInfo {
uint id;
uint price;
uint reserves;
}
NFTInfo[] nftInfo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment