Pancakeswap Factory Deployer

[blockchain/ethereum/pancakeswap/Pancakeswap Factory Deployer]


Compiles and deploys a Pancake factory contract. Note, Pancace factory should be used together with a Pancake router contract.


Keywords: token, erc20, dex, Pancake, Uniswap, Binance, BNC

Input ports

  • contract name: string

    The name of the created contract. It must be a valid Solidity contract name (no spaces, special characters).

  • fee setter: string

    Receives the address that will have the permission to set an address where usage fees are sent.

  • credentials: {"providerUrl": string, "privateKey": string}

Output ports

  • events:

    {
      "field": (
        "transaction hash"
        or "receipt"
        or "confirmation"
        or "contract"
        or "error"
      ),
      "data": any
    }
  • source: string

  • compile settings:

    {optional "evmVersion": string, "optimizer": {"enabled": boolean, "runs": number}}
  • error: {"error": string}

Last updated