DistributeToReservedTokenSplit
Emitted from:
Definition
event DistributeToReservedTokenSplit(
uint256 indexed projectId,
uint256 indexed domain,
uint256 indexed group,
JBSplit split,
uint256 tokenCount,
address caller
);
projectId
is the ID of the project to which the split belongs.domain
is the namespace that differentiates different split groups for the projectId.group
is the property that joins multiple splits into one full group.split
is theJBSplit
that received reserved tokens.amount
is the total token amount that was distributed to the split.caller
is the address that issued the transaction within which the event was emitted.