πŸ‘·Smart Contracts

πŸ“Œ ERC721

A standard for non-fungible tokens (NFTs), allowing each token to be unique and individually owned and traded.

πŸ“Œ ERC721A

An optimized version of ERC721, reducing gas costs for minting multiple NFTs in a single transaction.

πŸ“Œ ERC1155

A multi-token standard supporting both fungible and non-fungible tokens, allowing batch transfer and streamlined contract management.

πŸ“Œ Soulbound

A concept for tokens that are non-transferable and permanently tied to a single owner, representing immutable attributes or qualifications.

πŸ“Œ ERC6551

A contract standard for creating and managing accounts that can hold various tokens and execute transactions.

πŸ“Œ Fractional

A contract that allows NFTs to be fractionalized into smaller, tradable parts, often represented as ERC20 tokens.

πŸ“Œ UpgradableNFTContract

A contract for NFTs that can be upgraded post-deployment, ensuring flexibility and adaptability to future changes or improvements.

Last updated