DelegateDidPay
Emitted from:
Definition
event DelegateDidPay(IJBPayDelegate indexed delegate, JBDidPayData data, address caller);
- delegateis the- IJBPayDelegatewhos- didPaytransaction was triggered.
- datais the- JBDidPayDatathat was sent to the- IJBPayDelegate's- didPayfunction.
- calleris the address that issued the transaction within which the event was emitted.