Isa Hassan âš¡ pfp
Isa Hassan âš¡
@totheapex
Contract Structure and Constructor Function pragma solidity ^0.8.0; import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract Totheapex is ERC20 { constructor(string memory name, string memory symbol, uint initialSupply) ERC20(name, symbol) { _mint(msg.sender, initialSupply); } }
1 reply
1 recast
2 reactions

NateFare pfp
NateFare
@fargate
🤲 @totheapex ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 2 $degen
0 reply
0 recast
0 reaction

Isa Hassan âš¡ pfp
Isa Hassan âš¡
@totheapex
Thanks
0 reply
0 recast
0 reaction