Closed Vectorized closed 8 months ago
_isApprovedForAll
_getApproved
_transferFromNFT
_isZero
$.addressData[owner]
skipNFT
owner
Ensure you completed all of the steps below before submitting your pull request:
forge fmt
forge snapshot
forge test
Pull requests with an incomplete checklist will be thrown out.
Description
_isApprovedForAll
an internal virtual function that can be overridden._getApproved
in_transferFromNFT
._isZero
, cuz solc is dumb sometimes.$.addressData[owner]
whereever we don't need to access theskipNFT
status ofowner
.Checklist
Ensure you completed all of the steps below before submitting your pull request:
forge fmt
?forge snapshot
?forge test
?Pull requests with an incomplete checklist will be thrown out.