Skip to content

Commit 258e110

Browse files
committed
keep upgradeable version of ERC721Holder and ERC1155Holder
1 parent da2197b commit 258e110

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

contracts/token/ERC1155/utils/ERC1155Holder.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {IERC1155Receiver} from "../IERC1155Receiver.sol";
1111
*
1212
* IMPORTANT: When inheriting this contract, you must include a way to use the received tokens, otherwise they will be
1313
* stuck.
14-
*
15-
* @custom:stateless
1614
*/
1715
abstract contract ERC1155Holder is ERC165, IERC1155Receiver {
1816
/// @inheritdoc IERC165

contracts/token/ERC721/utils/ERC721Holder.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {IERC721Receiver} from "../IERC721Receiver.sol";
1111
* Accepts all token transfers.
1212
* Make sure the contract is able to use its token with {IERC721-safeTransferFrom}, {IERC721-approve} or
1313
* {IERC721-setApprovalForAll}.
14-
*
15-
* @custom:stateless
1614
*/
1715
abstract contract ERC721Holder is IERC721Receiver {
1816
/**

0 commit comments

Comments
 (0)