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 think it would make sense removing those overloads and making their use explicit by typecasting to an address.
The reason is to make it explicit what functions are defined on a contract and not have confusing overloads, common examples are in the case of transfer and balance.
The text was updated successfully, but these errors were encountered:
I think it would make sense removing those overloads and making their use explicit by typecasting to an address.
The reason is to make it explicit what functions are defined on a contract and not have confusing overloads, common examples are in the case of
transfer
andbalance
.The text was updated successfully, but these errors were encountered: