IERC1155.sol 189 B

123456
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v5.4.0) (interfaces/IERC1155.sol)
  3. pragma solidity >=0.6.2;
  4. import {IERC1155} from "../token/ERC1155/IERC1155.sol";