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
I'm not sure if we have a limitation on parsing constructor params in general, or if we're just missing some types, but the types here are IERC20, address, and uint256. We should support address and uint256 natively, and falling back to hex otherwise would be better than <unknown> if possible.
(from here)
The text was updated successfully, but these errors were encountered:
I'm not sure if we have a limitation on parsing constructor params in general, or if we're just missing some types, but the types here are
IERC20
,address
, anduint256
. We should supportaddress
anduint256
natively, and falling back to hex otherwise would be better than<unknown>
if possible.(from here)
The text was updated successfully, but these errors were encountered: