This inquiry is specifically related to the following OpenZeppelin-based ERC721 contract:
This contact supports releases of tokens that are 1/n, i.e. not exclusively 1/1.
For all the instances of tokens of a particular set (1/n, 2/n, …, n/n), where all the tokens correspond to the same ipfsHash, would it be possible to use the same tokenURI for all of them?
Would this reduce the amount of storage, and correspondingly the amount of gas used when the contract is called?
Would this have any negative externalities regarding the correct functionality as its implemented today?