From d5866658885bf0df65c1f4df16448f98028b6716 Mon Sep 17 00:00:00 2001 From: Pronabjyoti borgohain <79841399+Pjb1994-1@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:33:32 +0530 Subject: [PATCH 1/5] Update safmoon.sol --- Safemoon.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Safemoon.sol b/Safemoon.sol index d5a1d18..8bfaab3 100644 --- a/Safemoon.sol +++ b/Safemoon.sol @@ -701,7 +701,7 @@ interface IUniswapV2Router02 is IUniswapV2Router01 { } -contract SafeMoon is Context, IERC20, Ownable { +contract DigiMart is Context, IERC20, Ownable { using SafeMath for uint256; using Address for address; @@ -719,9 +719,9 @@ contract SafeMoon is Context, IERC20, Ownable { uint256 private _rTotal = (MAX - (MAX % _tTotal)); uint256 private _tFeeTotal; - string private _name = "SafeMoon"; - string private _symbol = "SAFEMOON"; - uint8 private _decimals = 9; + string private _name = "DigiMart"; + string private _symbol = "DMART"; + uint8 private _decimals = 18; uint256 public _taxFee = 5; uint256 private _previousTaxFee = _taxFee; From b69854c65484f4c010050937d177c59abafa6974 Mon Sep 17 00:00:00 2001 From: Pronabjyoti borgohain <79841399+Pjb1994-1@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:37:19 +0530 Subject: [PATCH 2/5] Update safmoon.sol --- Safemoon.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Safemoon.sol b/Safemoon.sol index 8bfaab3..38a2dff 100644 --- a/Safemoon.sol +++ b/Safemoon.sol @@ -12,7 +12,7 @@ #LIQ+#RFI+#SHIB+#DOGE = #BEE - #SAFEMOON features: + #DIGIMART features: 3% fee auto add to the liquidity pool to locked forever when selling 2% fee auto distribute to all holders I created a black hole so #Bee token will deflate itself in supply with every transaction From 2c349b983b073604bca81960b931d675c2f33a3d Mon Sep 17 00:00:00 2001 From: Pronabjyoti borgohain <79841399+Pjb1994-1@users.noreply.github.com> Date: Sun, 31 Oct 2021 10:34:58 +0530 Subject: [PATCH 3/5] Rename safmoon.sol to digiMart.sol --- Safemoon.sol => DigiMart.sol | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Safemoon.sol => DigiMart.sol (100%) diff --git a/Safemoon.sol b/DigiMart.sol similarity index 100% rename from Safemoon.sol rename to DigiMart.sol From dbd2e44822008dd987e02ea9da02f9cfd907965d Mon Sep 17 00:00:00 2001 From: Pronabjyoti borgohain <79841399+Pjb1994-1@users.noreply.github.com> Date: Sun, 31 Oct 2021 10:41:00 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29331c9..b7eb225 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Safemoon.sol -safemoon contract -Safemoon protocol is a mixture of RFI tokenomics with the added function of auto-liquidity generating protocol. A fork from BEE with some added benefits. +# DigiMart.sol +DigiMart contract +DigiMart protocol is a mixture of RFI tokenomics with the added function of auto-liquidity generating protocol. A fork from BEE with some added benefits. First, the dev has minted the tokens - sent the balance to DxSale for fair launch - and then burned the remainder of the tokens. Dev had to partake in presale. Second, utilized the DxSale protocol to foster trust in the community by auto-locking liquidity for 4 years. Simple tokenomics and elegant design and production of token information has catered to the overall success of the project. 100% community owned and driven - no rug is possible. -#safemoon join us on our journey safely to the moon! +#DigiMart join us on our journey safely to the moon! From 36608ea38708f87b518b619982d3e565eb4fc967 Mon Sep 17 00:00:00 2001 From: Pronabjyoti borgohain <79841399+Pjb1994-1@users.noreply.github.com> Date: Sun, 31 Oct 2021 18:48:15 +0530 Subject: [PATCH 5/5] Revert "Update safmoon.sol" --- DigiMart.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DigiMart.sol b/DigiMart.sol index 38a2dff..608fa8d 100644 --- a/DigiMart.sol +++ b/DigiMart.sol @@ -701,7 +701,7 @@ interface IUniswapV2Router02 is IUniswapV2Router01 { } -contract DigiMart is Context, IERC20, Ownable { +contract SafeMoon is Context, IERC20, Ownable { using SafeMath for uint256; using Address for address; @@ -719,9 +719,9 @@ contract DigiMart is Context, IERC20, Ownable { uint256 private _rTotal = (MAX - (MAX % _tTotal)); uint256 private _tFeeTotal; - string private _name = "DigiMart"; - string private _symbol = "DMART"; - uint8 private _decimals = 18; + string private _name = "SafeMoon"; + string private _symbol = "SAFEMOON"; + uint8 private _decimals = 9; uint256 public _taxFee = 5; uint256 private _previousTaxFee = _taxFee;