{
    "Function": "constructor",
    "File": "contracts/Faucet.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address _usd) {\n        usd = IERC20(_usd);\n    }"
}