ERC721ConfigurablePreset
ERC721ConfigurablePreset
__initialize
function __initialize(bytes config) public virtual
Warper generic initialization method.
Name | Type | Description |
---|---|---|
config | bytes | Warper configuration parameters. |
supportsInterface
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool)
_Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created.
This function call must use less than 30 000 gas._
_validateOriginal
function _validateOriginal(address original) internal virtual
Validates the original NFT.