{
    "Function": "payments",
    "File": "contracts/openzeppelin-solidity/contracts/security/PullPayment.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Escrow"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function payments(address dest) public view returns (uint256) {\n        return _escrow.depositsOf(dest);\n    }"
}