{
    "Function": "_pull",
    "File": "contracts/mock/MockERC20.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_move"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _pull(address from, uint amt) internal {\n        _move(from, address(this), amt);\n    }"
}