Skip to content

Releases: 0xth0mas/ERC1155P

v1.2

12 Nov 17:36
6096c58
Compare
Choose a tag to compare

Require implementing contracts to override and implement the name, symbol and uri functions.
Fix (remove) the self static calls in ERC1155PSupply

v1.1

03 Jul 05:58
efa5bb5
Compare
Choose a tag to compare

Upgrades to v1.0

  • Better use of scratch space for calculating storage slots
  • Pack mint data with balance data
  • Pack mint data with total supply data

Initial release

07 Feb 06:25
1c2701f
Compare
Choose a tag to compare

Initial release of ERC1155P implementation.