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
Eg storedPriceA/storedPriceB in OurUniwapV2TWAPOracle. I made those private to try to save gas but I don't even think it does? Anyway not worth it, better to expose this stuff for debugging etc
The text was updated successfully, but these errors were encountered:
I did this, making a bunch of vars and fns public. (Though it has kind of cluttered up the "read contract" view on Etherscan - we could consider making some of them private/internal again. See also this interesting discussion on default visibility: ethereum/solidity#2608)
Eg
storedPriceA
/storedPriceB
inOurUniwapV2TWAPOracle
. I made those private to try to save gas but I don't even think it does? Anyway not worth it, better to expose this stuff for debugging etcThe text was updated successfully, but these errors were encountered: