{
    "Function": "constructor",
    "File": "contracts/VoterID.sol",
    "Parent Contracts": [
        "interfaces/IVoterID.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address ooner, address minter, string memory nomen, string memory symbowl) {\n        _owner_ = ooner;\n        // we set it here with no resetting allowed so we cannot commit to NFTs and then reset\n        _minter = minter;\n        _name = nomen;\n        _symbol = symbowl;\n    }"
}