Guys, does anyone have a unit test on adding liquidity to a fork (bsc/eth)? I'm trying to do it and I get a TRANSFER_FROM error. > The pair is created with no problem, I get ...
@Voidcoder @FreezyDev whos the signer in the addLiquidity function? the mainAccount?
I have a question about solidity. I have a function that returns a public view (uint256) and the content inside this function does some operations sum, add, add, sum, div, m...
Guys any way to create a Anti Front-Running via smart contract?
Its possible create dex pair from ether.js? or i have to do only through contract?
Hi people, I have a question about the Anti-Whale as it is not 100% clear to me. Is the main idea of anti-whale simply to limit the buying and selling of a user based on the ...
Guys how custom slippage is setted?
So, ~uint256(0) = 1 or 2^256?
Guys what means multiple » ,,,, (commas) « in solidity?
Guys anyone have a deflationary token example?
Guys what means "~" on ~uint256?
even if you change 1 for 200?