ONFT721
Inherits: IONFT721, ONFT721Core, ERC721
Functions
constructor
constructor(string memory _name, string memory _symbol, uint256 _minGasToTransfer, address _lzEndpoint)
ERC721(_name, _symbol)
ONFT721Core(_minGasToTransfer, _lzEndpoint);
supportsInterface
function supportsInterface(bytes4 interfaceId)
public
view
virtual
override(ONFT721Core, ERC721, IERC165)
returns (bool);
_debitFrom
function _debitFrom(address _from, uint16, bytes memory, uint256 _tokenId) internal virtual;
_creditTo
function _creditTo(uint16, address _toAddress, uint256 _tokenId, bytes memory) internal virtual override;