We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d541eab commit d0e3a26Copy full SHA for d0e3a26
packages/manifold/contracts/soulbound/ERC1155Soulbound.sol
@@ -22,7 +22,6 @@ import "./Soulbound.sol";
22
contract ERC1155Soulbound is Soulbound, IERC165, IERC1155CreatorExtensionApproveTransfer {
23
24
bytes4 private constant IERC1155CreatorExtensionApproveTransfer_v1 = 0x93a80b14;
25
- mapping(address => mapping(uint256 => bool)) private _nonSoulbound;
26
27
function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165) returns (bool) {
28
return interfaceId == type(IERC1155CreatorExtensionApproveTransfer).interfaceId ||
0 commit comments