Ethereum smart contract that buys tokens
Budget: $30 – $250 USD
I want a smart contract that buys a certain token when liquidity is launched on pancakeswap.
This trade contract must have the BEP20/ERC20 pattern.
If I know that the liquidity is going to be released at 12:00, I want the contract before that to check the liquidity, so that when it is added to the pool, it activates the trigger of the trade contract to immediately buy tokens.
The trade contract must receive ETH/BNB (payable) to make purchases.
The trade contract must sell the tokens when onlyOwner calls a sell function.
The trade contract must pay attention to the maxBuy of the token contract and also to the impact price of the liquidity pool.
This trade contract must have the BEP20/ERC20 pattern.
If I know that the liquidity is going to be released at 12:00, I want the contract before that to check the liquidity, so that when it is added to the pool, it activates the trigger of the trade contract to immediately buy tokens.
The trade contract must receive ETH/BNB (payable) to make purchases.
The trade contract must sell the tokens when onlyOwner calls a sell function.
The trade contract must pay attention to the maxBuy of the token contract and also to the impact price of the liquidity pool.