Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event GlobalUnlockTimestampSet(uint256 indexed oldGlobalUnlockTimestamp, uint256 indexed newGlobalUnlockTimestamp)
- event GlobalUnlockTimeExtended(uint256 indexed oldGlobalUnlockTimestamp, uint256 indexed newGlobalUnlockTimestamp)
- event TokenUnlockTimestampSet(address indexed token, uint256 indexed oldTokenUnlockTimestamp, uint256 indexed newTokenUnlockTimestamp)
- event TokenUnlockTimeExtended(address indexed token, uint256 indexed oldTokenUnlockTimestamp, uint256 indexed newTokenUnlockTimestamp)
- event TokenOwnerSet(address indexed token, address indexed oldOwner, address indexed newOwner)
- event TokensWithdrawn(address indexed token, address indexed recipient, uint256 indexed amount)
