{
    "Function": "vote_user_power",
    "File": "contracts/mocks/curve/MockVoting.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function vote_user_power(address user) external view returns (uint256) {\n        return 0;\n    }"
}