{
    "Function": "getRJoeAmount",
    "File": "contracts/LaunchEvent.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getRJoeAmount(uint256 _avaxAmount) public view returns (uint256) {\n        return _avaxAmount * rJoePerAvax;\n    }"
}