{
    "Function": "mint",
    "File": "contracts/interfaces/dex-v2/synth/ISynth.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mint(address to, uint256 amount) external;"
}