{
    "contractName": "P1WethProxy",
    "abi": [
        {
            "inputs": [
                {
                    "internalType": "address payable",
                    "name": "weth",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "constructor"
        },
        {
            "payable": true,
            "stateMutability": "payable",
            "type": "fallback"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "_WETH_",
            "outputs": [
                {
                    "internalType": "contract WETH9",
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "internalType": "address",
                    "name": "perpetual",
                    "type": "address"
                }
            ],
            "name": "approveMaximumOnPerpetual",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "internalType": "address",
                    "name": "perpetual",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "account",
                    "type": "address"
                }
            ],
            "name": "depositEth",
            "outputs": [],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "internalType": "address",
                    "name": "perpetual",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "account",
                    "type": "address"
                },
                {
                    "internalType": "address payable",
                    "name": "destination",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "amount",
                    "type": "uint256"
                }
            ],
            "name": "withdrawEth",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        }
    ],
    "networks": {
        "WETH-PUSD": {
            "1": {
                "links": {},
                "address": "0x17ac4cC32696987CEa1737343188716b1D827E7B",
                "transactionHash": "0x79ac6ef29c10681802b5993b1fe4235dde4d47d358201ff2d82a853715367bde"
            }
        },
        "PBTC-USDC": {},
        "PLINK-USDC": {}
    }
}