//SPDX-License-Ifentifier: MIT pragma solidity ^0.8.30 ; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract MillardBoswellToken is ERC20 ("Millard Boswell Token","MBT"),Ownable { constructor (address initialOwner )Ownable(initialOwner ){} function mintFifty() public onlyOwner { _mint(msg.sender,50* 10**18); } }
Cashingout on Co-signing !!!
-
Killem Westside Records
- killemwestsiderecords4.godaddysites.com
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.