flash loan
This commit is contained in:
@@ -9,5 +9,5 @@ pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
interface IFeeRateModel {
|
||||
function getFeeRate(address trader, uint256 amount) external view returns (uint256);
|
||||
function getFeeRate(address trader) external view returns (uint256);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user