Open code423n4 opened 2 years ago
pauliax
function "mintWithMetadata" does not need onlyFactory modifier as it will be checked in function "mint" later.
Handle
pauliax
Vulnerability details
Impact
function "mintWithMetadata" does not need onlyFactory modifier as it will be checked in function "mint" later.