// SPDX-License-Identifier: GPL-3.0 pragma solidity 0.6.12; library Constants { bytes4 public constant ERC165_INTERFACE_ID_ERC165 = 0x01ffc9a7; bytes4 public constant ERC165_INTERFACE_ID_ERC721 = 0x80ac58cd; }