Closed code423n4 closed 2 years ago
[L-06] _safeMint() should be used rather than _mint() wherever possible (_mint() is discouraged in favor of _safeMint() which ensures that the recipient is either an EOA or implements IERC721Receiver. Both OpenZeppelin and solmate have versions of this function):-
dup of #183
Judge has assessed an item in Issue #69 as Medium risk. The relevant finding follows: