README.adoc 271 B

12345678910
  1. = Common (Tokens)
  2. Functionality that is common to multiple token standards.
  3. * {ERC2981}: NFT Royalties compatible with both ERC721 and ERC1155.
  4. ** For ERC721 consider {ERC721Royalty} which clears the royalty information from storage on burn.
  5. == Contracts
  6. {{ERC2981}}