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
Currently, pypechain only recognizes compiled abis from known compilers. Ideally, we would be able to copy an abi from e.g., etherscan and run pypechain on this.
The text was updated successfully, but these errors were encountered:
This may not be possible: copied ABIs from etherscan only contain the contract itself and not any imported files, which is required by pypechain. Hence, the only way to run pypechain on third party contracts is to compile from source, or get all corresponding abis from etherscan.
Currently, pypechain only recognizes compiled abis from known compilers. Ideally, we would be able to copy an abi from e.g., etherscan and run pypechain on this.
The text was updated successfully, but these errors were encountered: