For those who are starting to learn Smart Contract development, and in particular, to those who use Solidity often, the flatten feature is essential.
When you write your Smart Contract, depending on the complexity, you may import some libraries from OpenZeppelin, Erc721, Erc721A, etc. But at the moment of verifying…