AddToBalance
Emitted from:
Definition
event AddToBalance(uint256 indexed projectId, uint256 amount, string memo  bytes metadata, address caller);
projectIdis the ID of the balance's project.amountis the amount being added.memois a note that was attached.metadatais extra data sent to the data source, delegate, and emitted event, if provided.calleris the address that issued the transaction within which the event was emitted.