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
sol-types
No response
Linux
the trait std::borrow::Borrow<[u8; 20]> is not implement ed for alloy_sol_types::private::Uint<256, 4>
std::borrow::Borrow<[u8; 20]>
alloy_sol_types::private::Uint<256, 4>
https://etherscan.io/address/0x2e4b0f20bdb1caa0886c531256efdaab925dbe72
std::borrow::Borrow<alloy_sol_types::private::U int<256, 4>> is not implemented for alloy_sol_types::private::Address
std::borrow::Borrow<alloy_sol_types::private::U int<256, 4>>
alloy_sol_types::private::Address
the trait std::borrow::Borrow<[u8; 32]> is not implemented for alloy_sol_types::private::Uint<256, 4>
std::borrow::Borrow<[u8; 32]>
the trait bound u128: Borrow<alloy_sol_types::private::Uint<256, 4>> is not satisfied
u128: Borrow<alloy_sol_types::private::Uint<256, 4>>
https://etherscan.io/address/0xbb37a88508d464a1bb54cf627d05e39883ae0ef9
The text was updated successfully, but these errors were encountered:
First contract is fixed in 0.5, second one is duplicate of #376 (see #377 (comment))
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
sol-types
What version of Alloy are you on?
No response
Operating System
Linux
Describe the bug
the trait
std::borrow::Borrow<[u8; 20]>
is not implemented for
alloy_sol_types::private::Uint<256, 4>
https://etherscan.io/address/0x2e4b0f20bdb1caa0886c531256efdaab925dbe72
std::borrow::Borrow<alloy_sol_types::private::U int<256, 4>>
is not implemented foralloy_sol_types::private::Address
https://etherscan.io/address/0x2e4b0f20bdb1caa0886c531256efdaab925dbe72
the trait
std::borrow::Borrow<[u8; 32]>
is not implemented foralloy_sol_types::private::Uint<256, 4>
https://etherscan.io/address/0x2e4b0f20bdb1caa0886c531256efdaab925dbe72
the trait bound
u128: Borrow<alloy_sol_types::private::Uint<256, 4>>
is not satisfiedhttps://etherscan.io/address/0xbb37a88508d464a1bb54cf627d05e39883ae0ef9
The text was updated successfully, but these errors were encountered: