IIdentified

Git Source

Contracts self-report contract name and version strings from pure functions

Functions

version

Returns semver version string

function version() external pure returns (string memory version_);

Returns

NameTypeDescription
version_stringThe semver version string

contractName

Returns contract name

function contractName() external pure returns (string memory contractName_);

Returns

NameTypeDescription
contractName_stringThe contract name