pragma ever -solidity ^0.62.0; interface IVersioned { /** * @dev Get the version of the contract */ function version() external view responsible returns (uint32); }