StockAppreciationRightCompensation
Last updated
Was this helpful?
Last updated
Was this helpful?
Grants new SAR tokens in StockAppreciationRight. Optionally, you can settle the SARs in cash or shares.
Grants new SAR to an employee/consultant.
Parameters
holder
address
The address receiving the SAR.
quantity
uint96
The number of SAR units.
basePrice
uint96
The reference price at the time of grant.
fairValue
uint256
The FMV for compliance tracking under the 701 cap, if any.
Example settlement function, paying out the appreciation if currentPrice > basePrice. Real usage requires a price feed or a governance-approved FMV.