EmployeeStockOptionCompensation
Last updated
Was this helpful?
Last updated
Was this helpful?
An EmployeeStockOption contract to record new options. Also demonstrates a simple 'exerciseOption' flow that eventually creates actual shares in a ShareClass.
Grants an ESO lot to 'employee'.
Parameters
employee
address
The address receiving the options.
quantity
uint96
The number of options.
paymentCurrency
address
The payment currency for the lot.
strikePrice
uint96
The price per share upon exercise.
fairValue
uint256
The fair market value for 701 tracking (if any).
Allows the employee to exercise some or all of their options from a given lot, creating actual shares in the shareClass.
Events