QueueFactory
Queue Contract Creator Contract
- constructor
@param athStaking_ {address} : address of athStaking contract, only Owner
@param referralAddress_ {address} : address of referral contract
@param queueInfo_ {address} : address of queue info contract- setAthStaking
@notice : set the address of athStaking contract, only Owner
@param athStaking_ {adderess} : address of athStaking contract- setReferralContract
@notice : set the address of referral contract, Only Owner
@param referralAddress_ {address} : address of referral contract- isOwner
@notice : check if the caller is owner- transferOwnership
@notice : set new owner of this contract, Only Owner
@param newOwner_ {address} : address of new owner- setTraderDeploymentFee
- createQueue
- createQueueByOwner
- _deployQueue
Last updated