Blog iconLiving_Phantom
Jan 29
LINK TO TWEET: https://x.com/0x___ygen/status/1884674143917834280 COPY: // SPDX-License-Identifier: MIT pragma solidity ^0.8.16; contract MyToken { string public name; string public symbol; uint8 public decimals = 18; address private owner; // the creator of this contract mapping (address => uint256) balances; constructor() { owner = msg.sender; name = 'My Token'; symbol = 'MTK'; balances[owner] = 1000000 * 10 ** decimals; } function balanceOf(address _user) public view re...

Living_Phantom

Written by
phantomxyz

A crypto enthusiast, fell in love with crypto cos of COVID-19

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome

Living_Phantom

Blog iconLiving_Phantom
Jan 29
LINK TO TWEET: https://x.com/0x___ygen/status/1884674143917834280 COPY: // SPDX-License-Identifier: MIT pragma solidity ^0.8.16; contract MyToken { string public name; string public symbol; uint8 public decimals = 18; address private owner; // the creator of this contract mapping (address => uint256) balances; constructor() { owner = msg.sender; name = 'My Token'; symbol = 'MTK'; balances[owner] = 1000000 * 10 ** decimals; } function balanceOf(address _user) public view re...

Living_Phantom

Written by
phantomxyz

A crypto enthusiast, fell in love with crypto cos of COVID-19

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

Living_Phantom

Subscribe
Search...Ctrl+K
Subscribe
Subscribe
Subscribe