TOML

NFT Standards - TOML

NFT standards are technical specifications for issuing, managing, and trading unique digital assets on the Ethereum blockchain. Standards such as ERC-721 support various use cases including digital art, game items, and virtual real estate. These standards ensure interoperability between different platforms, enabling common usage across NFT marketplaces and wallets.

Ethereum Blockchain NFT Token Standard Smart Contract ERC-721 ERC-1155
[[items]]
code = "ERC-721"
slug = "erc-721"
name = "ERC-721"
description = "The foundational standard for non-fungible tokens (NFTs)."
authors = "William Entriken, Dieter Shirley, Jacob Evans, Nastassia Sachs"
batchTransfer = false
composability = false
createdYear = 2018
fungibility = "non-fungible"
status = "Final"

[[items]]
code = "ERC-1155"
slug = "erc-1155"
name = "ERC-1155"
description = "A multi-token standard for managing multiple token types."
authors = "Witek Radomski, Andrew Cooke, Philippe Castonguay, James Therien, Eric Binet, Ronan Sandford"
batchTransfer = true
composability = false
createdYear = 2018
fungibility = "flexible"
status = "Final"

[[items]]
code = "ERC-998"
slug = "erc-998"
name = "ERC-998"
description = "A standard for composable non-fungible tokens."
authors = "Matt Lockyer, Nick Mudge, Jordan Schalm, sebastian echeverry, Zainan Victor Zhou"
batchTransfer = false
composability = true
createdYear = 2018
fungibility = "non-fungible"
status = "Draft"

[[items]]
code = "ERC-6551"
slug = "erc-6551"
name = "ERC-6551"
description = "A standard that binds smart contract wallets to tokens."
authors = "Jayden Windle, Benny Giang, Steve Jang, Druzy Downs, Raymond Huynh, Alanah Lam, Wilkins Chung, Paul Sullivan, Auryn Macmillan, Jan-Felix Schwarz, Anton Bukov, Mikhail Melnik, Josh Weintraub, Rob Montgomery, vectorized, Víctor Martínez, Adrián Pajares"
batchTransfer = false
composability = true
createdYear = 2023
fungibility = "non-fungible"
status = "Draft"

[[items]]
code = "ERC-404"
slug = "erc-404"
name = "ERC-404"
description = "An experimental standard for semi-fungible tokens."
authors = "ctrl, Acme (Pandora Labs)"
batchTransfer = false
composability = false
createdYear = 2024
fungibility = "semi-fungible"
status = "Experimental"