ProxyFactory
Open methods
createNewProxy
function createNewProxy(
struct StorageBeacon.AccountConfig calldata acc_
) external nonReentrant returns(address);struct AccountConfig {
address user;
address token;
uint slippage;
string name;
}Name
Type
Description
Name
Type
Description
Type
Description
getOwner
Type
Description
Owner methods
changeOwner
Name
Type
Description
System methods
_startTask
Name
Type
Description
Last updated