Skip to main content
Version: 0.4.2

ProxyFactoryInitializable

Functions

deployMinimal

  function deployMinimal(
  ) external returns (address proxy, bytes returnData)

_getRevertMsg

  function _getRevertMsg(
    bytes _res
  ) internal returns (string)

This is needed in order to get the human-readable revert message from a call

Get the revert message from a call

Parameters:

NameTypeDescription
_resbytesResponse of the call

Return Values:

NameTypeDescription
Revertbytesmessage string

slice

  function slice(
  ) internal returns (bytes)

Events

ProxyCreated

  event ProxyCreated(
  )