NFTs2Me contains multiple contracts. The main functionality in the audit was the factory and collection contract. N2MFactory allows anyone to create the NFT collection while initializing the created collection. The owner can add the new implementation for the implementation type. The N2MFactory contract allows creating collections apart from the specified implementation types.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 6 | - | - | - | 6 |
Fixed | 1 | - | - | - | 1 |
Total | 7 | 0 | 0 | 0 | 7 |
# | File Name |
---|---|
1 | Common.sol |
2 | N2MFactory.sol |