EmployeeStockOption
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
A minimal contract tracking unexercised employee stock options (ESOs). Each “lot” represents a batch of options for a single employee, storing quantity, strike price, etc. In real usage, you'd track vesting schedules and expiry dates too.
Creates a new option lot for an employee.
Returns
tokenId
bytes32
The ID of the newly created lot.
Invalidates an option lot, e.g. if it's fully exercised or the employee leaves.