restruct contract repo
This commit is contained in:
14
contracts/intf/IFeeRateModel.sol
Normal file
14
contracts/intf/IFeeRateModel.sol
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
|
||||
Copyright 2020 DODO ZOO.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
||||
interface IFeeRateModel {
|
||||
function getFeeRate(uint256 amount) external view returns (uint256);
|
||||
}
|
||||
Reference in New Issue
Block a user