{
    "Function": "burnSynth",
    "File": "contracts/interfaces/dex-v2/pool/IVaderPoolV2.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol",
        "node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol",
        "contracts/interfaces/dex-v2/pool/IBasePoolV2.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function burnSynth(\r\n        IERC20 foreignAsset,\r\n        uint256 synthAmount,\r\n        address to\r\n    ) external returns (uint256 amountNative);"
}