The Cabal Docs
  • The Cabal - Token Launch Platform
  • โš™๏ธ How It Works
  • ๐ŸŽ Claiming Creator Rewards
  • ๐Ÿ’ฐ Protocol Fees
  • ๐Ÿงฑ Cabal Protocol: Contract Overview
    • ๐Ÿ’  CabalToken
    • ๐Ÿญ CabalFactory
    • ๐Ÿ› ๏ธ CabalV3Helpers
    • ๐Ÿ” CabalLiquidityLocker
    • โš™๏ธ CabalV4Helpers
    • ๐Ÿ” CabalV4LiquidityLocker
    • ๐Ÿงช V4LiquidityHelpers
    • ๐Ÿ“ Latest Deployment Addresses (Base Mainnet)
  • ๐Ÿค Stay Connected
Powered by GitBook
On this page
Export as PDF

Last updated 8 days ago

The CabalToken contract is the standard ERC-20 implementation used for all tokens launched through The Cabal platform.

It ensures a predictable, trustless token setup with:

  • Fixed supply

  • Verified contract logic

  • Automatic ownership renouncement

This simplicity guarantees decentralization and prevents backdoors or post-launch manipulation.


๐Ÿ“ฆ Key Features

  • โœ… ERC-20 Compliant using OpenZeppelin

  • ๐Ÿ—๏ธ Total Supply: 1,000,000,000 tokens (1 billion)

  • ๐Ÿง‘โ€๐Ÿš€ Minted directly to the deployer address

  • ๐Ÿ”“ Ownership renounced immediately upon deployment

  • โš™๏ธ No admin functions, no tax, no hidden mint โ€” 100% trustless


โš™๏ธ Constructor Logic

  • name: Name of the token

  • symbol: Symbol (e.g. $CABAL)

  • _deployer: The address to receive the full 1B token supply

Execution Flow:

  1. Token is initialized with name and symbol

  2. Full supply is minted to _deployer

  3. Ownership of the contract is renounced automatically


๐Ÿ” Why Ownership Renouncement Matters

By removing contract ownership:

  • No one can mint additional tokens

  • No one can pause, blacklist, or modify balances

  • Prevents centralized control or tampering

This ensures that all tokens launched via The Cabal are decentralized by default.


โœจ Summary

Every CabalToken is born equal โ€” decentralized, simple, and permissionless.


Feature
Value

For more, visit: or join the community on .

constructor(string memory name, string memory symbol, address _deployer)

Total Supply

1,000,000,000 tokens

Ownership Renounced

โœ… Yes

Transferable

โœ… Standard ERC-20

Pausable / Mintable

โŒ No

Upgradeable?

โŒ No (immutable)

  1. ๐Ÿงฑ Cabal Protocol: Contract Overview

๐Ÿ’  CabalToken

Previous๐Ÿงฑ Cabal Protocol: Contract OverviewNext๐Ÿญ CabalFactory
  • ๐Ÿ“ฆ Key Features
  • โš™๏ธ Constructor Logic
  • ๐Ÿ” Why Ownership Renouncement Matters
  • โœจ Summary
https://thecabal.app
Telegram