AthenaLaunchPadInfo

Contain All IDO contract's information and default parameters

- addPresaleAddress

@notice : add presale addresses to the list
@param _presale {address} : address of presale contract
@param _presaleProjectID {uint256} : the number of presale contract

- getPresaleCount

@notice : return the count of presale contracts
@return : the count of presale contracts

- getPresaleAddressByDbId

@notice : get the presale contract address of given DB id
@param asvaDbId {uint256} : the number of id
@return :  the address of presale contract

- getPresaleAddress

@notice : get the presale contract address of given asvaid
@param asvaId {uint256} : the number of asvaid
@return :  the address of presale contract

- validAsvaId

- addOperator

- removeOperator

Last updated