Contains the contract functions only with a link to the full function in the contract code
Interface
interface IWETH
interface IERC20
interface IX7EcosystemSplitter
Contract events
event SharesSet(uint256 x7RShare, uint256 x7DAOShare, uint256 x7100Share, uint256 lendingPoolShare, uint256 treasuryShare)
event OutletRecipientSet(Outlet outlet, address oldRecipient, address newRecipient)
event OutletFrozen(Outlet outlet)
External Functions
receive () external payable
function setWETH(address weth_) external onlyOwner
function setOutlet(Outlet outlet, address recipient) external onlyOwner
function freezeOutletChange(Outlet outlet) external onlyOwner
function setShares(uint256 x7rShare_ , uint256 x7daoShare_ , uint256 x7100Share_ , uint256 lendingPoolShare_ , uint256 treasuryShare_) external onlyOwner
function takeBalance() external
function pushAll() external
