{
    "Function": "accountOwnerIncentives",
    "File": "tokenomics/contracts/interfaces/ITokenomics.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function accountOwnerIncentives(address account, uint256[] memory unitTypes, uint256[] memory unitIds) external\n        returns (uint256 reward, uint256 topUp);"
}