remove some unused code
This commit is contained in:
parent
4d078f62cc
commit
831c564e81
@ -5,10 +5,4 @@ import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
|
||||
|
||||
interface IAsset is IERC721 {
|
||||
function batchMint(address to, uint256[] memory tokenIds) external;
|
||||
|
||||
function burn(address owner, uint256[] memory ids) external;
|
||||
|
||||
function ownerOf(uint256 tokenId) external view returns (address owner);
|
||||
|
||||
function isLocked(uint256 tokenId) external view returns (bool);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user