Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 681 Bytes

ERC20 transfer and transferFrom.md

File metadata and controls

17 lines (16 loc) · 681 Bytes

Should return a boolean. Several tokens do not return a boolean on these functions. As a result, their calls in the contract might fail. (See here)


Slide Screenshot

0102.jpg


Slide Text

  • ERC20 transfer() & transferFrom()
  • Should Return Boolean
  • No Boolean Return -> Cal Fail
  • Check Boolean Return

References


Tags