Contains the contract functions only with a link to the full function in the contract code
Interface
interface IERC20
interface IX7D
interface X7DMinter
interface X7DBurner
Contract events
event X7DSet(address oldAddress, address newAddress)
event EcosystemRecipientSet(address oldAddress, address newAddress)
event EcosystemPayerSet(address payorAddress, bool isPayer)
event LendingPoolSet(address oldAddress, address newAddress)
event FundsSent(address indexed recipient, uint256 amount)
event FundsReturned(address indexed sender, uint256 amount)
External Functions
receive() external payable
function depositETH() external payable
function depositETHForRecipient(address recipient) external payable
function withdrawETH(uint256 amount) external
