Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event OutletRecipientSet(address indexed oldOutletRecipient, address indexed newOutletRecipient)
- event SharesSet(uint256 indexed oldShares, uint256 indexed newShares)
- event OutletRecipientFrozen(address indexed outletRecipient)
External Functions
- receive () external payable {}
- function freezeOutlet() external
- function setOutletRecipient(address _outletRecipient) external onlyOwner
- function setSlotShares(uint256 _slotShares) external onlyOwner
- function takeBalance(uint256 _balance) external
- function takeCurrentBalance() external
- function pushAll() public
