[
    {
        "stateMutability": "payable",
        "type": "function",
        "name": "deposit_and_stake",
        "inputs": [
            {
                "name": "deposit",
                "type": "address"
            },
            {
                "name": "lp_token",
                "type": "address"
            },
            {
                "name": "gauge",
                "type": "address"
            },
            {
                "name": "n_coins",
                "type": "uint256"
            },
            {
                "name": "coins",
                "type": "address[]"
            },
            {
                "name": "amounts",
                "type": "uint256[]"
            },
            {
                "name": "min_mint_amount",
                "type": "uint256"
            },
            {
                "name": "use_underlying",
                "type": "bool"
            },
            {
                "name": "use_dynarray",
                "type": "bool"
            },
            {
                "name": "pool",
                "type": "address"
            }
        ],
        "outputs": []
    },
    {
        "stateMutability": "payable",
        "type": "fallback"
    }
]
