commit
This commit is contained in:
8
contracts/interfaces/IYTLPToken.sol
Normal file
8
contracts/interfaces/IYTLPToken.sol
Normal file
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
interface IYTLPToken {
|
||||
function mint(address _to, uint256 _amount) external;
|
||||
function burn(address _from, uint256 _amount) external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user