BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

Flatten directory/find entry point #43

Open mrx23dot opened 2 years ago

mrx23dot commented 2 years ago

This contract has 14 files, no idea which one is the entry point: https://etherscan.io/address/0x44c3fab0ae93ac02ae7a218c51e8a0e5e64c34df#code

please add ability to take multiple files as input, with one output. Not sure what etherscan.io uses for this.