Include file comments in verified contracts
See original GitHub issueFeature Request
Include the comments on the file level for the flattened files. The flattened/verified file would ideally contain all file level comments.
Comment example
/**
* @notice This is the notice
* @dev Dev comments
*/
contract MyContract {
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
What is the best way to verify the comments in the contract ...
Comments are not compiled into contracts, therefore there will be ... Put the legal prose in a document such as a PDF and...
Read more >Verify Contracts Perrrrrfectly: Why and How? | Sourcify Docs
Someone can insert misleading comments, (internal) function or variable names; Whoever verifies a contract first is chosen as the matching ...
Read more >Solidity Tutorial : all about Comments | by Jean Cvllr - Medium
Solidity contracts can have a special form of comments that form the basis of the Ethereum Natural Language Specification Format, ...
Read more >Verifying smart contracts - Ethereum.org
An overview of source code verification for Ethereum smart contracts.
Read more >Support multi file verification on Etherscan · Issue #37 - GitHub
It looks like this means that only the relevant files are included in the verification (which would be great!). See these verified contracts...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Appreciate the x-post @rkalis . Unfortunately I will just perform manual verification until this is fixed. Thanks for creating such an easy to use tool though! This is a vast improvement on previous UX for verifying contracts, starred.
This should be fixed in
v0.3.11thanks to @RyuuGan’s great work! Feel free to reopen if there are any more issues 😃