Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event RouterSet(address indexed oldRouter, address indexed newRouter)
- event TargetTokenSet(address indexed oldTargetToken, address indexed newTargetToken)
- event TokensBurned(address indexed token, uint256 indexed amount)
External Functions
- function setRouter(address _router) external onlyOwner
- function setTargetToken(address _targetToken) external onlyOwner
- function receive() external payable
- function rescueTokens(address to, address token, uint256 value) external
- function rescueWETH(address to, uint256 value) external
