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 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); + } +} 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 + + + + + +
+ + + ++ + + + + + +