{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_who",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_wad",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "deposit",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "approve(address,uint256)": "095ea7b3",
    "deposit()": "d0e30db0"
  },
  "ast": {
    "absolutePath": "packages/contracts-bridge/contracts/interfaces/IWeth.sol",
    "id": 33717,
    "exportedSymbols": {
      "IWeth": [
        33716
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:145:45",
    "nodes": [
      {
        "id": 33705,
        "nodeType": "PragmaDirective",
        "src": "46:22:45",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 33716,
        "nodeType": "ContractDefinition",
        "src": "70:120:45",
        "nodes": [
          {
            "id": 33708,
            "nodeType": "FunctionDefinition",
            "src": "92:36:45",
            "functionSelector": "d0e30db0",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "deposit",
            "parameters": {
              "id": 33706,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "108:2:45"
            },
            "returnParameters": {
              "id": 33707,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "127:0:45"
            },
            "scope": 33716,
            "stateMutability": "payable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 33715,
            "nodeType": "FunctionDefinition",
            "src": "134:54:45",
            "functionSelector": "095ea7b3",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "approve",
            "parameters": {
              "id": 33713,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 33710,
                  "mutability": "mutable",
                  "name": "_who",
                  "nodeType": "VariableDeclaration",
                  "scope": 33715,
                  "src": "151:12:45",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 33709,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "151:7:45",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 33712,
                  "mutability": "mutable",
                  "name": "_wad",
                  "nodeType": "VariableDeclaration",
                  "scope": 33715,
                  "src": "165:12:45",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 33711,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "165:7:45",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "150:28:45"
            },
            "returnParameters": {
              "id": 33714,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "187:0:45"
            },
            "scope": 33716,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          33716
        ],
        "name": "IWeth",
        "scope": 33717
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 45
}