AthenaPoolFactory

IDO Pool Contract Generator

- constructor

@param _athenaPadInfoAddress {address} : the address of AthenaLaunchPadInfo contract 
@param _athStakingAddress {address} : the address of AthStaking contract
@param _referralAddress{address} : the address of AthReferral contract

- createPoolPublic

@notice : creaet IDO pool contract
@param poolInfo {IDOInfo} :  the information of IDO pool contract to be deployed

onlyOwner

- setAthStaking

@notice : set AthStaking address
@param _athStakingAddress {address} : the address of AthStaking contract

onlyOwner

- setDevAddress

Last updated