{
    "Function": "constructor",
    "File": "contracts/governance/YaxisVotePower.sol",
    "Parent Contracts": [
        "contracts/governance/interfaces/IVoteProxy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address _yaxis,\n        address _rewardsYaxis,\n        address _rewardsYaxisEth,\n        address _yaxisEthUniswapV2Pair\n    )\n        public\n    {\n        yaxis = IERC20(_yaxis);\n        rewardsYaxis = IRewards(_rewardsYaxis);\n        rewardsYaxisEth = IRewards(_rewardsYaxisEth);\n        yaxisEthUniswapV2Pair = IUniswapV2Pair(_yaxisEthUniswapV2Pair);\n    }"
}