code-423n4 / 2022-08-foundation-findings

0 stars 0 forks source link

Upgraded Q -> M from 69 [1661781432655] #294

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

Judge has assessed an item in Issue #69 as Medium risk. The relevant finding follows:

HickupHH3 commented 1 year 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