Skip to main content

DistributeToSplit

Emitted from:

Definition

event DistributeToSplit(
JBSplit split,
uint256 amount,
address defaultBeneficiary,
address caller
);
  • split is the JBSplit to which the distribution was made.
  • amount is the total token amount that was distributed to the split.
  • defaultBeneficiary is the address that'll be sent tokens if the split doesn't specify a recipient.
  • caller is the address that issued the transaction within which the event was emitted.