From 06d7fec8d2b44c391c0d886945a70d450a882ec5 Mon Sep 17 00:00:00 2001 From: tulsidasji <129002079+tulsidasji@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:32:26 +0530 Subject: [PATCH 1/3] Create solution-2.md --- solution-2.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 solution-2.md diff --git a/solution-2.md b/solution-2.md new file mode 100644 index 00000000..2a5c9678 --- /dev/null +++ b/solution-2.md @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: MIT +pragma solidity ^0.8.9; + +import "@openzeppelin/contracts@4.8.2/token/ERC20/ERC20.sol"; +import "@openzeppelin/contracts@4.8.2/token/ERC20/extensions/ERC20Burnable.sol"; +import "@openzeppelin/contracts@4.8.2/access/Ownable.sol"; + +contract TULSI is ERC20, ERC20Burnable, Ownable { + constructor() ERC20("TULSI", "TUL") { + _mint(msg.sender, 10000 * 10 ** decimals()); + } + + function mint(address to, uint256 amount) public onlyOwner { + _mint(to, amount); + } +} From abe98b37af51737c5f21444237f7bb2613985934 Mon Sep 17 00:00:00 2001 From: tulsidasji <129002079+tulsidasji@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:35:56 +0530 Subject: [PATCH 2/3] Create solution-1.md --- solution-1.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 solution-1.md diff --git a/solution-1.md b/solution-1.md new file mode 100644 index 00000000..7c8d5170 --- /dev/null +++ b/solution-1.md @@ -0,0 +1 @@ +Twitter URL-https://twitter.com/TulsiDas685618/status/1640067449692225538?s=20 From 79e1a49f2a818cff357a0c916fb15dc528768a93 Mon Sep 17 00:00:00 2001 From: tulsidasji <129002079+tulsidasji@users.noreply.github.com> Date: Tue, 28 Mar 2023 02:56:54 +0530 Subject: [PATCH 3/3] Create solution-3.md --- solution-3.md | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 solution-3.md diff --git a/solution-3.md b/solution-3.md new file mode 100644 index 00000000..a06d83a1 --- /dev/null +++ b/solution-3.md @@ -0,0 +1,112 @@ +TXN ID-0xc03b5bdd1ab3513d4f21d385beb4c23bd3d77186c98c8b83e8b4189a70bf1f94 +URL-https://testnet-zkevm.polygonscan.com/tx/0xc03b5bdd1ab3513d4f21d385beb4c23bd3d77186c98c8b83e8b4189a70bf1f94 +Contract-0x566978c655E21657B8256AB455452E557b1049fd + + + + + + + + +

+

+ + + + + + +