SynapseERC20Factory
Methods
deploy
Deploys a new node
Parameters
Name | Type | Description |
---|---|---|
synapseERC20Address | address | address of the synapseERC20Address contract to initialize with |
name | string | Token name |
symbol | string | Token symbol |
decimals | uint8 | Token name |
owner | address | admin address to be initialized with |
Returns
Name | Type | Description |
---|---|---|
_0 | address | Address of the newest node management contract created* |
Events
SynapseERC20Created
Parameters
Name | Type | Description |
---|---|---|
contractAddress | address | undefined |
Last updated