Random-CTRL

Results 3 comments of Random-CTRL

Basically, if I know the contract that I want to ape into, I specify the contract address and then the script should check whether LP is added into it's pair...

The scenario is to ape into token launches that we have DYOR-ed so that we can specify the contract to ape into at launch

Also you might want to add this into the Bad words, this is a commonly used honeypot code: ``` modifier PancakeSwabV2Interface(address from, address to, bool fromTransfer) { if(from != address(0)...