DeployProjectPayer
Emitted from:
Definition
event DeployProjectPayer(
IJBProjectPayer indexed projectPayer,
uint256 defaultProjectId,
address defaultBeneficiary,
bool defaultPreferClaimedTokens,
string defaultMemo,
bytes defaultMetadata,
bool preferAddToBalance,
IJBDirectory directory,
address owner,
address caller
);
projectPayeris the address of the project payer contract that was deployed.defaultProjectIdis the ID of the project whose treasury should be forwarded the project payer contract's received payments.defaultBeneficiaryis the address that'll receive the project's tokens.defaultPreferClaimedTokensis a flag indicating whether issued tokens should be automatically claimed into the beneficiary's wallet.defaultMemois the memo that'll be passed along to the emitted event.defaultMetadataare bytes to send along to the project's data source and delegate, if provided.preferAddToBalanceis a flag indicating if received payments should be forwarded to the project'saddToBalancefunction orpayfunction.directoryis theIJBDirectorycontract storing directories of terminals and controllers for each project._owneris the address that owns the project payer contract.calleris the address that issued the transaction within which the event was emitted.