8000 Skip Solidity bug when using `ABIEncoderV2` · Issue #3 · bowd/defi-collector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Skip Solidity bug when using ABIEncoderV2 #3
Open
@cleanunicorn

Description

@cleanunicorn

When using pragma experimental ABIEncoderV2; make sure to use Solidity version >= 0.5.7; because a bug was introduced in 0.5.5;

pragma solidity >=0.4.25 <0.7.0;
pragma experimental ABIEncoderV2;

https://blog.ethereum.org/2019/03/26/solidity-optimizer-and-abiencoderv2-bug/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0