Skip to main content

IProxyPaymentAddressManager

Git Source

Functions

terminalDirectory

function terminalDirectory() external returns (ITerminalDirectory);

ticketBooth

function ticketBooth() external returns (ITicketBooth);

addressesOf

function addressesOf(uint256 _projectId) external view returns (IProxyPaymentAddress[] memory);

deploy

function deploy(uint256 _projectId, string memory _memo) external returns (address);

Events

Deploy

event Deploy(uint256 indexed projectId, string memo, address indexed caller);