{
    "Function": "getNrnDistribution",
    "File": "src/RankedBattle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getNrnDistribution(uint256 roundId_) public view returns(uint256) {\n        return rankedNrnDistribution[roundId_];\n    }"
}