Rule506cOffering
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits: ,
Inherits from both Offering (for the generic offering logic) and RegulationDExemption (for the private exemption rules).
Initialize the clone with offering parameters.
Parameters
_issuer
address
The issuer address.
_asset
address
The asset address.
_paymentToken
address
The payment token address.
_pricePerToken
uint256
The price per token.
_minInvestment
uint256
The minimum investment.
_investmentDeadline
uint256
The investment deadline.
_targetAmount
uint256
The target investment amount.
_maxAmount
uint256
The maximum raise amount.
_uri
string
The metadata URI.
_attestationRegistry
address
The attestation registry contract address.
Check if an investor is accredited.
Parameters
investor
address
The address of the investor.
Returns
<none>
bool
bool The accreditation status.
Overridden function to ensure only accredited investors
Implementation of the Offering's 'invest' function, which also calls 'issueUnderExemption' from RegDExemption.
Internal function to createLot tokens to investor
Overridden to close the offering.