ITicketBooth
Functions
ticketsOf
function ticketsOf(uint256 _projectId) external view returns (ITickets);
projects
function projects() external view returns (IProjects);
lockedBalanceOf
function lockedBalanceOf(address _holder, uint256 _projectId) external view returns (uint256);