{
    "Function": "transferAndCall",
    "File": "contracts/vendor/LinkToken/token/ERC677.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function transferAndCall(address to, uint value, bytes memory data) public virtual returns (bool success);"
}