Collabberry Docs
  • Welcome Berries!
  • How do we do it?
  • Getting Started
    • Admin
      • Start an Organization
      • Team Agreements
        • Add Team Agreements
      • Organization Settings
    • Contributor
      • Join an Organization
  • Technical
    • Architecture
    • Berry Algorithm
    • Smart Contracts
      • Team Points
        • Implementation
      • Team Points Factory
Powered by GitBook
On this page
  1. Technical

Smart Contracts

This repository contains two main smart contracts:

  1. TeamPoints – A specialized ERC20 token that incorporates custom minting logic, transfer restrictions, and role-based access control.

  2. TeamPointsFactory – A factory contract that deploys new instances of the TeamPoints contract.

Below you will find a detailed breakdown of how they work, their functions, and how you might interact with them.

Deployed Contracts

  • Network: Arbitrum Sepolia

  • TeamPointsFactory deployed to: 0x0e414560fdEeC039c4636b9392176ddc938b182D

PreviousBerry AlgorithmNextTeam Points

Last updated 4 months ago