Skip to main content

DelegateDidPay

Emitted from:

Definition

event DelegateDidPay(IJBPayDelegate indexed delegate, JBDidPayData data, address caller);
  • delegate is the IJBPayDelegate whos didPay transaction was triggered.
  • data is the JBDidPayData that was sent to the IJBPayDelegate's didPay function.
  • caller is the address that issued the transaction within which the event was emitted.