Skip to content

Commit 3d17201

Browse files
emo-ethjameswenzel
andauthored
rename interface (#223)
Co-authored-by: James Wenzel <[email protected]>
1 parent 7512977 commit 3d17201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IERC1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "./IERC165.sol";
55
/// @title ERC-1155 Multi Token Standard
66
/// @dev See https://eips.ethereum.org/EIPS/eip-1155
77
/// Note: The ERC-165 identifier for this interface is 0xd9b67a26.
8-
interface ERC1155 is IERC165 {
8+
interface IERC1155 is IERC165 {
99
/// @dev
1010
/// - Either `TransferSingle` or `TransferBatch` MUST emit when tokens are transferred, including zero value transfers as well as minting or burning (see "Safe Transfer Rules" section of the standard).
1111
/// - The `_operator` argument MUST be the address of an account/contract that is approved to make the transfer (SHOULD be msg.sender).

0 commit comments

Comments
 (0)