Ethereum Erc721 Versions Save

The reference implementation of the ERC-721 non-fungible token standard.

2.6.1

2 years ago
  • Fixed ABI path to @nibbstack/erc721/abi.

2.5.1

2 years ago
  • Allow transfer to be overriden.

2.5.0

2 years ago
  • Make tokenUri overridable.
  • Package renamed from @0xcert/ethereum-erc721 to @nibbstack/erc721.
  • Repository moved from 0xcert to Nibbstack organization.

2.4.2

2 years ago

2.4.1

2 years ago

2.0.0

5 years ago
  • Solidity compiler version changed from 0.4.x to 0.5.x
  • Gas optimizations (especially for enumerable extension)
  • Full style guide
  • Testing environment switched from truffle to specron
  • Dependencies removed so the ERC-721 contracts can be used directly from the remix
  • Visibility of functions changed to provide better extendability as well as better safety from implementation mistakes
  • Documentation improvements