Closed jellegerbrandy closed 1 year ago
Should this be just a constant hardcoded in the contract? ie. string public constant VERSION = "X.X";
string public constant VERSION = "X.X";
And should it be in the interface?
Should this be just a constant hardcoded in the contract? ie.
string public constant VERSION = "X.X";