Transient Labs Developer Docs
  • 👋Welcome!
  • 📑TL Creator Contracts
    • Creator Contracts Overview
    • Implementation Contracts
      • v3.x.x
      • v2.x.x
      • v1.x.x
    • Smart Contract Documentation
    • Common Features
      • Access Control
      • Royalties
      • Story Inscriptions
      • NFT Delegation
      • BlockList
    • ERC721TL
    • ERC1155TL
    • Shatter
    • ERC7160TL
    • Doppelganger
    • Collector's Choice
  • ⛔BlockList
    • BlockList Overview
    • Implementation Contracts
    • Deployments
    • Smart Contract Documentation
  • 🔖Story Inscriptions
    • Story Inscriptions Overview
    • Story Inscription Format
    • Smart Contract Documentation
  • 🖼️T.R.A.C.E.
    • T.R.A.C.E. Overview
    • Record Schema
    • Implementation
    • Smart Contract Documentation
      • TRACE
      • TRACERSRegistry
  • 🥞Stacks
    • Stacks Overview
    • Deployments
    • Smart Contract Documentation
  • 🎨Dynamic Art
    • Dynamic Art Overview
    • How to Create
    • How to Display
  • 🔗Integrations
    • Deploying TL Contracts
    • NFT Delegation
    • Integrating with Marketplaces
    • Metadata Structure
    • Inheriting TL Contracts
    • Onchain Art
    • Embeddable Components
  • ❔Miscellaneous
    • Supported Blockchains
    • tl-sol-tools
    • Licensing
    • Batch Upload Secret JSON
Powered by GitBook
On this page
  • General Contract Details
  • Creator Sovereignty
  • Proxy Pattern
  • Security
  • Source Code
  1. TL Creator Contracts

Creator Contracts Overview

TL Creator Contracts offer unmatched innovation and gas efficiency while adhering to NFT standards.

PreviousWelcome!NextImplementation Contracts

Last updated 1 year ago

General Contract Details

Creator Sovereignty

All Creator Contracts are owned by the creator. Full stop. There is no other option.

Proxy Pattern

TL Creator Contracts are immutable proxies in order to allow for cheap deployment costs, customization, and transparency. After deployment, the contract logic is not upgradeable and if any new implementation contracts are released, creators must deploy a new contract.

For more background on proxy patterns in, checkout this from OpenZeppelin.

For how to deploy our contracts, read more .

Security

All Transient Labs contracts inherit either from code we have written, or the battle-tested and audited contracts. We take security very seriously and utilize fuzz testing with a minimum of 10,000 runs prior to any release.

Source Code

The source code for the TL Creator Contracts can be found on our GitHub.

📑
ERC-1167
great article
here
OpenZeppelin
Page cover image
https://github.com/Transient-Labs/tl-creator-contracts