Difference Between transfer() and transferFrom() in ERC20 Token contract
In this article, you will learn about the difference between the transfer method and transferFrom() method in the ERC20 Token contract.
transfer method:
function transfer(address _to, uint256 _value) public returns (bool success)
transfer(address _to...
aniruddha-deshmukh.hashnode.dev2 min read