We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4353ac1 commit 3129b37Copy full SHA for 3129b37
contracts/interfaces/IPerpV2BasisTradingModule.sol
@@ -136,6 +136,8 @@ interface IPerpV2BasisTradingModule is IPerpV2LeverageModuleV2 {
136
)
137
external;
138
139
+ /* ============ External Setter Functions ============ */
140
+
141
/**
142
* @dev MANAGER ONLY. Update performance fee percentage.
143
*
@@ -157,6 +159,8 @@ interface IPerpV2BasisTradingModule is IPerpV2LeverageModuleV2 {
157
159
function updateFeeRecipient(ISetToken _setToken, address _newFeeRecipient)
158
160
161
162
+ /* ============ External Getter Functions ============ */
163
164
165
* @dev Adds pending funding payment to tracked settled funding. Returns updated settled funding value in precise units (10e18).
166
0 commit comments