Contract Upgradability
contract OCUSD is UUPSUpgradeable, ERC20Upgradeable { ... }function _authorizeUpgrade(address newImplementation) internal override onlyRole(GOVERNANCE_ROLE) {}Last updated
contract OCUSD is UUPSUpgradeable, ERC20Upgradeable { ... }function _authorizeUpgrade(address newImplementation) internal override onlyRole(GOVERNANCE_ROLE) {}Last updated