DistributeToSplit
Emitted from:
Definition
event DistributeToSplit(
JBSplit split,
uint256 amount,
address defaultBeneficiary,
address caller
);
splitis theJBSplitto which the distribution was made.amountis the total token amount that was distributed to the split.defaultBeneficiaryis the address that'll be sent tokens if the split doesn't specify a recipient.calleris the address that issued the transaction within which the event was emitted.