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
Getting an "1828116085 is too large for shifting" for certain contracts like https://etherscan.io/bytecode-decompiler?a=0xd43FF5612420c8bcc6316DCc15FEDfb4b791df32
The text was updated successfully, but these errors were encountered:
Were any fixes found for this bug?
Sorry, something went wrong.
I found the way to fix this. Follow formula below to rewrite SHL and SHR classes.
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md#0x1b-shl-shift-left https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md#0x1c-shr-logical-shift-right
No branches or pull requests
Getting an "1828116085 is too large for shifting" for certain contracts like https://etherscan.io/bytecode-decompiler?a=0xd43FF5612420c8bcc6316DCc15FEDfb4b791df32
The text was updated successfully, but these errors were encountered: