TerminalV1Rescue
Inherits: Operatable
, ITerminalV1Rescue
, ITerminal
, ReentrancyGuard
, Ownable
Terminal allowing allow listed projects with one-time funding cycles to rescue stuck ETH.
State Variables
projects
The Projects contract which mints ERC-721's that represent project ownership and transfers.
IProjects public immutable override projects;
fundingCycles
The contract storing all funding cycle configurations.
IFundingCycles public immutable override fundingCycles;
ticketBooth
The contract that manages Ticket printing and redeeming.
ITicketBooth public immutable override ticketBooth;
terminalDirectory
The directory of terminals.
ITerminalDirectory public immutable override terminalDirectory;
balanceOf
The amount of ETH that each project is responsible for.
mapping(uint256 => uint256) public override balanceOf;