You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use some source i got the error: "Error: Contract could not be compiled. Try another pragma solidity version.". After eliminating it turns out the following contact is causing the error:
the error message is because of the way we detect compiler problems with certain browsers. The version you specify (0.5.0) has a problem with the browser, BUT... it seems not with all possible contracts.
The contract example you use would actually work, but doesn't because of the unsupported local imports ...
it's just that there is another problem with this version that we detect first, but probably we shouldn't, because maybe if you compile a contract that would work with the compiler version you specified even though not all possible contracts work with that version as we detect ...... yeah...
When trying to use some source i got the error: "Error: Contract could not be compiled. Try another pragma solidity version.". After eliminating it turns out the following contact is causing the error:
The developer console contains
The text was updated successfully, but these errors were encountered: