No implementation of IPFS hosted asset in the token.
2 Not comments (grades were not deducted for this).
No way to confirm if the contract was deployed and verified on testnet
Missed opportunity to used method overloading which could have made the modifiers not necessary. This one is important because modifiers were created to do not repeat the code but the mint function's logic is repeated. It could have been avoided and it would mitigate the need to create modifiers.
Missed opportunity to used method overloading which could have made the modifiers not necessary. This one is important because modifiers were created to do not repeat the code but the mint function's logic is repeated. It could have been avoided and it would mitigate the need to create modifiers.