We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABIEncoderV2
When using pragma experimental ABIEncoderV2; make sure to use Solidity version >= 0.5.7; because a bug was introduced in 0.5.5;
pragma experimental ABIEncoderV2;
>= 0.5.7;
0.5.5
defi-collector/contracts/DefiCollectorRegistry.sol
Lines 1 to 2 in b2b5e42
https://blog.ethereum.org/2019/03/26/solidity-optimizer-and-abiencoderv2-bug/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
pragma experimental ABIEncoderV2;
make sure to use Solidity version>= 0.5.7;
because a bug was introduced in0.5.5
;defi-collector/contracts/DefiCollectorRegistry.sol
Lines 1 to 2 in b2b5e42
https://blog.ethereum.org/2019/03/26/solidity-optimizer-and-abiencoderv2-bug/
The text was updated successfully, but these errors were encountered: