TEROCARBON
  1. Core Concepts
TEROCARBON
  • Introduction
    • Welcome to Tero Carbon
    • Benefits of Integrating with Tero Carbon
  • Getting Started
    • Authentication
    • Base URLs
    • Rate Limiting
    • Webhooks
  • Core Concepts
    • Core Concepts Overview
    • Assets (Verified Carbon Units - VCUs)
    • OpenSea & CAD Trust Publication
    • Smart Contracts
  • Integration Workflow
    • 1. Onboarding & Setup
    • 2. Listing VCUs on the Marketplace (User Journey)
    • 3. Handling Internal Marketplace Transactions (Transfers & Retirements)
    • 4. Returning VCUs to Tero Carbon (Detokenization/Retokenization)
    • 5. Querying Public Data (CAD Trust)
  • API Endpoints
    • Marketplace Data
      • getProjectData
      • getIssuanceData
      • getUnitsData
    • Notifications
      • reportTransaction
    • CAD Trust Data
      • getProjectList
      • getIssuanceList
      • getUnitList
  • Policies & Legal
    • Legal Disclaimer
    • Privacy Policy
    • Asset Integrity Policy (Summary)
  • Resources
    • FAQ
    • Glossary
    • Support
    • Useful Links
  • Resources
  1. Core Concepts

Smart Contracts

Tero Carbon utilizes the following primary smart contracts on the Polygon network for its tokenization process:
Smart ContractDescriptionAddress / Link
Managing WalletSmart Contract Owner / Operatorhttps://polygonscan.com/txs?a=0x8d023ae5024709c02b5d49785b65e2f1bf324357&p=2
Build TeroMinting Contract (ERC-1155 VCU Representation)https://polygonscan.com/address/0x1dd267c6ad01f3ea898149e3ccf1d8c2d204c07e
Safe Transfer FromTransfer Contract (Handles ERC-1155 transfers)https://polygonscan.com/token/0x8e40adf83910792348327a85c07ab3fc2cb31bae
RetireRetirement Contract (Initiates burn process)https://polygonscan.com/address/0x41bae0eb22d7f2971afa151e7ce03dfba310e276
Rebuild TeroSmart Contract for Retokenization (Native VCU Re-activation/Re-issuance)
These contracts manage the creation, movement, and retirement of VCUs on the blockchain.
Modified at 2025-04-29 11:59:09
Previous
OpenSea & CAD Trust Publication
Next
1. Onboarding & Setup
Built with