[Ethereum] This contract may be abstract, not implement an abstract parent’s methods completely or not invoke an inherited contract’s constructor correctly

abstractremixsolidity

I'm trying to test out Ampleforth on Rinkbey using Remix. Here are all the files that I copy into remix.
https://github.com/cryptoghoulz/based-contracts/tree/master/contracts/v4

They compile fine, but when I deploy UFragments I get this error:

This contract may be abstract, not implement an abstract parent's
methods completely or not invoke an inherited contract's constructor
correctly.

Anyone know what could be going on? Thanks!

Best Answer

I had the wrong compiled file selected in the remix "deploy" drop down bar -_- for some reason the default file is the highest one in the hierarchy

Related Topic