QueueInfo
Contain all queue information and set basic parameters to generate Queue Factory
- isOwner
@notice : check if the msg.sender is owner- isAdmin
@notice : check if the msg.sender is administrator- setAdmin
@notice : set the administrator address, only called by Admin or owner
@param _admin {address} : the new admin address- transferOwnership
@notice : set owner of this contract, only owner can call this function
@param newOwner_ {address} : address of new owner- setShortFactory
@notice : set the address of shortFactory, only owner can call this function
@param shortFactory_ {address} : address of shortFactory_ contract- queuesLength
- getQueues
- addQueues
- removeQueuesByAddress
- removeQueueByIndex
- addShortToQueue
- addTraders
- isTraderCreated
- setTraderFee
- setAthLevelFee
- setReferrerFeeFromLevel
- addAllowedToken
- removeAllowedToken
Last updated