- https://www.bitlo.top
-
Joined
Oct 14, 2025
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.29; | |
/** | |
* @title BitLoTop Token (BEP-20 / ERC-20) | |
* @author BitLo | |
* @notice BitLoTop is a fixed-supply, minimal ERC-20/BEP-20 token intended for DEX trading and general use. | |
* @dev Implementation is intentionally minimal and immutable: no mint, no burn, no fees. | |
*/ |
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.29; | |
/** | |
* @title BitLoTop Token (BEP-20 / ERC-20) | |
* @author BitLo | |
* @notice BitLoTop is a fixed-supply, minimal ERC-20/BEP-20 token intended for DEX trading and general use. | |
* @dev Implementation is intentionally minimal and immutable: no owner/admin, no mint, no burn, no fees. | |
*/ |