initializeFactory(template: address):
Parameter | Description |
template | Ethereum address of exchange template |
createExchange(token: address): address
Parameter | Type | Description |
token | address | Ethereum address of an ERC20 token |
Returns | |
address | Ethereum address of a Uniswap exchange |
@constantgetExchange(token: address): address
Parameter | Type | Description |
token | address | Ethereum address of an ERC20 token |
Returns | |
address | Ethereum address of a Uniswap exchange |
@constantgetToken(exchange: address): address
Parameter | Type | Description |
exchange | address | Ethereum address of a Uniswap exchange |
Returns | |
address | Ethereum address of an ERC20 token |
@constantgetTokenWithId(token_id: uint256): address
Parameter | Type | Description |
token_id | uint256 | Uniswap ID for an ERC20 token |
Returns | |
address | Ethereum address of an ERC20 token |