Skip to main content

fee

Contract: JBPayoutRedemptionPaymentTerminal​‌

Interface: IJBPayoutRedemptionPaymentTerminal

The platform fee percent.

Out of MAX_FEE (25_000_000 / 1_000_000_000).

Definition

/**
@notice
The platform fee percent.

@dev
Out of MAX_FEE (25_000_000 / 1_000_000_000).
*/
uint256 public override fee = 25_000_000; // 2.5%
  • The resulting view function can be accessed externally by anyone.
  • The resulting function overrides a function definition from the IJBPayoutRedemptionPaymentTerminal interface.