Hi, I am trying to replicate a contract from Bsc Scan for SafeMoon, and I've copy pasted everything but when I redeploy the altered code (only change i have made is to the name), I am unable to see the Token Tracker on Bsc Scan. Can someone please help with this?

May 17, 2021, 6:14 PM
I even tried redeploying the original code as is, but even for that I am unable to see the Token Tracker
The Solidity version etc. are matched to the version used in the original contract as welll
May 17, 2021, 6:15 PM
I can help you
May 17, 2021, 6:27 PM
thanks!
so would you prefer if I sent you screenshots?
May 17, 2021, 6:29 PM
you are selecting wrong contract on remix
May 17, 2021, 6:35 PM
how do I select one mate
May 17, 2021, 6:36 PM
above deploy button can you see?
May 17, 2021, 6:37 PM
yeah
May 17, 2021, 6:37 PM
drop-down menu
yes this one
you must choose you contract name
not Address
May 17, 2021, 6:38 PM
ah fairs, which one do I select
May 17, 2021, 6:38 PM
which is you token name?
May 17, 2021, 6:38 PM
can I dm you bro
May 17, 2021, 6:39 PM
the one with " import ..." ?
let me finish the dinner and I come back
May 17, 2021, 6:57 PM
Invite Yoshiko
May 17, 2021, 6:57 PM
no erros
May 17, 2021, 7:17 PM
please send the exact code and where exactly placed thank you hero
May 17, 2021, 7:28 PM
I can't because is a project still ongoing.
But I just added it at the end of the contract.
Did you import Uniswap interfaces?
and did you removed "immutable" keyword from uniswap pai and router?
May 17, 2021, 7:30 PM
you mean delete this IUniswapV2Router02 public immutable uniswapV2Router;
address public immutable uniswapV2Pair;
Did not know that I need to import uniswap interface where and how lol
May 17, 2021, 7:33 PM
๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ
man why you should use that function to change router
If you don't use router...
No sense๐Ÿ˜
May 17, 2021, 7:34 PM
I am just experimenting on clone lol
what to do here now
do you prefer 9 or 18 decimals
Oh it worked now
immutable deleted
Thank you hero!
May 17, 2021, 7:38 PM
๐Ÿ˜๐Ÿ˜
May 17, 2021, 7:39 PM
IUniswapV2Router02 public uniswapV2Router;
address public uniswapV2Pair;
Like that?
May 17, 2021, 7:39 PM
yes
May 17, 2021, 7:39 PM
added to end of code and no error now
what does immutable do anyway lol
this is safemoon clone I am modifying ๐Ÿ˜‚
May 17, 2021, 7:40 PM
I'm learning lol
May 17, 2021, 7:41 PM
immutabile meaning
May 17, 2021, 7:41 PM
yeah that's t thank you freezy hero
in my remix after deploying I can't see the function such as sending tokens
I can see it before just after deploying in testnet but gone
May 17, 2021, 7:44 PM
That's because of router
I guess
May 17, 2021, 7:44 PM
oh Low level interactions
I need to do what
after we deploy and verified I won't remove your name on it as thanks
May 17, 2021, 7:45 PM
I'm noob haha @freezyEXchange help him o/
May 17, 2021, 7:45 PM
//Thank you FreezyEx
Can we swap in testnet v2 pancake
// Pancakeswap V2
IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0xD99D1c33F9fC3444f8101754aBC46c52416550D1);
// Create a uniswap pair for this new token (FREEZY/WBNB)
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
.createPair(address(this), address(wbnb));
Will this work
and this one instead of with the 10**6 * 10**9 uint256 private numTokensSellToAddToLiquidity = 500000 * (10**6);
are you laughing my friend
well that is good for the health
how do you call the function so that I can add balance token again in remix
I got the 5
the dev wallet is not needed
doing it for the people
lol
May 17, 2021, 8:16 PM
Ryoshi is here
May 17, 2021, 8:16 PM
can i dm?
just a bs requirement from client
May 17, 2021, 8:20 PM
oh
I found a lot of copies and copy some to my copy lol
May 17, 2021, 8:25 PM
sent you a dm buddy
May 17, 2021, 8:25 PM
it seems I already completed mine burn, reflect, tax, lp, donation with no dev wallet
last clue is changing the router which is already good too thanks to freezy here
May 17, 2021, 8:27 PM
convinced them to scrap dev wallet
mind sharing the code? thanks
May 17, 2021, 8:28 PM
That is the new token that will change the world?
May 17, 2021, 8:41 PM
for me, it's simply a quick job i got given, just looking for the right contract that has these parameters already, but i think i found one
May 17, 2021, 8:47 PM
Where is it
Safemoon had 2
May 17, 2021, 8:48 PM
Tomorrow yes
I turned off pc
May 17, 2021, 8:51 PM
Merci bcp
May 17, 2021, 8:52 PM
Call Yoshiko๐Ÿ˜†
May 17, 2021, 9:18 PM
why usually people use that? It seems with IERC20 ...
May 17, 2021, 10:23 PM
Is the airdrop in the contract or manual
May 17, 2021, 10:42 PM
does the safemoon fork has lock lp function
May 17, 2021, 10:59 PM
bep20 fork of erc20
May 17, 2021, 11:06 PM
that's the safemoon contract and It has IERC20 and It has that
wtf
I'm studying about UniswapV2Router and I was see It
May 17, 2021, 11:09 PM
no, but you can renounce ownership, then it burns lp
May 17, 2021, 11:18 PM
Is donation really needed for a meme token lol
vB can donate it anytime soon
I can do it for free
Just pay the fee lol
Adding burn
Major tweaks would be with payment recommended guy @freezyEXchange
@freezyEXchange him or Yashi
They have good repu in openzeppelin
The pro solidity guy in openzeppelin ๐Ÿ˜
May 18, 2021, 12:22 AM
Thanks buddy!
May 18, 2021, 1:47 AM
Same but we have 5% burn and 5% reflect
May 18, 2021, 1:59 AM
What about burning to dead wallet XD
May 18, 2021, 2:05 AM
Looks good tuts
May 18, 2021, 2:49 AM
Could u make a bep20 code that includes lp locking and then dm to me?
Could paypal a certain amount if needed
May 18, 2021, 3:26 AM
constructor () public {
_rOwned[_msgSender()] = _rTotal;

IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x10ED43C718714eb63d5aA57B78B54704E256024E);
// Create a uniswap pair for this new token
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
.createPair(address(this), _uniswapV2Router.WETH());
pancakeswap v2 router
May 18, 2021, 4:44 AM
I should build my own swap too
Lol
Small changes like what
@freezyEXchange He is this guy for major changes
Is that PotOfGreed
May 18, 2021, 5:31 AM
i guess the problem was in my WETH contract the balances werent adding up right ๐Ÿคทโ€โ™‚๏ธ
May 18, 2021, 5:36 AM
Lock it 1000 yrs lol
I learn the basic in a day why not you too
May 18, 2021, 7:11 AM
ahah thank you sir but I am not a god๐Ÿ˜‚
May 18, 2021, 7:40 AM
You are a sensei๐Ÿ˜‚
May 18, 2021, 7:53 AM

ยฉ 2024 Draquery.com All rights reserved.