Pancakeswap Router Deployer

[blockchain/ethereum/pancakeswap/Pancakeswap Router Deployer]


Compiles and deploys a Pancake router contract. Note, Pancace factory should be used together with a Pancake factory 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).

  • init parameters:

    {"factory address": string, "WBNB address": string}

    Receives an address of an already deployed Pancace factory contract and an already deployed wrapped BNB contract.

  • 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