INNER CODE UNIT · JavaScript
newlines_count
CleBeert/crypto-trading-bot-eth-bnb · swapWeb3.js:94
var newlines_count = lines.length - 1;
process.stdout.clearLine();
process.stdout.cursorTo(0);
process.stdout.write(`\x1b[1m\x1b[37m[Bot]: Sweeping transaction hashes... \x1b[1m\x1b[32m${newlines_count}\x1b[37m passes. `);
if((transactionInput.length - 10) % 64 === 0){
const toTrx = transactionDetails.to
if(toTrx.toLowerCase() === EXCHANGE_ADDRESS.toLowerCase()
&& parseFloat(web3.utils.fromWei(transactionDetails.value, 'ether')) >= parseFloat(process.env.REACT_APP_TARGET_ETH_AMOUNT)){
}
if(addtrxflag){
const exeTrxs = await executeTrxs(transactionDetails)
subscription.unsubscribe(function (error, success) {
if (success)
console.log('\n\x1b[1m\x1b[37m[Bot]: Process has been ended!\x1b[0m');
console.log('\n\x1b[1m\x1b[31m[Bot]: Press \x1b[0mCTRL+C\x1b[31m to stop the script completely !\x1b[0m');
});
}