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
Conversions like U256::as_u64 can panic if U256 value doesn't fit the bitness. We need to ban use of these functions and recommend replacing with try_into.