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
e.g IApproveAndCall locks the version to pragma solidity =0.7.6;
This is an interface an will break compilation for later version of solidity. There is no reason to lock the interface to the version. Only the contract should be locked to this version if its using specific features.