Baadbe @ Ethereum Blockchain
A new ERC-20 token, Baadbe, has been created on the Ethereum mainnet, functioning as a member token for My Family token services, token Contract is 0x26A1D3bd6a7d4Abd216A1D87237d56D736Fa0B30
Source code :
// baadbe.sol file start ////
// SPDX-License-Identifier: MIT
// Compatible with OpenZeppelin Contracts ^5.0.0
pragma solidity ^0.8.29;
import "@openzeppelin/contracts@5.0.2/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts@5.0.2/access/Ownable.sol";
contract Baadbe is ERC20, Ownable {
constructor(address initialOwner)
ERC20("Baadbe", "BAA")
Ownable(initialOwner)
{
_mint(msg.sender, 9999999999 * 10 ** decimals());
}
function mint(address to, uint256 amount) public onlyOwner {
_mint(to, amount);
}
}
// baadble.sol file end /////////////////////////
Visit Baddbe website for more information :
https://baadbe.com/
okchai
Uniswap AMM : 20001 WBEAM and 2 MAKER Added
Baadbe Swap :
Aug 29, 2025, 4:24:39 PMhttps://app.uniswap.org/explore/tokens/ethereum/0x26a1d3bd6a7d4abd216a1d87237d56d736fa0b30
Maker-Baadbe AMM :
https://app.uniswap.org/explore/pools/ethereum/0x361225ff4e48fb3f9a7116835a093daac47648773d928b167dcb3dbd5da270e9
WBEAM-Baadbe AMM :
https://app.uniswap.org/explore/pools/ethereum/0x0c36b66719e9e68c3cb90ba862bd81f6f238d52bfb610e82839c8d7ee31eb0ce