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

SetLinked

Git Source

Inherits: SetSolo, SetRegistryHook, SetRegistryAdmin, KindRegistryClient

Functions

_SetLinked_initialize

function _SetLinked_initialize(address setRegistry, address kindRegistry) internal;

_SetLinked_initializeFrom

function _SetLinked_initializeFrom(address setRegistry) internal;

getSetRegistry

function getSetRegistry() internal view returns (address);

getSetIdRev

function getSetIdRev() internal view returns (uint64, uint32);

getSetId

function getSetId() internal view returns (uint64);

getSetRev

function getSetRev() internal view returns (uint32);

checkKindRev

function checkKindRev(uint64 kindId, uint32 kindRev0) internal view returns (uint32);

supportsInterface

function supportsInterface(bytes4 interfaceId)
    external
    pure
    virtual
    override(SetSolo, SetRegistryHook)
    returns (bool);

_objectURI

function _objectURI() internal view virtual override returns (string memory);

_SetLinked_supportsInterface

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

Errors

ZeroSetId

error ZeroSetId();

ZeroSetRev

error ZeroSetRev();