MyERC115HolderContract.sol 232 B

1234567
  1. // contracts/MyERC115HolderContract.sol
  2. // SPDX-License-Identifier: MIT
  3. pragma solidity ^0.8.20;
  4. import {ERC1155Holder} from "../../../../token/ERC1155/utils/ERC1155Holder.sol";
  5. contract MyERC115HolderContract is ERC1155Holder {}