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