Implement Non Fungible Token Royalty (EIP2981) (#3012)

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
JulissaDantes
2022-01-06 18:34:57 -04:00
committed by GitHub
parent 1e815f3308
commit a65c03bc0d
11 changed files with 413 additions and 8 deletions

View File

@ -0,0 +1,10 @@
= Common (Tokens)
Functionality that is common to multiple token standards.
* {ERC2981}: NFT Royalties compatible with both ERC721 and ERC1155.
** For ERC721 consider {ERC721Royalty} which clears the royalty information from storage on burn.
== Contracts
{{ERC2981}}