Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 693 Bytes

File metadata and controls

21 lines (15 loc) · 693 Bytes

ticketBooth

Contract: JBV1TokenPaymentTerminal​‌

Interface: IJBV1TokenPaymentTerminal

The V1 contract where token balances are stored.

Definition

/**
  @notice
  The V1 contract where token balances are stored.
*/
ITicketBooth public immutable override ticketBooth;
  • Once set the value cannot be changed.
  • The resulting view function can be accessed externally by anyone.
  • The resulting function overrides a function definition from the IJBV1TokenPaymentTerminal interface.