TWStatelessFactory
Methods
deployProxyByImplementation
Deploys a proxy that points to the given implementation.
Parameters
Name
Type
Description
_implementation
address
undefined
_data
bytes
undefined
_salt
bytes32
undefined
Returns
Name
Type
Description
deployedProxy
address
undefined
isTrustedForwarder
Parameters
Name
Type
Description
forwarder
address
undefined
Returns
Name
Type
Description
_0
bool
undefined
multicall
Receives and executes a batch of function calls on this contract.
Parameters
Name
Type
Description
data
bytes[]
undefined
Returns
Name
Type
Description
results
bytes[]
undefined
Events
ProxyDeployed
Emitted when a proxy is deployed.
Parameters
Name
Type
Description
implementation indexed
address
undefined
proxy
address
undefined
deployer indexed
address
undefined
Last updated