ERC20CompetitiveRewardModuleFactory
ERC20 competitive reward module factory
ERC20CompetitiveRewardModuleFactory
this factory contract handles deployment for the ERC20CompetitiveRewardModule contract
it is called by the parent PoolFactory and is responsible for parsing constructor arguments before creating a new contract
createModule
(address config, bytes data) → address
(external)
create a new Pool module
Parameters
-
config
: address for configuration contract -
data
: binary encoded construction parameters
Returns
- address of newly created module