Results 2 comments of Dennis

This would be usefull tbh, verifying contracts deployed by factories is a pain. My error code is different tho: ```py >>> MyContract.publish_source(MyContract[-1]) Waiting for https://api.etherscan.io/api to process contract... File "",...

To make it more clear and gas efficient I thought of doing a `mapping(bytes1 => bytes4) commandToFunction` and hardcode the different functions so the user only needs to call a...