bytes32 CONTRACT_ID
constructor(address implementationAddress, address owner, bytes setupParams) public
function contractId() internal pure returns (bytes32)
Returns the contract ID. It can be used as a check during upgrades. Meant to be implemented in derived contracts.
Name | Type | Description |
---|---|---|
[0] | bytes32 | bytes32 The contract ID |