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
Currently you need to scroll up and check if a variable is immutable or not when evaluating storage accesses for gas optimizations which can be a bit annoying. That's especially true for bigger contracts with many state variables. From a gas cost perspective it would make more sense to use the green border color of constant state variables instead of the golden color of non-constant state variables. Optimally there should be a separate border color for immutables so you can immediately differentiate all the storage types from each other.
The text was updated successfully, but these errors were encountered:
Currently you need to scroll up and check if a variable is immutable or not when evaluating storage accesses for gas optimizations which can be a bit annoying. That's especially true for bigger contracts with many state variables. From a gas cost perspective it would make more sense to use the green border color of constant state variables instead of the golden color of non-constant state variables. Optimally there should be a separate border color for immutables so you can immediately differentiate all the storage types from each other.
The text was updated successfully, but these errors were encountered: