You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/IERC1155.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ import "./IERC165.sol";
5
5
/// @title ERC-1155 Multi Token Standard
6
6
/// @dev See https://eips.ethereum.org/EIPS/eip-1155
7
7
/// Note: The ERC-165 identifier for this interface is 0xd9b67a26.
8
-
interfaceERC1155isIERC165 {
8
+
interfaceIERC1155isIERC165 {
9
9
/// @dev
10
10
/// - 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).
11
11
/// - 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