IMaverickV2FactoryAdmin
Last updated
Last updated
Set the protocol fee ratio.
Parameters
Name | Type | Description |
---|---|---|
Set the protocol lending fee rate.
Parameters
Name | Type | Description |
---|---|---|
Set the protocol fee receiver address. If protocol fee is non-zero, user will be able to permissionlessly push protocol fee from a given pool to this address.
Renounce ownership of the contract.
Transfer ownership of the contract to a new owner.
Parameters
Name | Type | Description |
---|---|---|
_protocolFeeRatioD3
uint8
The new protocol fee ratio to set in 3-decimal units.
_protocolLendingFeeRateD18
uint256
The new protocol lending fee rate to set in 18-decimal units.
newOwner
address
The address of the new owner.