{
    "Function": "vote_for_gauge_weights",
    "File": "contracts/mocks/curve/MockVoting.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function vote_for_gauge_weights(address gauge, uint256 weight) external {\n        gaugeWeights[gauge] += weight;\n    }"
}