WBNB Deployer

[blockchain/ethereum/pancakeswap/WBNB Deployer]


Compiles and deploys a wrapped BNB contract. (WBNB is sometimes required by other contracts, like Pancakeswap for example. You need to deploy your own WBNB contract when it is not available, e.g. when running contracts in a local ganache environment.)


Keywords: token, Binance, BNB, Pancake

Input ports

  • 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