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

BarERC721

State Variables

_owners

mapping(uint256 => address) private _owners;

_balances

mapping(address => uint256) private _balances;

Functions

constructor

constructor() payable;

balanceOf

function balanceOf(address owner) public view virtual returns (uint256);

ownerOf

function ownerOf(uint256 tokenId) public view virtual returns (address);