Solidity API
ERC721Settleable
_mintCounter
uint256 _mintCounter
constructor
constructor(address bridgeAddress) internal
supportsInterface
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool)
See {IERC165-supportsInterface}.
_incrementMintCounter
function _incrementMintCounter(uint256 n) internal virtual
_settle
function _settle(address tokenAddress, uint16, struct KeyValuePair[] entries) internal virtual
It's called by {_receiveRollupInfo} in Settleable.sol.
_currentMintCounter
function _currentMintCounter() internal view virtual returns (uint256)