STO module for sample implementation of a different crowdsale module (DummySTO.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ,
DummySTO
Events
Constructor
Arguments
Name
Type
Description
_securityToken
address
Address of the security token
_polyToken
address
Function used to intialize the differnet variables
Arguments
Name
Type
Description
_startTime
uint256
Unix timestamp at which offering get started
_endTime
uint256
Unix timestamp at which offering get ended
_cap
uint256
Maximum No. of tokens for sale
_someString
string
Any string that contails the details
This function returns the signature of configure function
Arguments
Name
Type
Description
Function used to generate the tokens
Arguments
Name
Type
Description
_investor
address
Address of the investor
_amount
uint256
Amount of ETH or Poly invested by the investor
Returns the total no. of investors
Arguments
Name
Type
Description
Returns the total no. of investors
Arguments
Name
Type
Description
Returns the permissions flag that are associated with STO
Arguments
Name
Type
Description
Arguments
Name
Type
Description
⤾ overrides
⤾ overrides
⤾ overrides