IERC20( token0).balanceOf(address(this));
# Hands-on Exercise: Flash Loan based Liquidation ## Exercise In this exercise, you are expected to implement a smart contract that performs a flash loan based liquidation. ### Prerequisite – You need to register an account on https://www.alchemy.com/ for access to an archive Ethereum node. – You need to prepare the nodeJS environment for the […]
IERC20( token0).balanceOf(address(this)); Read More »