-
Couldn't load subscription status.
- Fork 29
Wisdom #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Wisdom #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update PR title to contain a one-line summary of your PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pragma solidity ^0.8.24; | ||
|
|
||
| interface IERC721{ | ||
| function _mint(address to, uint256 tokenId) external; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By convention, external functions are not named with an underscore.
Update _mint() to mint()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sir...
God bless the instructor sir
|
Send the transaction hash |


This is my implementation of a crowdfunding contract written in solidity: Link here [https://github.com/BlockheaderWeb3-Community/cohort-6/blob/main/assignments/Assignment3.md]
PR Checklist