Hello.
Is it possible to remove liquidity from a safemoon clone contract that is waived?
As the contract is waived, it does not allow for any changes to be made.
Is there any way or any attempt?
Sep 10, 2021, 7:26 PM
Depends on the contract code. And remember that contract "ownership" is just a piece of code included in the contract - by default nobody owns a contract.
Sep 10, 2021, 7:39 PM
waived? you mean like deployed?
Sep 10, 2021, 8:13 PM
The contract was renounced after being implemented
There is a contract waiver function (transfer of ownership to ZERO address).
AN EXAMPLE: https://bscscan.com/token/0x9fa83279d2633b86097d3929c5f0a0f50e8c2159
There is a contract waiver function (transfer of ownership to ZERO address).
AN EXAMPLE: https://bscscan.com/token/0x9fa83279d2633b86097d3929c5f0a0f50e8c2159
Sep 10, 2021, 8:58 PM
Aaa
Sep 10, 2021, 8:59 PM
Address 0x2ab117edbc23ee1567eb4d484c6bb13e21d3e9c3 owns 92% of the liquidity, did you try removing it?
Sep 10, 2021, 9:08 PM
Yes, but unfortunately it doesn't, because the contract functions do not allow removal. And there is no way to change these role permissions because the contract has renounced ownership :(
Sep 10, 2021, 9:35 PM
What is blocking you is the max transaction, you can remove multiple times your max transaction amount, but check if it makes sense doing that or if you would pay more of gas fees ahahah
Oh I see your max transaction seems to be 5*10**12 and there's like 1.5 *10**13 tokens on pancake, you should be able to take all out in 3 txs
Sep 10, 2021, 9:43 PM
Even with the contract renounced should I get it?
The resigned contract does not allow interaction with it.
The resigned contract does not allow interaction with it.
Sep 10, 2021, 9:50 PM
Yes you should get it even if it's renounced
Welcome Shandi, we hope to be able to help you get out of it
You are not putting enough effort
Sep 10, 2021, 10:03 PM
🤔🤔
😂😂
Yeah
https://bscscan.com/address/0x4619cb1d308c3e1e296a75f3f381baa78b457ad3
I cannot remove liquidity from this contract. I've already tried some interactions on it. How to solve ?
I cannot remove liquidity from this contract. I've already tried some interactions on it. How to solve ?
Sep 21, 2021, 5:56 PM
Try to disable fees
Sep 21, 2021, 5:57 PM
are you the owner?
Sep 21, 2021, 6:09 PM
Yes, I'm
ExcludeFromFee
I already exclude my owner address from the fees. The route address and the address of LP
I already exclude my owner address from the fees. The route address and the address of LP
Sep 21, 2021, 7:28 PM
did you try to swap to Wbnb?
Sep 21, 2021, 7:31 PM
Yes, don't work
Sep 21, 2021, 7:32 PM
turn off swap?
Sep 21, 2021, 7:33 PM
No, I was never able to remove it, even with some changes I tried to make when interacting with it
Sep 21, 2021, 7:37 PM
Bnb don't need to be approved
Sep 21, 2021, 9:15 PM
I'm making a dapp where people can buy shib feg and Safemoon with bnb...
Sep 21, 2021, 9:38 PM
You can just make the functions payable
I get a ptsd when I see haskell, let's keep that out of here lol
Sep 21, 2021, 10:11 PM
😢😢
Sep 22, 2021, 11:27 AM
What?
It is for testent
Sep 22, 2021, 12:39 PM
Oh yeah
Freezey, Have you been able to deploy the Pancakeswap code from the pancakefactory already?
Sep 22, 2021, 12:40 PM
never tried
Sep 22, 2021, 12:43 PM
I deployed launches normally on BSCSCAN, but it doesn't validate the contract when I submit the error code
giving this error
Sep 22, 2021, 12:44 PM
0x9Ac64Cc6e4415144C455BD8E4837Fea55603e5c3
Sep 22, 2021, 12:46 PM
enable optimization and see
Sep 22, 2021, 2:29 PM
Okay
i optimize before deploydeploy on ETHEREUM remix or on the BSCSCAN website
Sep 22, 2021, 3:22 PM