Factory compiler

[blockchain/ethereum/Uniswap/v2/Factory compiler]


Compiles Uniswap V2 Factory contract


Input ports

  • start: any

    Receives a signal that triggers the compilation of the Uniswap V2 Factory contract.

Output ports

  • compiled Factory contract:

    {string: {"abi": {string: any}[], "evm": {"bytecode": {"object": string}}}}["UniswapV2Factory"]

    Sends out the artifacts (abi, evm bytecode) of the copmiled Uniswap V2 Factory contract.

  • error: {"error": string}

    Sends out any error that happened during compilation.

Last updated