{
  "contractName": "TestDaiFaucet",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "allocateTo",
      "outputs": [],
      "payable": true,
      "stateMutability": "payable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.12+commit.7709ece9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"allocateTo\",\"outputs\":[],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Some testnet DAI use this interface to mint test DAIs\",\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/rtoken-contracts/rtoken-contracts/packages/contracts/contracts/test/TestDaiFaucet.sol\":\"TestDaiFaucet\"},\"evmVersion\":\"petersburg\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/runner/work/rtoken-contracts/rtoken-contracts/packages/contracts/contracts/test/TestDaiFaucet.sol\":{\"keccak256\":\"0x8907b0bb69d182df242f63f2038998f6c70aa64f69eeba27ca326a495f157847\",\"urls\":[\"bzz-raw://5c3ae5374d8fb8720ec176dcdee94931d4b80b4e756f7bb739c794379d8a86ea\",\"dweb:/ipfs/QmS5mkoEwdWiRo16wPeC4pnYxCuSUmuwf8BCffxeNNCk1b\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.5.0;\n\n/**\n * @dev Some testnet DAI use this interface to mint test DAIs\n */\ncontract TestDaiFaucet {\n    function allocateTo(address, uint256) public payable;\n}\n",
  "sourcePath": "/home/runner/work/rtoken-contracts/rtoken-contracts/packages/contracts/contracts/test/TestDaiFaucet.sol",
  "ast": {
    "absolutePath": "/home/runner/work/rtoken-contracts/rtoken-contracts/packages/contracts/contracts/test/TestDaiFaucet.sol",
    "exportedSymbols": {
      "TestDaiFaucet": [
        10406
      ]
    },
    "id": 10407,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10398,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:27"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": "@dev Some testnet DAI use this interface to mint test DAIs",
        "fullyImplemented": false,
        "id": 10406,
        "linearizedBaseContracts": [
          10406
        ],
        "name": "TestDaiFaucet",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 10405,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "allocateTo",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10403,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10400,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10405,
                  "src": "144:7:27",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10399,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "144:7:27",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10402,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10405,
                  "src": "153:7:27",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10401,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "153:7:27",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:18:27"
            },
            "returnParameters": {
              "id": 10404,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "176:0:27"
            },
            "scope": 10406,
            "src": "124:53:27",
            "stateMutability": "payable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 10407,
        "src": "95:84:27"
      }
    ],
    "src": "0:180:27"
  },
  "legacyAST": {
    "absolutePath": "/home/runner/work/rtoken-contracts/rtoken-contracts/packages/contracts/contracts/test/TestDaiFaucet.sol",
    "exportedSymbols": {
      "TestDaiFaucet": [
        10406
      ]
    },
    "id": 10407,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10398,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:27"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": "@dev Some testnet DAI use this interface to mint test DAIs",
        "fullyImplemented": false,
        "id": 10406,
        "linearizedBaseContracts": [
          10406
        ],
        "name": "TestDaiFaucet",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 10405,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "allocateTo",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10403,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10400,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10405,
                  "src": "144:7:27",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10399,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "144:7:27",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10402,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10405,
                  "src": "153:7:27",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10401,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "153:7:27",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:18:27"
            },
            "returnParameters": {
              "id": 10404,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "176:0:27"
            },
            "scope": 10406,
            "src": "124:53:27",
            "stateMutability": "payable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 10407,
        "src": "95:84:27"
      }
    ],
    "src": "0:180:27"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.12+commit.7709ece9.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.0.21",
  "updatedAt": "2020-04-22T17:31:54.564Z",
  "devdoc": {
    "details": "Some testnet DAI use this interface to mint test DAIs",
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}