ERC7160TL
Transient Labs ERC-7160 Creator Contract is packed with more innovation than another other solution on the market.
Last updated
Transient Labs ERC-7160 Creator Contract is packed with more innovation than another other solution on the market.
Last updated
ERC7160TL is Transient Labs' Creator Contract compliant with the ERC-7160 specification.
ERC7160TL allows for single token and multi-token airdrops. Multi-token airdrops are more expensive than batch mints, however, still are market leading for code-less solutions.
Number of Tokens | Market | ERC721TL |
---|---|---|
5 | 450,000 | 420,000 |
10 | 830,000 | 675,000 |
100 | 6,200,000 | 5,500,000 |
ERC7160TL implements market leading batch mint operations, while adhering to the ERC-721 specification. This is achieved through the use of custom ownership logic. The table and chart below shows gas usage comparison to the current market for batch mints, in gas units.
Tokens | Market | ERC721TL Batch Mint |
---|---|---|
1 | 210,000 | 176,000 |
5 | 450,000 | 198,000 |
10 | 830,000 | 209,000 |
100 | 6,200,000 | 402,000 |
200 | 12,000,000 | 616,000 |
1,000 | Not Possible | 2,331,000 |
ERC721TL has been outfitted with an external mint function that allows for approved mint contracts to mint tokens. This is extremely useful when it comes to minting for direct sales, edition sales, and more! For more on access control, see below.
ERC7160TL follows the ERC-7160 specification, allowing each token to have an array of metadata associated with it. This allows for extra functionality and design for creators & collectors.
Collectors of the tokens on this contract can choose to change their token's metadata to any option in the array. This emits a MetadataUpdate
event that let's marketplaces re-index the metadata and display it.
ERC721TL allows for any collector to burn tokens. This is intended to be used by creators with burn and redeem contracts in the future, but nothing stops collectors from burning tokens as they wish.
The burn function allows for the owner of the token or an approved operator to burn. The operator approval is required for burn and redeem contracts. This allows burn and redeem contracts to be configurable and determined at a later time.