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
It's usually a better idea to pass the amount as the intended amount * (10^decimals) rather than calculating that on-chain, it's useless computation that wastes gas.
The text was updated successfully, but these errors were encountered:
It's usually a better idea to pass the amount as the intended
amount * (10^decimals)
rather than calculating that on-chain, it's useless computation that wastes gas.The text was updated successfully, but these errors were encountered: