- NFTAuction Contract is an NFT smart contract, having functions like getRoyalty, createAuction, createSale, makeBid, _updateOngoingAuction, etc. - The NFTAuction NFT contract inherits IERC721, IERC721Receiver, IERC20, IAccessControl, IERC2981, Ownable standard smart contracts from the OpenZeppelin library. - These OpenZeppelin contracts are considered community- audited and time-tested, and hence are not part of the audit scope.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 1 | - | - | - | 1 |
Total | 1 | 0 | 0 | 0 | 1 |
# | File Name |
---|---|
1 | nftauction.sol |