APR
initializeFactory
initializeFactory((template: address));factoryContract.methods.initializeFactory(template).send();createExchange
createExchange(token: address): addressfactoryContract.methods.initializeFactory(token).send();getExchange
@constant
getExchange(token: address): addressfactoryContract.methods.getExchange(token).call();getToken
getTokenWithId
Last updated