ThirdWeb Contracts provide more complex functions such as creating a compliant ERC20 token, creating editions of ERC1155 tokens, creating NFT collections, and setting up a marketplace. Future additions include functionalities such as Edition Drop, Marketplace v3, Multiwrap, NFT Drop, Pack, Signature Drop, Split, Token Drop, and Vote.

Token

This contract allows users to create a cryptocurrency token compliant with the ERC20 standard. Similar to what you have seen before, it is a popular Ethereum token standard that offers your typical functionalities like transferring tokens, retrieving the total token supply, and viewing the balance associated with a particular account.

Edition

The Edition contract is designed to mint unique editions or variants of a specific ERC1155 token. ERC1155 is a powerful token standard in Ethereum that supports both fungible and non-fungible tokens.

NFT Collection

The NFT Collection contract facilitates the creation of a series of non-fungible tokens (NFTs). NFTs can represent unique digital or physical assets on the blockchain.

Marketplace

The Marketplace contract enables the creation of a decentralized marketplace where users can trade tokens. This can include a variety of token types like cryptocurrencies and NFTs.