JBMultiTerminal
Inherits: JBPermissioned, ERC2771Context, IJBMultiTerminal
JBMultiTerminal
manages native/ERC-20 payments, cash outs, and surplus allowance usage for any number of
projects. Terminals are the entry point for operations involving inflows and outflows of funds.
State Variables
FEE
This terminal's fee (as a fraction out of JBConstants.MAX_FEE
).
Fees are charged on payouts to addresses and surplus allowance usage, as well as cash outs while the cash out tax rate is less than 100%.
uint256 public constant override FEE = 25;