StockAppreciationRight
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
Author: CapSign Inc.
A minimal contract tracking stock appreciation rights (SARs) for employees/consultants. Each lot has a "basePrice" from which appreciation is measured, plus a "quantity."
Creates a new SAR lot for a given holder.
Parameters
holder
address
The address receiving the SAR.
quantity
uint96
The number of SAR units granted.
basePrice
uint96
The reference price at the time of grant.
Returns
tokenId
bytes32
The unique hash-based identifier of this SAR lot.
Invalidates an existing SAR lot (e.g., if fully settled or the holder leaves).