Ensuring creator royalties is paramount and BlockList enables this.
All TL Creator Contracts implement BlockList modifiers to approval functions. These modifiers are never implemented on any transfer functions.
ERC721TL - notBlocked implemented on approve and setApprovalForAll
notBlocked
approve
setApprovalForAll
ERC1155TL - notBlocked implemented on setApprvoalForAll
setApprvoalForAll
Read more on BlockList:
Last updated 2 years ago