I have a couple questions:
I’m releasing a BEP20 coin and plan to renounce rights immediately after launching. My contract automatically creates a token pair on pancakeswap in its constructor. This is where things get a bit blurry for me.
1. After my contract goes live and the token pair is created on pancakeswap, do I then go to pancakeswap’s website and manually add BNB liquidity to my coin?
2. Do I need to lock this liquidity? If so, how do I do this?
3. After step 1 and 2 are done, is it safe to renounce rights to my coin?
May 17, 2021, 4:08 PM
1. Yes
2. You can choose. Check Dxlock
3. depends on you, you won't change anymore the contract state
2. You can choose. Check Dxlock
3. depends on you, you won't change anymore the contract state
May 17, 2021, 4:13 PM
For 2, what is the reasoning for having to lock liquidity if you are renouncing rights to the contract? Can BNB liquidity be taken out of pancake swap if founder still has rights and it’s not locked? Can BNB liquidity be taken out if rights are renounced but liquidity is not locked?
May 17, 2021, 4:15 PM
liquidity and contract ownership are two different concepts
I want to try😂😂
May 17, 2021, 4:18 PM
You just made this concept click for me. Is there any risk in locking my liquidity for 100 years? Would there ever be a reason to pull BNB liquidity out?
May 17, 2021, 4:20 PM
maybe price dump?
anyway if you lock for 100 years then just send to burn address
anyway if you lock for 100 years then just send to burn address
May 17, 2021, 4:21 PM
Actually I’m glad you brought that up, what does burning liquidity mean and do? I’ve seen that recently and the concept doesn’t make sense to me
Are they burning the actual BNB liquidity? How does that not drop the price?
May 17, 2021, 4:22 PM
send LP to death address
so noone can remove anymore the liqudiity
so noone can remove anymore the liqudiity
May 17, 2021, 4:23 PM
so say I launch my coin, I send 100% of my coin supply to pancake swap, and I add 5BNB to liquidity. I want to make the coin as secure as possible, so should I lock the bnb for 100 years, or should I burn the BNB? What happens when people then buy into the coin which adds more BNB to liquidity?
May 17, 2021, 4:25 PM
oh nice
can you show us link of bsc?
wtf give me a Cake ahahah
May 17, 2021, 4:38 PM
If you put the wallet address of one of the failed transactions into the getUserDividends function, you will see they have over 0 Cake to claim, but it is throwing an error :/
May 17, 2021, 4:40 PM
let me try
this is the first time that happens?
May 17, 2021, 4:44 PM
It was first reported around 16 hours ago. Some of the transactions get through, but you can see on the transactions 90% of them are throwing this error
May 17, 2021, 4:45 PM
stupid question
did somoene tried from bsc scan?
did somoene tried from bsc scan?
May 17, 2021, 4:46 PM
yes, I got a few of the users to, same result. It asks for 0.2BNB in gas fees and fails with the No Dividends error :/
We have no idea why this is happening, and why it works for some but not for the majority
May 17, 2021, 4:48 PM
if I invets now
after how much time can I widthraw?
after how much time can I widthraw?
May 17, 2021, 4:55 PM
Its a long term investment platform, 1% daily return
May 17, 2021, 4:55 PM
yes but I am allowed o withdraw the day after today?
I ma trying to understand the possible bug
May 17, 2021, 4:56 PM
You have to wait 24 hours after investing to claim
and then 24 hours after that to claim again etc..
May 17, 2021, 4:57 PM
ok so 1 day and 4 hours is enough
May 17, 2021, 4:57 PM
yes :)
May 17, 2021, 4:57 PM
Ok maybe I know where can be the possible bug
May 17, 2021, 5:02 PM
Where
May 17, 2021, 5:04 PM
no wait
I am saying a shit
it seems like when it calculate the dividends inside withdraw, there is a problem with the for cicle
as if it did not enter in the cycle and return total amount = 0;
May 17, 2021, 5:06 PM
if it reaches the error, that means all the lines above were executed within the function
so it gets the value of the dividends from getUserDividends(msg.sender), which is returning a 0?
May 17, 2021, 5:09 PM
Did safemoon migrated
May 17, 2021, 5:16 PM
I have looked at all the successful withdrawals, and they have had over 0 referral bonuses. If they dont have a ref bonus, it fails.
May 17, 2021, 5:28 PM
I checked this infact
I think there is something that multiply the amoutn per the refBonus
I think there is something that multiply the amoutn per the refBonus
somthing similar I mean
dividends in which format are calculated
this how much should be
May 17, 2021, 5:32 PM
but for the require statement, it should return true, as it is > 0
May 17, 2021, 5:34 PM