nftproxy&®ister&&fix
This commit is contained in:
21
contracts/intf/IFeeDistributor.sol
Normal file
21
contracts/intf/IFeeDistributor.sol
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
|
||||
Copyright 2020 DODO ZOO.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
|
||||
pragma solidity 0.6.9;
|
||||
|
||||
interface IFeeDistributor {
|
||||
function init(
|
||||
address baseToken,
|
||||
address quoteToken,
|
||||
address stakeToken
|
||||
) external;
|
||||
|
||||
function stake(address to) external;
|
||||
|
||||
function _STAKE_TOKEN_() external view returns(address);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user