Every NFT conforms to the ERC-721 standard. ERC-721 is a defined interface of functions and data structures that smart contracts must implement, or inherit from, to be considered a Non-Fungible Token. "721" fills the letters "NFT" with the actual Solidity function definitions and implementations specified in the ERC-721 standard.