Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

InfraredUpgradeable

Git Source

Inherits: Upgradeable

Title: InfraredUpgradeable

This contract provides base upgradeability functionality for Infrared.

State Variables

infrared

Infrared coordinator contract

IInfrared public infrared

__gap

uint256[10] private __gap

Functions

onlyInfrared

modifier onlyInfrared() ;

constructor

Note: oz-upgrades-unsafe-allow: constructor

constructor() ;

__InfraredUpgradeable_init

function __InfraredUpgradeable_init(address _infrared)
    internal
    onlyInitializing;