All contracts in the system are conforming to the EIP-1967 storage slot specification apart from this instance.
Example:
/**
* @dev Storage slot with the address of the Seen.Haus AccessController
* This is obviously not a standard EIP-1967 slot.
*/
bytes32 internal constant PROXY_SLOT = keccak256('Seen.Haus.MarketClientProxy');
Recommendation:
We advise this instance to also conform to the standard as there is no justification as to why it should deviate.
MCL-01C: Inexplicable Deviancy
Description:
All contracts in the system are conforming to the EIP-1967 storage slot specification apart from this instance.
Example:
Recommendation:
We advise this instance to also conform to the standard as there is no justification as to why it should deviate.