DelegateDidPay
Emitted from:
Definition
event DelegateDidPay(IJBPayDelegate indexed delegate, JBDidPayData data, address caller);
delegateis theIJBPayDelegatewhosdidPaytransaction was triggered.datais theJBDidPayDatathat was sent to theIJBPayDelegate'sdidPayfunction.calleris the address that issued the transaction within which the event was emitted.