MezzUUPSUpgradeable
Inherits: Credentialed, UUPSUpgradeable, IMezzUUPSUpgradeable
Author: Daniel Yamagata & Naveen Ailawadi
A base contract inherited by user-facing, upgradeable core contract
All calls to 'upgradeToAndCall()' must be made by the Mezz Migrator
State Variables
MEZZ_MIGRATOR
Functions
constructor
supportsInterface
ERC165 support
_authorizeUpgrade
Called in UUPSUpgradeable's upgradeToAndCall(...). Overridden such that the caller must be MEZZ_MIGRATOR.
Last updated