NFT Contract (ERC721)

ERC721

IERC165.sol

// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

interface IERC165 {

    function supportsInterface(bytes4 interfaceId) external view returns (bool);

}

IERC721.sol

IERC721TokenReceiver.sol (OPTIONAL)

IERC721Metadata.sol (OPTIONAL)

IERC721Enumerable.sol (OPTIONAL)

Strings.sol

ERC721.sol

Ownable.sol

RedCat.sol

BNB Chain Testnet

https://testnet.bscscan.com/address/0x2151e2a7146C04873E71765a8Ae92427d0934f93

Last updated