defaultMemo
Contract: JBETHERC20ProjectPayer
Interface: IJBProjectPayer
The memo that should be used in the payment made when this contract receives payments.
Definition
/**
@notice
The memo that should be used in the payment made when this contract receives payments.
*/
string public override defaultMemo;
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBProjectPayer
interface.