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

ERC721ConsecutiveEnumerableMock

Inherits: ERC721Consecutive, ERC721Enumerable

Functions

constructor

constructor(string memory name, string memory symbol, address[] memory receivers, uint96[] memory amounts)
    ERC721(name, symbol);

supportsInterface

function supportsInterface(bytes4 interfaceId) public view virtual override(ERC721, ERC721Enumerable) returns (bool);

_ownerOf

function _ownerOf(uint256 tokenId) internal view virtual override(ERC721, ERC721Consecutive) returns (address);

_update

function _update(address to, uint256 tokenId, address auth)
    internal
    virtual
    override(ERC721Consecutive, ERC721Enumerable)
    returns (address);

_increaseBalance

function _increaseBalance(address account, uint128 amount) internal virtual override(ERC721, ERC721Enumerable);