Lesson-12 IERC20
token Error
#2582
-
Wondering what is |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Hey @MasterofBlockchain you are getting the error because the variables highlighted above ( |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hey @MasterofBlockchain please don't delete the previous post, just add the new edited post on top. The previous question may help other people. |
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain you are getting the error because the variables highlighted above (
sender
andreceipent
) haven't been initialized and yet you are using them. From the code in your repo, I figured you were supposed to usefrom
andto
instead. Consider making that change.