// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.14; interface INFT { function raiseRewardPool(uint256 amount) external; }