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

GameItem

Inherits: ERC721URIStorage

State Variables

_nextTokenId

uint256 private _nextTokenId;

Functions

constructor

constructor() ERC721("GameItem", "ITM");

awardItem

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