IJBFeeGauge
Codeβ
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBFeeGauge.sol
Definitionβ
interface IJBFeeGauge {
function currentDiscountFor(uint256 _projectId) external view returns (uint256);
}
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBFeeGauge.sol
interface IJBFeeGauge {
function currentDiscountFor(uint256 _projectId) external view returns (uint256);
}