First Contract:
//SPDX-License-Identifier:MITpragma solidity^0.8.20;import"@openzeppelin/contracts/token/ERC20/ERC20.sol";import"@openzeppelin/contracts/access/Ownable.sol";contract HighestCoin is ERC20,Ownable{ constructor() ERC20("HighestCoin","HHC") Ownable(msg.sender) { _mint(msg.sender,10000000*10**18); }}
Contract Adress and Account Adress:
contract adress of HighestCoin
0x97F45785025482d95661300Ac8eFd0952895FDdA
account adress
0x9E11A810C6e7598791dCD2ffE9F8AEa096bE1F51



ساحة النقاش