Files
openzeppelin-contracts/docs/modules/api/examples/token/ERC1155/MyERC115HolderContract.sol
github-actions edf6031131 Update docs
2024-10-21 14:27:36 +00:00

8 lines
244 B
Solidity

// contracts/MyERC115HolderContract.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import {ERC1155Holder} from "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";
contract MyERC115HolderContract is ERC1155Holder {}