Skip to content

Commit d0e3a26

Browse files
authored
Update ERC1155Soulbound.sol
1 parent d541eab commit d0e3a26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/manifold/contracts/soulbound/ERC1155Soulbound.sol

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import "./Soulbound.sol";
2222
contract ERC1155Soulbound is Soulbound, IERC165, IERC1155CreatorExtensionApproveTransfer {
2323

2424
bytes4 private constant IERC1155CreatorExtensionApproveTransfer_v1 = 0x93a80b14;
25-
mapping(address => mapping(uint256 => bool)) private _nonSoulbound;
2625

2726
function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165) returns (bool) {
2827
return interfaceId == type(IERC1155CreatorExtensionApproveTransfer).interfaceId ||

0 commit comments

Comments
 (0)