README.adoc 274 B

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