This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.24; | |
/** | |
* @title Althereum - Fair Launch Token Platform (BNB Chain) | |
* @author Althereum Team | |
* @notice ERC20 token with bonding curve mechanics and automatic liquidity provision | |
* @dev Constant product AMM (x*y=k) bonding curve → PancakeSwap V2 integration | |
* | |
* Website: https://althereum.com |