You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_setOwnersExplicit has internal visibility, but is never called. I understand this could still be useful for implementations extending ERC721A, however, the current contract can be used as-is and this function is effectively just wasting gas in its current state.
I think it would make sense to either remove it entirely or add it as an optional extension. Or even possibly add an external function that does nothing other than call _setOwnersExplicit.
The text was updated successfully, but these errors were encountered:
_setOwnersExplicit
has internal visibility, but is never called. I understand this could still be useful for implementations extending ERC721A, however, the current contract can be used as-is and this function is effectively just wasting gas in its current state.I think it would make sense to either remove it entirely or add it as an optional extension. Or even possibly add an external function that does nothing other than call
_setOwnersExplicit
.The text was updated successfully, but these errors were encountered: