IIdentified
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
| Name | Type | Description |
|---|---|---|
version_ | string | The semver version string |
contractName
Returns contract name
function contractName() external pure returns (string memory contractName_);
Returns
| Name | Type | Description |
|---|---|---|
contractName_ | string | The contract name |