PricedRound
State Variables
MIN_INVESTOR_ALLOCATION
uint256 public constant MIN_INVESTOR_ALLOCATION = Constants.MIN_INVESTOR_ALLOCATION;PricedRoundStorageLocation
bytes32 private constant PricedRoundStorageLocation = 0xa7f784e00080c54058c6c75beccaf3cec18ab4699f88cfccb9370b9797cad800;Functions
_getPricedRoundStorage
constructor
init
Name
Type
Description
__PricedRound_init
unlockStartDate
unlockDuration
unlockCliff
initialUnlockPercentage
minimumRaise
targetRaise
shares
allottedShares
totalSharesForRound
totalRaised
denominationAsset
pricePerShare
roundState
increaseMinimumRaise
Name
Type
Description
extendRound
Name
Type
Description
cancelRound
closeRound
setInvestorAllocation
Name
Type
Description
increaseInvestorShareAllocation
Name
Type
Description
decreaseInvestorShareAllocation
Name
Type
Description
investInRound
Name
Type
Description
claimShares
Name
Type
Description
revokeInvestment
recoupInvestment
Name
Type
Description
calculateAdjustedPricePerShare
Name
Type
Description
remainingShares
remainingDenominationAsset
getInvestors
Name
Type
Description
getAllocatedAddresses
Name
Type
Description
getInvestment
Name
Type
Description
getAllocation
Name
Type
Description
getInvestmentAmountForAllocation
getImpliedOutstandingValuation
Name
Type
Description
getImpliedFullyDilutedValuation
Name
Type
Description
coreId
version
supportsInterface
_reverseInvestment
Name
Type
Description
_calculateInvestmentAmount
_calculateAdjustedPricePerShare
_deleteAllocations
_validateRoundStateOpen
_validateRoundStateOpenOrFilled
_validateInitArgs
_validateRaiseAmounts
_validateDiscountOrPremium
_checkInvariants
Structs
PricedRoundStorage
Last updated
