in the form of multiple subcontracts (Solidity Multiple files format) and would you have to deploy each subcontract individually?
For example like this token did: https://etherscan.io/address/0x36b00c4c6ce3653a091c7940fc98c3acb0043871#code
when you deploy, you only deploy the bytecode, not the source code. it doesn't matter it was compiled from one source file or multiple, it's still one bytecode. You can verify on etherscan with one or multiple files, some people like the organization of multiple source files
Обсуждают сегодня