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

GameItemUpgradeable

Inherits: Initializable, ERC721URIStorageUpgradeable

State Variables

_nextTokenId

uint256 private _nextTokenId;

Functions

__GameItem_init

function __GameItem_init() internal onlyInitializing;

__GameItem_init_unchained

function __GameItem_init_unchained() internal onlyInitializing;

awardItem

function awardItem(address player, string memory tokenURI) public returns (uint256);