Last updated
Last updated
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.
โ 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
name
: Name of the token
symbol
: Symbol (e.g. $CABAL)
_deployer
: The address to receive the full 1B token supply
Token is initialized with name and symbol
Full supply is minted to _deployer
Ownership of the contract is renounced automatically
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.
Every CabalToken is born equal โ decentralized, simple, and permissionless.
For more, visit: or join the community on .
Total Supply
1,000,000,000 tokens
Ownership Renounced
โ Yes
Transferable
โ Standard ERC-20
Pausable / Mintable
โ No
Upgradeable?
โ No (immutable)