committed by
GitHub
parent
5bd1c0d063
commit
42da4d6867
@ -237,7 +237,7 @@ contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {
|
|||||||
* Requirements:
|
* Requirements:
|
||||||
*
|
*
|
||||||
* - `account` cannot be the zero address.
|
* - `account` cannot be the zero address.
|
||||||
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
|
* - If `account` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
|
||||||
* acceptance magic value.
|
* acceptance magic value.
|
||||||
*/
|
*/
|
||||||
function _mint(address account, uint256 id, uint256 amount, bytes memory data) internal virtual {
|
function _mint(address account, uint256 id, uint256 amount, bytes memory data) internal virtual {
|
||||||
|
|||||||
Reference in New Issue
Block a user