CommissionSplitter
The CommissionSplitter is the contract used to implement Commission Splitting functionality. The contract has two main properties that can be modified by Governance:
commissionAddress: Defines the final destination of the commissions after the split process takes place. Can be changed with
setCommissionAddress(address _commissionAddress)
function.mocProportion: Defines the proportion of the accumulated commissions that will be injected into MoC contract as collateral. Can be changed with
function setMocProportion(uint256 _mocProportion)
.
Last updated