ValuationRegistry
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits: Ownable
Manages and stores 409A valuations for private companies. Public companies are excluded as they don't require 409A valuations.
Adds a new 409A valuation for a company.
Parameters
company
address
The address representing the private company.
valuation
uint256
The FMV determined by the valuation provider.
notes
string
Optional notes or details about the valuation.
Retrieves all valuations for a given company.
Parameters
company
address
The address representing the private company.
Returns
<none>
Valuation[]
An array of Valuation structs.
Authorizes a new valuation provider.
Parameters
provider
address
The address to authorize.
Revokes authorization from a valuation provider.
Parameters
provider
address
The address to revoke.