{
    "Function": "constructor",
    "File": "contracts/test/BalancerRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address _bfactory) public {\n        bfactory = IBFactory(_bfactory);\n    }"
}