{
    "Function": "isSummoner",
    "File": "contracts/models/DAO.sol",
    "Parent Contracts": [
        "contracts/services/ReentryProtection.sol",
        "contracts/models/EternalModel.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encode()",
        "getBool",
        "keccak256(bytes)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isSummoner(Instance memory _dao, address _summonerAddress) external view returns (bool) {\n    return getBool(keccak256(abi.encode(_dao.uuid, 'summoner', _summonerAddress)));\n  }"
}