// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface IHYPEPrecompile { event Received(address indexed user, uint256 amount); }