IProxyPaymentAddress
Functions
terminalDirectory
function terminalDirectory() external returns (ITerminalDirectory);
ticketBooth
function ticketBooth() external returns (ITicketBooth);
projectId
function projectId() external returns (uint256);
memo
function memo() external returns (string memory);
tap
function tap() external;
transferTickets
function transferTickets(address _beneficiary, uint256 _amount) external;
Events
Receive
event Receive(address indexed caller, uint256 value);
Tap
event Tap(address indexed caller, uint256 value);
TransferTickets
event TransferTickets(address indexed caller, address indexed beneficiary, uint256 indexed projectId, uint256 amount);