decimals
Contract: JBPayoutRedemptionPaymentTerminal
Interface: IJBPayoutRedemptionPaymentTerminal
The currency to base token issuance on.
If this differs from currency
, there must be a price feed available to convert currency
to baseWeightCurrency
.
Definition
/**
@notice
The currency to base token issuance on.
@dev
If this differs from `currency`, there must be a price feed available to convert `currency` to `baseWeightCurrency`.
*/
uint256 public immutable override baseWeightCurrency;
- Once set the value cannot be changed.
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBPayoutRedemptionPaymentTerminal
interface.