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

BarERC1155

State Variables

_balances

DEALERC1155 STDCHEAT

mapping(uint256 => mapping(address => uint256)) private _balances;

_totalSupply

mapping(uint256 => uint256) private _totalSupply;

Functions

constructor

constructor() payable;

balanceOf

function balanceOf(address account, uint256 id) public view virtual returns (uint256);

totalSupply

function totalSupply(uint256 id) public view virtual returns (uint256);