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

MySet1155

Git Source

Inherits: Set1155Linked

State Variables

_minted

uint64 _minted

_kindId

uint64 _kindId

_kindRev

uint32 _kindRev

Functions

constructor

constructor(address setRegistry, uint64 kindId, uint32 kindRev0) ;

mint

function mint(address to, uint64 id0, bytes calldata data) external returns (uint64 id, Descriptor memory od);

Errors

ZeroKindId

error ZeroKindId();

KindRevUnavailable

error KindRevUnavailable();

ObjectIdAutoOnly

error ObjectIdAutoOnly();