files, and sometimes in one file? Is that just the choice of whoever is verifying their contracts or does it imply something else?
if the contract is flattened you verify once otherwise you have to select multiple files during verification.
I think multiple files generally means the verification was done manually. The automated plugins usually flatten (add all the code to one file). This is not official or anything, it's just my hunch.
Flattened meaning everything put into one file?
Makes sense, thanks!
yes some contracts use multiple file imports, so during verification on etherscan you need to select "multiple solidity file option" and upload each of the imported source files for the complete code to be verified
Обсуждают сегодня