In tiki token contract there is an address variable called liquidity wallet,, which is actually owner address... What's the logic behind this ....?
Liquidity is to be added to Liquidity pool but here it is addred to owner address ??? What's the logic....
Jul 22, 2021, 6:04 PM
liquidity Wallet is the one that receives lp from auto-liquidity
so if you want to burn lp generated from auto liquidity just change that wallet to burn address
Jul 22, 2021, 6:06 PM
Yes but it should go to Liquidity pool on pancakeswap or uniswap
But here owner wallet receive liquidity
Oh ok ok.
It means that owner wallet recieve LP tokens ???
Jul 22, 2021, 6:07 PM
no you didn't understand
you know what is Lp?
yes
Jul 22, 2021, 6:07 PM
Yes
Liquidity pool
Jul 22, 2021, 6:07 PM
no
Jul 22, 2021, 6:07 PM
Oh
LP tokens?
Jul 22, 2021, 6:08 PM
Lp tokens I mean
yes
Jul 22, 2021, 6:08 PM
So in this case owner when liquidity is added to Liquidity pool then LP tokens are added to owner address? Am I right?
@Freezy sir you are great...
Helping people for free.. you are working like a robot
Helping people for free.. you are working like a robot
🤖
One more question please..
In other deflationary tokens we don't use liquidity wallet... So where does LP tokens go in that case
In other deflationary tokens we don't use liquidity wallet... So where does LP tokens go in that case
Automatically to owner address?? Or somewhere else??
Jul 22, 2021, 6:16 PM
owner usually
check addLiquidity function
Jul 22, 2021, 6:22 PM
Oh.. yes, I see
Thanks
Jul 22, 2021, 6:25 PM
👍👍
check max amount per transaction if you have it
Jul 22, 2021, 6:27 PM
What the purpose of _bounceFixedSaleWallet in tiki contract??
When I add Liquidity
This is tiki
Contract
What the purpose of _bounceFixedSaleWallet in tiki contract??
Jul 22, 2021, 9:47 PM
remove
Jul 22, 2021, 9:47 PM
This is a wallet,,, for purpose it is used in the contract??
Any idea?
Jul 22, 2021, 9:48 PM
bounce is a presale app
Jul 22, 2021, 10:13 PM
:D
Jul 23, 2021, 6:52 AM
I have cloned tiki, deployed on testnet and added Liquidity on pancakeswap test exchange... I made different trades buy/sell , so it was working perfectly but now I can buy but cannot sell. Owner address is working but when I try to sell from another account it fails...
This is contract address.
https://testnet.bscscan.com/address/0x53fa23d31cd171056a2f9a77f594b577a54c809b
This is proof of bnb redistruibution link
https://testnet.bscscan.com/tx/0x1576a83015a47cc09d64e4537e2d2f454d52d06451361b1e1bcefe3a50873092
This is contract address.
https://testnet.bscscan.com/address/0x53fa23d31cd171056a2f9a77f594b577a54c809b
This is proof of bnb redistruibution link
https://testnet.bscscan.com/tx/0x1576a83015a47cc09d64e4537e2d2f454d52d06451361b1e1bcefe3a50873092
What can be the reason,, please help
Jul 23, 2021, 7:53 AM
increase slippage and try to sell under limit (max tx amount or maxselllimit)
Jul 23, 2021, 7:56 AM