Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SetConnectedMintable

Git Source

Inherits: SetConnected, ObjectMinterHook, ObjectMinterAdmin

Functions

_SetConnectedMintable_initialize

function _SetConnectedMintable_initialize(address setRegistry, address objectMinter) internal;

supportsInterface

function supportsInterface(bytes4 interfaceId)
    external
    pure
    virtual
    override(SetConnected, ObjectMinterHook)
    returns (bool);

_SetConnectedMintable_supportsInterface

function _SetConnectedMintable_supportsInterface(bytes4 interfaceId) internal pure returns (bool);