Hey guys
What is liquidify threshold in contracts and what it do?

Feb 27, 2022, 6:44 PM
@admin
Feb 27, 2022, 6:46 PM
there is no need to tag admin
just ask and wait for someone answer
Feb 27, 2022, 6:48 PM
Read the code lol
Feb 27, 2022, 7:11 PM
I saw this on a contract
I dont know whats the use of #9
I saw they increased it
Feb 27, 2022, 7:13 PM
Read the code
Feb 27, 2022, 7:16 PM
  function setLiquifyThreshhold(uint256 newLiquifyThreshhold) external onlyOwner() {
        _liquifyThreshhold = newLiquifyThreshhold;
    }
Is this the right part?
Feb 27, 2022, 7:21 PM
That’s where the threshold is set yes
Then you need to look at where the threshold is used in the code
Feb 27, 2022, 7:22 PM
Can i send you the contract check it for me?
I'm not dev but trying to learn about source codes
Feb 27, 2022, 7:23 PM
I would start by learning programming then work on learnjng smart contracts
Feb 27, 2022, 7:24 PM
I assume it means there's a 3% liquidity fee on transfers but the only way to know what that really means is by reading the code
Feb 27, 2022, 7:25 PM

© 2024 Draquery.com All rights reserved.