{
    "Function": "create_lock",
    "File": "contracts/test/utils/TestVotingEscrow.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function create_lock(uint amount, uint) external {\n        balances[++tokenId] = amount;\n        ownerOf[tokenId] = msg.sender;\n        totalSupply += amount;\n    }"
}