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

Set1155Linked

Git Source

Inherits: Set1155Solo, SetRegistryHook, SetRegistryAdmin, KindRegistryClient

Functions

_Set1155Linked_initialize

function _Set1155Linked_initialize(address setRegistry, address kindRegistry) internal;

_Set1155Linked_initializeFrom

function _Set1155Linked_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(Set1155Solo, SetRegistryHook)
    returns (bool);

_Set1155Linked_supportsInterface

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

_objectURI

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

_tokenURI

function _tokenURI(uint64 id, uint32 rev) internal view virtual override returns (string memory);

_contractURI

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

Errors

ZeroSetId

error ZeroSetId();

ZeroSetRev

error ZeroSetRev();