solady
solady copied to clipboard
♻️ Convert modifiers to internal functions.
trafficstars
This might be needed for solc 0.9.0.
Currently, we use modifiers to avoid indirection overhead for certain functions.
Should be ok, cuz most of the people using the stuff are ok with some overhead.