[email protected] lovenotwar.eth

Results 5 comments of [email protected] lovenotwar.eth

I would like this first version to be simple and small to deploy. Once it has been used, we can improve on it. Regarding holidays, this is very region dependent...

Tried using MEW with my Nano S yesterday, and came up with this exact problem. Merry Christmas & Happy New Year MEW.

#Scenario1 - `import "browser/ContractA.sol" as contracta;` In Remix, tab **ContractA** ``` pragma solidity ^0.4.24; contract ContractA { function returnSomething() public pure returns (uint) { return 123; } } ``` In...

#Scenario2 - `import {ContractA} from "browser/ContractA.sol;` In Remix, tab **ContractA** ``` pragma solidity ^0.4.24; contract ContractA { function returnSomething() public pure returns (uint) { return 123; } } contract ContractA1...

Labeling as out of scope as this flattener is just meant as a simple tool