MT Contract (ERC1155)

ERC1155

IERC165.sol

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

interface IERC165 {

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

IERC1155.sol

IERC1155TokenReceiver.sol(OPTIONAL)

IERC1155MetadataURI.sol(OPTIONAL)

Address.sol

Strings.sol

ERC1155.sol

Ownable.sol

RedCat.sol

BNB Chain Testnet

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

Last updated