Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event TokenReceiverSet(address indexed oldReceiver, address indexed newReceiver)
- event OutletControllerAuthorizationSet(indexed outlet, address indexed setter, address indexed controller, bool authorization)
- event OutletRecipientSet(indexed outlet, address indexed oldRecipient, address indexed newRecipient)
- event OutletSharesSet( indexed outlet, uint256 oldShares, uint256 newShares)
- event OutletFrozen(address indexed outletRecipient)
- event NewRecipientAdded(indexed outlet, address indexed recipient, address indexed controller, uint256 shares)
- event TotalSharesChanged(uint256 oldShareCount, uint256 newShareCount)
