{
    "Function": "constructor",
    "File": "contracts/token/MerkleDistributor.sol",
    "Parent Contracts": [
        "contracts/token/interfaces/IMerkleDistributor.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address token_, bytes32 merkleRoot_) public {\n        token = token_;\n        merkleRoot = merkleRoot_;\n    }"
}