sandbox-smart-contracts
sandbox-smart-contracts copied to clipboard
Feat/land refactor dead code
Description
https://internal-jira.atlassian.net/browse/LR-14
Changes to get 100% coverage
- add IERC721BatchOps for batch operations
- remove supportsInterface that where not called
- remove __ERC2771Handler_initialize
- make _ownerAndOperatorEnabledOf so it is only implemented once
- add extra tests to get 100% coverage
- remove external methods and move those needed to main contract (so we check access there)