jklepatch / eattheblocks

Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
https://eattheblocks.com
3.99k stars 3.21k forks source link

Flash loans bsc #68

Open NICOC4PP4 opened 3 years ago

NICOC4PP4 commented 3 years ago

hello, i have a contract deployed and verified, how can i interact with it now? what do I have to fill in those gaps? image

ShibaSaur commented 3 years ago

can you share the contract address @NICOC4PP4

NICOC4PP4 commented 3 years ago

Thanks for answering. Here you have the bscscan link for the the contract deployed. https://bscscan.com/address/0x06bedfcee774819c7f4d070c1a1f4d259e7a6c9b#code If you want to see how it is deployed or want any help just ask or copy the code or whatever you need, there you have. I deployed it successfully, but don't know how to input the correct things on the functions, to start it

Haehnchen commented 3 years ago

fyi: based on this contract i created a full project with also an improved version, simply saying: the version here had some issues.

agyenes75 commented 3 years ago

Hi Haenchen. Could you share it, so others can het over the issues too?

Haehnchen commented 3 years ago

sure, missed the link: https://github.com/Haehnchen/uniswap-arbitrage-flash-swap :)

agyenes75 commented 3 years ago

Great! Thanks!

aferg1233 commented 3 years ago

I have got this running but i dont believe the flashloan function is working as i changed the code to just try run the flash loan but it threw errors

MinhasMA commented 3 years ago

Hello guys

Looking for guidance on how to get started with writing and deploying smart contracts. I have basic level knowledge of programming and functions but am learning the rest.

Would really appreciate any tips from your journey with becoming a useful smart contracts engineer. I am looking at some Nader Dabit's videos on Youtube currently.

Many thanks in advance.