{
  "contractName": "SchemeRegistrar",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "_avatar",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "_intVoteInterface",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "_scheme",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "bytes32",
          "name": "_parametersHash",
          "type": "bytes32"
        },
        {
          "indexed": false,
          "internalType": "bytes4",
          "name": "_permissions",
          "type": "bytes4"
        },
        {
          "indexed": false,
          "internalType": "string",
          "name": "_descriptionHash",
          "type": "string"
        }
      ],
      "name": "NewSchemeProposal",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "_avatar",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "ProposalDeleted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "_avatar",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        },
        {
          "indexed": false,
          "internalType": "int256",
          "name": "_param",
          "type": "int256"
        }
      ],
      "name": "ProposalExecuted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "_avatar",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "_intVoteInterface",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "_scheme",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "string",
          "name": "_descriptionHash",
          "type": "string"
        }
      ],
      "name": "RemoveSchemeProposal",
      "type": "event"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "contract IERC20",
          "name": "_stakingToken",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "balanceOfStakingToken",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_amount",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "_beneficiary",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "burnReputation",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "getTotalReputationSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_amount",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "_beneficiary",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "mintReputation",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "organizationsProposals",
      "outputs": [
        {
          "internalType": "address",
          "name": "scheme",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "addScheme",
          "type": "bool"
        },
        {
          "internalType": "bytes32",
          "name": "parametersHash",
          "type": "bytes32"
        },
        {
          "internalType": "bytes4",
          "name": "permissions",
          "type": "bytes4"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "parameters",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "voteRegisterParams",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "voteRemoveParams",
          "type": "bytes32"
        },
        {
          "internalType": "contract IntVoteInterface",
          "name": "intVote",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "proposalsInfo",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "blockNumber",
          "type": "uint256"
        },
        {
          "internalType": "contract Avatar",
          "name": "avatar",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "_owner",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "reputationOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract IERC20",
          "name": "_stakingToken",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "_beneficiary",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_amount",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        }
      ],
      "name": "stakingTokenTransfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_proposalId",
          "type": "bytes32"
        },
        {
          "internalType": "int256",
          "name": "_param",
          "type": "int256"
        }
      ],
      "name": "executeProposal",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_voteRegisterParams",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "_voteRemoveParams",
          "type": "bytes32"
        },
        {
          "internalType": "contract IntVoteInterface",
          "name": "_intVote",
          "type": "address"
        }
      ],
      "name": "setParameters",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_voteRegisterParams",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "_voteRemoveParams",
          "type": "bytes32"
        },
        {
          "internalType": "contract IntVoteInterface",
          "name": "_intVote",
          "type": "address"
        }
      ],
      "name": "getParametersHash",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract Avatar",
          "name": "_avatar",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "_scheme",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_parametersHash",
          "type": "bytes32"
        },
        {
          "internalType": "bytes4",
          "name": "_permissions",
          "type": "bytes4"
        },
        {
          "internalType": "string",
          "name": "_descriptionHash",
          "type": "string"
        }
      ],
      "name": "proposeScheme",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract Avatar",
          "name": "_avatar",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "_scheme",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "_descriptionHash",
          "type": "string"
        }
      ],
      "name": "proposeToRemoveScheme",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_avatar\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_intVoteInterface\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"_scheme\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"_parametersHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"_permissions\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"_descriptionHash\",\"type\":\"string\"}],\"name\":\"NewSchemeProposal\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_avatar\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"ProposalDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_avatar\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"int256\",\"name\":\"_param\",\"type\":\"int256\"}],\"name\":\"ProposalExecuted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_avatar\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"_intVoteInterface\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"_scheme\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"_descriptionHash\",\"type\":\"string\"}],\"name\":\"RemoveSchemeProposal\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"_stakingToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"balanceOfStakingToken\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_beneficiary\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"burnReputation\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"},{\"internalType\":\"int256\",\"name\":\"_param\",\"type\":\"int256\"}],\"name\":\"executeProposal\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_voteRegisterParams\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_voteRemoveParams\",\"type\":\"bytes32\"},{\"internalType\":\"contract IntVoteInterface\",\"name\":\"_intVote\",\"type\":\"address\"}],\"name\":\"getParametersHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"getTotalReputationSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_beneficiary\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"mintReputation\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"organizationsProposals\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"scheme\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"addScheme\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"parametersHash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes4\",\"name\":\"permissions\",\"type\":\"bytes4\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"parameters\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"voteRegisterParams\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"voteRemoveParams\",\"type\":\"bytes32\"},{\"internalType\":\"contract IntVoteInterface\",\"name\":\"intVote\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"proposalsInfo\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"blockNumber\",\"type\":\"uint256\"},{\"internalType\":\"contract Avatar\",\"name\":\"avatar\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"contract Avatar\",\"name\":\"_avatar\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_scheme\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_parametersHash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes4\",\"name\":\"_permissions\",\"type\":\"bytes4\"},{\"internalType\":\"string\",\"name\":\"_descriptionHash\",\"type\":\"string\"}],\"name\":\"proposeScheme\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"contract Avatar\",\"name\":\"_avatar\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_scheme\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_descriptionHash\",\"type\":\"string\"}],\"name\":\"proposeToRemoveScheme\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_owner\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"reputationOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_voteRegisterParams\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_voteRemoveParams\",\"type\":\"bytes32\"},{\"internalType\":\"contract IntVoteInterface\",\"name\":\"_intVote\",\"type\":\"address\"}],\"name\":\"setParameters\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"_stakingToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_beneficiary\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_proposalId\",\"type\":\"bytes32\"}],\"name\":\"stakingTokenTransfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"The SchemeRegistrar is used for registering and unregistering schemes at organizations\",\"methods\":{\"executeProposal(bytes32,int256)\":{\"details\":\"execution of proposals, can only be called by the voting machine in which the vote is held.\",\"params\":{\"_param\":\"a parameter of the voting result, 1 yes and 2 is no.\",\"_proposalId\":\"the ID of the voting in the voting machine\"}},\"proposeScheme(address,address,bytes32,bytes4,string)\":{\"details\":\"create a proposal to register a schemeNB: not only proposes the vote, but also votes for it\",\"params\":{\"_avatar\":\"the address of the organization the scheme will be registered for\",\"_descriptionHash\":\"proposal's description hash\",\"_parametersHash\":\"a hash of the configuration of the _scheme\",\"_permissions\":\"the permission of the scheme to be registered\",\"_scheme\":\"the address of the scheme to be registered\"},\"return\":\"a proposal Id\"},\"proposeToRemoveScheme(address,address,string)\":{\"details\":\"propose to remove a scheme for a controller\",\"params\":{\"_avatar\":\"the address of the controller from which we want to remove a scheme\",\"_descriptionHash\":\"proposal description hash NB: not only registers the proposal, but also votes for it\",\"_scheme\":\"the address of the scheme we want to remove\"}},\"setParameters(bytes32,bytes32,address)\":{\"details\":\"hash the parameters, save them if necessary, and return the hash value\"}},\"title\":\"A registrar for Schemes for organizations\"},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"@daostack/arc/contracts/universalSchemes/SchemeRegistrar.sol\":\"SchemeRegistrar\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@daostack/arc/contracts/controller/Avatar.sol\":{\"keccak256\":\"0x4e4fb9d3bc21f42fbfc6a01e9f8aa483a59e9f447b0d604f55b587a81ec09ef4\",\"urls\":[\"bzz-raw://9d3c1c7575cf6075ea1d89921f09b9b8e322b208dacaf0446cd4f64506c999f0\",\"dweb:/ipfs/QmVGDDHAR2ByuQpbgV7BBKXGEAcbaWvejpEZYzHgaagBFK\"]},\"@daostack/arc/contracts/controller/ControllerInterface.sol\":{\"keccak256\":\"0x933e92612c90f292c7b59908958b003f1a13d90b97bed0572b566353c20974dc\",\"urls\":[\"bzz-raw://ce1fcf85b744fcce2dbd4205e3943e9b4ec36a5f0330d4bbf61e65f1a3e0e470\",\"dweb:/ipfs/QmUWiLkBDdekhpy93nTzBtxDHL6yNh6sTUM9G8VbsHcBzy\"]},\"@daostack/arc/contracts/controller/DAOToken.sol\":{\"keccak256\":\"0x9b213e4e3ceeffcfc1c962a43b70b8d763d8091a2dd713fc1989b97bb68786e6\",\"urls\":[\"bzz-raw://51d1d6e85fd90f45395a16b7a3c703c4636e836041f2a13f806e4222ef2e59c1\",\"dweb:/ipfs/QmQjeCeFf7TJzsYjT5scyZUDDixBA8Yy8YppgBuxcKPDnP\"]},\"@daostack/arc/contracts/globalConstraints/GlobalConstraintInterface.sol\":{\"keccak256\":\"0xc006c4591ec10b845a56e13f6791db2c428610953034686d52b2a934b6c8f36f\",\"urls\":[\"bzz-raw://19495cd88280e54d7ddcd043ffeff75e6d3777a0c42debcd61cae448e9497ea0\",\"dweb:/ipfs/QmYxWz7CgFmmddrcVXJKfob5Ktwykc2imNVUwLSR5WR8bJ\"]},\"@daostack/arc/contracts/libs/SafeERC20.sol\":{\"keccak256\":\"0xf6727d432f67046145b078f40c1cc4f6be7b0d12a6678ecaf457edf7550d244c\",\"urls\":[\"bzz-raw://5dba7734c4fed446c084a707761cbc66ba22b8b93ef53c8d4a22a76b6e271690\",\"dweb:/ipfs/QmP2VpPKUqLh4ZZs6LaxHVpCN1zCmiorygL9bMub4mbYCw\"]},\"@daostack/arc/contracts/universalSchemes/SchemeRegistrar.sol\":{\"keccak256\":\"0x13934eeba4d723347fceb4feaee0ed5a48d5d27f1b68800f0c0cc0ee91ead7c3\",\"urls\":[\"bzz-raw://911cd363dcfd942b2836969cd7a8c0a719518fafc6f5f129cc70018e17f24614\",\"dweb:/ipfs/QmWPVS5P14XAQvnG6Ccd6MSadFfbNGdqZaH9GsCLnnj3Wo\"]},\"@daostack/arc/contracts/universalSchemes/UniversalScheme.sol\":{\"keccak256\":\"0xcfdb7d336d21b3b16a31125d3bd8c88f7c4c944510f4488162247badb6411017\",\"urls\":[\"bzz-raw://d17df7fe23080da4da159c57a23793fed90dbc8129ab8d752365e6b5f07a9e2a\",\"dweb:/ipfs/QmUUNrcMqrxT3k1V4z9p9HJUnxPdNNgf5CB8NUHc5uMwBd\"]},\"@daostack/arc/contracts/universalSchemes/UniversalSchemeInterface.sol\":{\"keccak256\":\"0x956b0dbe20b6aeea74565a9204f72fba1580874d27cd63955f93e9491cabb6b1\",\"urls\":[\"bzz-raw://1bd1812db855997c2c5f3df4a0a5ae568977ac05c2066999a08ce251dce05c07\",\"dweb:/ipfs/QmRbvtTZHUnSypBqaiAUZxUbK8sGzgVpyK3f6zCz9utVDz\"]},\"@daostack/arc/contracts/votingMachines/VotingMachineCallbacks.sol\":{\"keccak256\":\"0x4052c6f57add891f5f6514a7837f54955ac1f3ad4654fa45d864e4aad19864ba\",\"urls\":[\"bzz-raw://3c41bfc9e42463f3a9c0a4a6fc75382661e1f8e04e20886ff623e7a671aa28ed\",\"dweb:/ipfs/QmXZhcp17q64esWMwWAjJ2CkjHbG9btWRMhRs78LBrVLjD\"]},\"@daostack/infra/contracts/Reputation.sol\":{\"keccak256\":\"0x3d226dac0fe7d758f0287fb28bc25fcec1f69d19888ae3a550fa49856d61c482\",\"urls\":[\"bzz-raw://8856852c8fe0ba1c9aab326f0a9a6e7f31a238de2778fa5188e6fc399f7eb352\",\"dweb:/ipfs/QmVH4ppR9Dk7v8yxaSgeArdMv9gBBVoQxEf4E3UsqQ4rY2\"]},\"@daostack/infra/contracts/libs/RealMath.sol\":{\"keccak256\":\"0x3ee79c4b483da327916ac36f9d5cc6a1f2f0363db3ad06793ec67f46e1f653db\",\"urls\":[\"bzz-raw://19b423aa16b93e414c50ca513caabc0f1cb835f31deec82d85d9bb31c0f8d5fb\",\"dweb:/ipfs/QmS8gjtT3jxxoNAosJf6QSStFAE2KZLhNA1Qq9MXwT2CnN\"]},\"@daostack/infra/contracts/votingMachines/GenesisProtocol.sol\":{\"keccak256\":\"0x0321da6019e0e1a7fc4e1ca484d7d5d376805abb17f9eb9c46a6731e9dfe58dc\",\"urls\":[\"bzz-raw://a245bc547655b1157fa33198e66fdc8470bcf20a6c56c12b2a02eec28f998849\",\"dweb:/ipfs/QmUsbHxWU5A8SJuDdKDMChu855X9KEqJjaZpTaVQG4W8Wq\"]},\"@daostack/infra/contracts/votingMachines/GenesisProtocolLogic.sol\":{\"keccak256\":\"0x2bf5fba64fbda5605b9250ea8ca6d8e28dab41fb0e2b43c9145b91e1d0425eef\",\"urls\":[\"bzz-raw://3b34c1f70c2b98d4f3add9264700f60cb3deed47610e010f3d4ac112ab107930\",\"dweb:/ipfs/QmY46SXZnKJeUmbsSfwkW1zNh1YP4FHUjAbVJUJXqhKNwV\"]},\"@daostack/infra/contracts/votingMachines/IntVoteInterface.sol\":{\"keccak256\":\"0x877991da94b1fe9c2accf69367b32fff474c4e4f7897e9cf5a61fa5d1378908f\",\"urls\":[\"bzz-raw://4ea2c35248b82ea74884313752870789de61b0bcbc14425e97192b1ef1450e5a\",\"dweb:/ipfs/QmZ9RxpmG6SsMLJm1hT9ZmVy3CVPNZyRihQxZFDk8u3w1G\"]},\"@daostack/infra/contracts/votingMachines/ProposalExecuteInterface.sol\":{\"keccak256\":\"0xb80a153793e1723b35e70ba1c3800975fbc1fae63c989cfb8134a4e58085e181\",\"urls\":[\"bzz-raw://7ea97373ca977623d4c480c1d03e0853b1b34d59df4928ef72548987b2943899\",\"dweb:/ipfs/QmZ1MmDX4ExZ1iEo9gFp3SHfpNjWoLHS9nVhFkTRokgoLS\"]},\"@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol\":{\"keccak256\":\"0xec215d305f0aa5a5193b6f0302a1aa6bb84e85460167f80b261faf9d30564563\",\"urls\":[\"bzz-raw://8edb25b20c86a28b5c7c7c3a918f219106a1d3047933984dd76e33e30911857d\",\"dweb:/ipfs/Qme1iBcLjPPrC6jMF56cSE9pmEdCQ23aT43wQbnqKjXEYe\"]},\"openzeppelin-solidity/contracts/cryptography/ECDSA.sol\":{\"keccak256\":\"0xb48974d92a87053dc1d6c5389f3d1b2ad522dec23afcb508eaa935d98dfdc0b6\",\"urls\":[\"bzz-raw://4ca542b4b005c3fa1b4e145f86cefc50cd5eb11e7df0d3b6daca5328a075f090\",\"dweb:/ipfs/QmQFNcoXCZvEPt2WWueAYvaMns16VdN6VvdPdEbUav876u\"]},\"openzeppelin-solidity/contracts/math/Math.sol\":{\"keccak256\":\"0x37605dd0606b349cfb1b679892e1bb0ef4ddc16dedb06e229cc4402610a7a848\",\"urls\":[\"bzz-raw://c44b0c7fe0523f3f9a10d2924d7d7137b1349b1e71cd4be57550e185a098ca55\",\"dweb:/ipfs/QmbBLBCBPpqna3QZTiomSwyBdtt5Ua9DqkFgYicMd7Coya\"]},\"openzeppelin-solidity/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x965012d27b4262d7a41f5028cbb30c51ebd9ecd4be8fb30380aaa7a3c64fbc8b\",\"urls\":[\"bzz-raw://1eb493553b27efd46c231a836a83ce50d215639feb97b4aac9f301d0fd034ff5\",\"dweb:/ipfs/QmbMdvSXcqGKxeeYvzF3VrWpoHQyVzMXBhzhAokF2Gdymv\"]},\"openzeppelin-solidity/contracts/ownership/Ownable.sol\":{\"keccak256\":\"0x980de387a1a020a498f53d00f89fecebb12c949a17e8f160093c0303ede2b786\",\"urls\":[\"bzz-raw://f07a2c393caa85f62f0aaa461e3edd50aa59371d4209778ba0558d7f8b4b856c\",\"dweb:/ipfs/QmeN3ZiYGSjCnQFeYaJNgoXjF9eDue1g3e9pqManRkeBtV\"]},\"openzeppelin-solidity/contracts/token/ERC20/ERC20.sol\":{\"keccak256\":\"0xba431353cb4fe70777ac026231eb5468e41aa1e81240a2b8136917acc5fff4dc\",\"urls\":[\"bzz-raw://f40c91ca270bdc9b156f339081a0fc2bbcf73cf5f62b8c73ba555df753ff6619\",\"dweb:/ipfs/QmT8y2VVjGaFdGphpcXrgvdPi2EgF9LuCDgJiJ89LvpFRV\"]},\"openzeppelin-solidity/contracts/token/ERC20/ERC20Burnable.sol\":{\"keccak256\":\"0xa3e68fd7f987c8fbdaf4867d428a69a15f3cf2f69709a5b0a0fbef750b0e6fbc\",\"urls\":[\"bzz-raw://50b1ff986d3b2793850a66c8429d9886fdfb134b1509b3e98714e3e2a71e24f5\",\"dweb:/ipfs/QmSQBYPeY9tbR3ciGRNQqvcWKnNiuxtVMq2MsPWpLwuGGm\"]},\"openzeppelin-solidity/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x079c4e23ee448f529e43bfa3c4e8fb4be52cd0318ee923a276835bedf45b93d8\",\"urls\":[\"bzz-raw://ee762ff5b7746e41d27dcbcea00c7a3034b58adb1b45ddadddb5b721aff450df\",\"dweb:/ipfs/QmdxqtgEFZjHCoiYyz6pUAQ5iBm7As25jcyEbZoTaAgyDa\"]},\"openzeppelin-solidity/contracts/utils/Address.sol\":{\"keccak256\":\"0x5c731061b804fa256fc8c05150eafe5d20b6bb94541a8f187912bf84f7033f34\",\"urls\":[\"bzz-raw://a3c2d9f046beebab7fb41b1b124a6a124a36f510f7c67365861402ac831bdc71\",\"dweb:/ipfs/QmUtASRgitregbKH83anopLtF9vFQe3BKeAjhUa6F7t9YV\"]}},\"version\":1}",
  "bytecode": "0x608060405234801561001057600080fd5b506119d8806100206000396000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c80639588378e1161008c578063bea75f2811610066578063bea75f28146103dd578063d29b5d2f14610419578063e7ac593e1461044b578063f81f8bf61461050a576100ea565b80639588378e1461035d5780639d4c162d14610389578063b551c373146103c0576100ea565b80635099e006116100c85780635099e006146101dd57806360bdbb3f146102b25780636b8eb403146102ff578063771822611461032b576100ea565b806302506804146100ef57806306e3a978146101335780630a6687fd14610199575b600080fd5b61010c6004803603602081101561010557600080fd5b503561053c565b6040805193845260208401929092526001600160a01b031682820152519081900360600190f35b61015f6004803603604081101561014957600080fd5b506001600160a01b038135169060200135610565565b604080516001600160a01b0390951685529215156020850152838301919091526001600160e01b0319166060830152519081900360800190f35b6101cb600480360360608110156101af57600080fd5b50803590602081013590604001356001600160a01b03166105a7565b60408051918252519081900360200190f35b6101cb600480360360a08110156101f357600080fd5b6001600160a01b0382358116926020810135909116916040820135916001600160e01b03196060820135169181019060a08101608082013564010000000081111561023d57600080fd5b82018360208201111561024f57600080fd5b8035906020019184600183028401116401000000008311171561027157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506105f6945050505050565b6102de600480360360408110156102c857600080fd5b506001600160a01b03813516906020013561091b565b604080519283526001600160a01b0390911660208301528051918290030190f35b6101cb6004803603604081101561031557600080fd5b506001600160a01b038135169060200135610945565b6101cb6004803603606081101561034157600080fd5b50803590602081013590604001356001600160a01b0316610a05565b6101cb6004803603604081101561037357600080fd5b506001600160a01b038135169060200135610a4d565b6103ac6004803603604081101561039f57600080fd5b5080359060200135610b5b565b604080519115158252519081900360200190f35b6101cb600480360360208110156103d657600080fd5b5035610ee3565b6103ac600480360360808110156103f357600080fd5b506001600160a01b0381358116916020810135909116906040810135906060013561101d565b6103ac6004803603606081101561042f57600080fd5b508035906001600160a01b0360208201351690604001356111bf565b6101cb6004803603606081101561046157600080fd5b6001600160a01b03823581169260208101359091169181019060608101604082013564010000000081111561049557600080fd5b8201836020820111156104a757600080fd5b803590602001918460018302840111640100000000831117156104c957600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611358945050505050565b6103ac6004803603606081101561052057600080fd5b508035906001600160a01b0360208201351690604001356115c9565b60026020819052600091825260409091208054600182015491909201546001600160a01b031683565b600160208181526000938452604080852090915291835291208054918101546002909101546001600160a01b03831692600160a01b900460ff16919060e01b84565b6000806105b5858585610a05565b6000818152600260208190526040909120878155600181018790550180546001600160a01b0386166001600160a01b03199091161790559150509392505050565b60006001600160a01b03851661064b576040805162461bcd60e51b8152602060048201526015602482015274736368656d652063616e6e6f74206265207a65726f60581b604482015290519081900360640190fd5b610653611945565b600260006106608961172a565b815260208082019290925260409081016000908120825160608101845281548082526001830154828701526002928301546001600160a01b039081168387018190528651634439bdaf60e11b8152600481019590955260248501929092523360448501528d166064840152935190955091936388737b5e9260848084019382900301818787803b1580156106f357600080fd5b505af1158015610707573d6000803e3d6000fd5b505050506040513d602081101561071d57600080fd5b50519050610729611965565b6040518060800160405280896001600160a01b03168152602001600115158152602001888152602001876001600160e01b031916815250905082604001516001600160a01b0316828a6001600160a01b03167fcc9180a05805acc3615b472c3ba00cdc9cd2c6e0e0b3648d60eb58f2c1001b848b8b8b8b60405180856001600160a01b03166001600160a01b03168152602001848152602001836001600160e01b0319166001600160e01b031916815260200180602001828103825283818151815260200191508051906020019080838360005b838110156108155781810151838201526020016107fd565b50505050905090810190601f1680156108425780820380516001836020036101000a031916815260200191505b509550505050505060405180910390a46001600160a01b03808a166000818152600160208181526040808420888552825280842087518154848a01511515600160a01b0260ff60a01b19928a166001600160a01b0319928316179290921691909117825582890151828601556060909801516002909101805460e09290921c63ffffffff1990921691909117905580518082018252438152808301958652988101518616845283825280842088855290915290912095518655905194018054949091169390911692909217909155905095945050505050565b6000602081815292815260408082209093529081522080546001909101546001600160a01b031682565b336000908152602081815260408083208484529091528120600101546001600160a01b0316806109795760009150506109ff565b836001600160a01b03166370a08231826040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156109cf57600080fd5b505afa1580156109e3573d6000803e3d6000fd5b505050506040513d60208110156109f957600080fd5b50519150505b92915050565b6040805160208082019590955280820193909352606091821b6bffffffffffffffffffffffff1916918301919091528051808303605401815260749092019052805191012090565b6000610a5761198c565b5033600090815260208181526040808320858452825291829020825180840190935280548352600101546001600160a01b0316908201819052610a9e5760009150506109ff565b80602001516001600160a01b03166389ae1c906040518163ffffffff1660e01b815260040160206040518083038186803b158015610adb57600080fd5b505afa158015610aef573d6000803e3d6000fd5b505050506040513d6020811015610b0557600080fd5b505181516040805163277166bf60e11b81526001600160a01b038881166004830152602482019390935290519190921691634ee2cd7e916044808301926020929190829003018186803b1580156109cf57600080fd5b3360009081526020818152604080832085845290915281206001015483906001600160a01b0316610bc8576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208784529091529020600101546001600160a01b0316610bf5611965565b506001600160a01b0381811660009081526001602081815260408084208a855282529283902083516080810185528154958616808252600160a01b90960460ff1615159281019290925291820154928101929092526002015460e01b6001600160e01b031916606082015290610c6a57600080fd5b6001600160a01b03821660008181526001602081815260408084208b855290915280832080546001600160a81b03191681559182018390556002909101805463ffffffff19169055518892917f6bc0cb9e9967b59a69ace442598e1df4368d38661bd5c0800fbcbc9fe855fbbe91a38460011415610e97576000826001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b158015610d1d57600080fd5b505afa158015610d31573d6000803e3d6000fd5b505050506040513d6020811015610d4757600080fd5b5051602083015190915015610e015781516040808401516060850151825163e869d45f60e01b81526001600160a01b03948516600482015260248101929092526001600160e01b0319166044820152858316606482015290519183169163e869d45f916084808201926020929091908290030181600087803b158015610dcc57600080fd5b505af1158015610de0573d6000803e3d6000fd5b505050506040513d6020811015610df657600080fd5b5051610e0157600080fd5b8160200151610e955781516040805163039de01d60e01b81526001600160a01b039283166004820152858316602482015290519183169163039de01d916044808201926020929091908290030181600087803b158015610e6057600080fd5b505af1158015610e74573d6000803e3d6000fd5b505050506040513d6020811015610e8a57600080fd5b5051610e9557600080fd5b505b60408051868152905187916001600160a01b038516917fd2632e80f5364f02aded1c64e8a04637b7c8bb9c2db2bedf4b6ac47c013acbc09181900360200190a350600195945050505050565b6000610eed61198c565b5033600090815260208181526040808320858452825291829020825180840190935280548352600101546001600160a01b0316908201819052610f34576000915050611018565b80602001516001600160a01b03166389ae1c906040518163ffffffff1660e01b815260040160206040518083038186803b158015610f7157600080fd5b505afa158015610f85573d6000803e3d6000fd5b505050506040513d6020811015610f9b57600080fd5b5051815160408051630981b24d60e41b81526004810192909252516001600160a01b039092169163981b24d091602480820192602092909190829003018186803b158015610fe857600080fd5b505afa158015610ffc573d6000803e3d6000fd5b505050506040513d602081101561101257600080fd5b50519150505b919050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b031661108a576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b0316806110be5760009250506111b6565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156110f757600080fd5b505afa15801561110b573d6000803e3d6000fd5b505050506040513d602081101561112157600080fd5b50516040805163b9a04cdd60e01b81526001600160a01b038a8116600483015289811660248301526044820189905284811660648301529151919092169163b9a04cdd9160848083019260209291908290030181600087803b15801561118657600080fd5b505af115801561119a573d6000803e3d6000fd5b505050506040513d60208110156111b057600080fd5b50519250505b50949350505050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b031661122c576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b031680611260576000925050611350565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561129957600080fd5b505afa1580156112ad573d6000803e3d6000fd5b505050506040513d60208110156112c357600080fd5b50516040805163757cca5960e11b8152600481018990526001600160a01b03888116602483015284811660448301529151919092169163eaf994b29160648083019260209291908290030181600087803b15801561132057600080fd5b505af1158015611334573d6000803e3d6000fd5b505050506040513d602081101561134a57600080fd5b50519250505b509392505050565b60006001600160a01b0383166113ad576040805162461bcd60e51b8152602060048201526015602482015274736368656d652063616e6e6f74206265207a65726f60581b604482015290519081900360640190fd5b60006113b88561172a565b90506113c2611945565b5060008181526002602081815260408084208151606081018352815481526001820154818501819052918501546001600160a01b039081168285018190528451634439bdaf60e11b8152600481019790975260248701939093523360448701528b166064860152915191949093909284926388737b5e92608480820193929182900301818787803b15801561145657600080fd5b505af115801561146a573d6000803e3d6000fd5b505050506040513d602081101561148057600080fd5b50516001600160a01b038981166000818152600160209081526040808320868452825280832080546001600160a01b0319168e871690811790915581519081528083018281528d51928201929092528c519697509488169587957f504b6bd2558241a5f0532c970f3444e1fc24e1f7cf3d7c49a8d213bd612e9055948f948f9492936060850192918601918190849084905b8381101561152a578181015183820152602001611512565b50505050905090810190601f1680156115575780820380516001836020036101000a031916815260200191505b50935050505060405180910390a46040805180820182524381526001600160a01b03998a166020808301918252958301518b166000908152808752838120858252909652919094209351845551600190930180546001600160a01b031916939098169290921790965595945050505050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b0316611636576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b03168061166a576000925050611350565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156116a357600080fd5b505afa1580156116b7573d6000803e3d6000fd5b505050506040513d60208110156116cd57600080fd5b505160408051630dd29a4f60e31b8152600481018990526001600160a01b038881166024830152848116604483015291519190921691636e94d2789160648083019260209291908290030181600087803b15801561132057600080fd5b6000816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561176557600080fd5b505afa158015611779573d6000803e3d6000fd5b505050506040513d602081101561178f57600080fd5b505160408051639be2faed60e01b81523060048201526001600160a01b03858116602483015291519190921691639be2faed916044808301926020929190829003018186803b1580156117e157600080fd5b505afa1580156117f5573d6000803e3d6000fd5b505050506040513d602081101561180b57600080fd5b505161185e576040805162461bcd60e51b815260206004820152601860248201527f736368656d65206973206e6f7420726567697374657265640000000000000000604482015290519081900360640190fd5b816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561189757600080fd5b505afa1580156118ab573d6000803e3d6000fd5b505050506040513d60208110156118c157600080fd5b505160408051630389aac160e31b81523060048201526001600160a01b03858116602483015291519190921691631c4d5608916044808301926020929190829003018186803b15801561191357600080fd5b505afa158015611927573d6000803e3d6000fd5b505050506040513d602081101561193d57600080fd5b505192915050565b604080516060810182526000808252602082018190529181019190915290565b60408051608081018252600080825260208201819052918101829052606081019190915290565b60408051808201909152600080825260208201529056fea265627a7a723158200ebdc0b86138950ce780c3a8995ca3b070218548527d38b1b1ba4ccd53e9ac7d64736f6c63430005100032",
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c80639588378e1161008c578063bea75f2811610066578063bea75f28146103dd578063d29b5d2f14610419578063e7ac593e1461044b578063f81f8bf61461050a576100ea565b80639588378e1461035d5780639d4c162d14610389578063b551c373146103c0576100ea565b80635099e006116100c85780635099e006146101dd57806360bdbb3f146102b25780636b8eb403146102ff578063771822611461032b576100ea565b806302506804146100ef57806306e3a978146101335780630a6687fd14610199575b600080fd5b61010c6004803603602081101561010557600080fd5b503561053c565b6040805193845260208401929092526001600160a01b031682820152519081900360600190f35b61015f6004803603604081101561014957600080fd5b506001600160a01b038135169060200135610565565b604080516001600160a01b0390951685529215156020850152838301919091526001600160e01b0319166060830152519081900360800190f35b6101cb600480360360608110156101af57600080fd5b50803590602081013590604001356001600160a01b03166105a7565b60408051918252519081900360200190f35b6101cb600480360360a08110156101f357600080fd5b6001600160a01b0382358116926020810135909116916040820135916001600160e01b03196060820135169181019060a08101608082013564010000000081111561023d57600080fd5b82018360208201111561024f57600080fd5b8035906020019184600183028401116401000000008311171561027157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506105f6945050505050565b6102de600480360360408110156102c857600080fd5b506001600160a01b03813516906020013561091b565b604080519283526001600160a01b0390911660208301528051918290030190f35b6101cb6004803603604081101561031557600080fd5b506001600160a01b038135169060200135610945565b6101cb6004803603606081101561034157600080fd5b50803590602081013590604001356001600160a01b0316610a05565b6101cb6004803603604081101561037357600080fd5b506001600160a01b038135169060200135610a4d565b6103ac6004803603604081101561039f57600080fd5b5080359060200135610b5b565b604080519115158252519081900360200190f35b6101cb600480360360208110156103d657600080fd5b5035610ee3565b6103ac600480360360808110156103f357600080fd5b506001600160a01b0381358116916020810135909116906040810135906060013561101d565b6103ac6004803603606081101561042f57600080fd5b508035906001600160a01b0360208201351690604001356111bf565b6101cb6004803603606081101561046157600080fd5b6001600160a01b03823581169260208101359091169181019060608101604082013564010000000081111561049557600080fd5b8201836020820111156104a757600080fd5b803590602001918460018302840111640100000000831117156104c957600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611358945050505050565b6103ac6004803603606081101561052057600080fd5b508035906001600160a01b0360208201351690604001356115c9565b60026020819052600091825260409091208054600182015491909201546001600160a01b031683565b600160208181526000938452604080852090915291835291208054918101546002909101546001600160a01b03831692600160a01b900460ff16919060e01b84565b6000806105b5858585610a05565b6000818152600260208190526040909120878155600181018790550180546001600160a01b0386166001600160a01b03199091161790559150509392505050565b60006001600160a01b03851661064b576040805162461bcd60e51b8152602060048201526015602482015274736368656d652063616e6e6f74206265207a65726f60581b604482015290519081900360640190fd5b610653611945565b600260006106608961172a565b815260208082019290925260409081016000908120825160608101845281548082526001830154828701526002928301546001600160a01b039081168387018190528651634439bdaf60e11b8152600481019590955260248501929092523360448501528d166064840152935190955091936388737b5e9260848084019382900301818787803b1580156106f357600080fd5b505af1158015610707573d6000803e3d6000fd5b505050506040513d602081101561071d57600080fd5b50519050610729611965565b6040518060800160405280896001600160a01b03168152602001600115158152602001888152602001876001600160e01b031916815250905082604001516001600160a01b0316828a6001600160a01b03167fcc9180a05805acc3615b472c3ba00cdc9cd2c6e0e0b3648d60eb58f2c1001b848b8b8b8b60405180856001600160a01b03166001600160a01b03168152602001848152602001836001600160e01b0319166001600160e01b031916815260200180602001828103825283818151815260200191508051906020019080838360005b838110156108155781810151838201526020016107fd565b50505050905090810190601f1680156108425780820380516001836020036101000a031916815260200191505b509550505050505060405180910390a46001600160a01b03808a166000818152600160208181526040808420888552825280842087518154848a01511515600160a01b0260ff60a01b19928a166001600160a01b0319928316179290921691909117825582890151828601556060909801516002909101805460e09290921c63ffffffff1990921691909117905580518082018252438152808301958652988101518616845283825280842088855290915290912095518655905194018054949091169390911692909217909155905095945050505050565b6000602081815292815260408082209093529081522080546001909101546001600160a01b031682565b336000908152602081815260408083208484529091528120600101546001600160a01b0316806109795760009150506109ff565b836001600160a01b03166370a08231826040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156109cf57600080fd5b505afa1580156109e3573d6000803e3d6000fd5b505050506040513d60208110156109f957600080fd5b50519150505b92915050565b6040805160208082019590955280820193909352606091821b6bffffffffffffffffffffffff1916918301919091528051808303605401815260749092019052805191012090565b6000610a5761198c565b5033600090815260208181526040808320858452825291829020825180840190935280548352600101546001600160a01b0316908201819052610a9e5760009150506109ff565b80602001516001600160a01b03166389ae1c906040518163ffffffff1660e01b815260040160206040518083038186803b158015610adb57600080fd5b505afa158015610aef573d6000803e3d6000fd5b505050506040513d6020811015610b0557600080fd5b505181516040805163277166bf60e11b81526001600160a01b038881166004830152602482019390935290519190921691634ee2cd7e916044808301926020929190829003018186803b1580156109cf57600080fd5b3360009081526020818152604080832085845290915281206001015483906001600160a01b0316610bc8576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208784529091529020600101546001600160a01b0316610bf5611965565b506001600160a01b0381811660009081526001602081815260408084208a855282529283902083516080810185528154958616808252600160a01b90960460ff1615159281019290925291820154928101929092526002015460e01b6001600160e01b031916606082015290610c6a57600080fd5b6001600160a01b03821660008181526001602081815260408084208b855290915280832080546001600160a81b03191681559182018390556002909101805463ffffffff19169055518892917f6bc0cb9e9967b59a69ace442598e1df4368d38661bd5c0800fbcbc9fe855fbbe91a38460011415610e97576000826001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b158015610d1d57600080fd5b505afa158015610d31573d6000803e3d6000fd5b505050506040513d6020811015610d4757600080fd5b5051602083015190915015610e015781516040808401516060850151825163e869d45f60e01b81526001600160a01b03948516600482015260248101929092526001600160e01b0319166044820152858316606482015290519183169163e869d45f916084808201926020929091908290030181600087803b158015610dcc57600080fd5b505af1158015610de0573d6000803e3d6000fd5b505050506040513d6020811015610df657600080fd5b5051610e0157600080fd5b8160200151610e955781516040805163039de01d60e01b81526001600160a01b039283166004820152858316602482015290519183169163039de01d916044808201926020929091908290030181600087803b158015610e6057600080fd5b505af1158015610e74573d6000803e3d6000fd5b505050506040513d6020811015610e8a57600080fd5b5051610e9557600080fd5b505b60408051868152905187916001600160a01b038516917fd2632e80f5364f02aded1c64e8a04637b7c8bb9c2db2bedf4b6ac47c013acbc09181900360200190a350600195945050505050565b6000610eed61198c565b5033600090815260208181526040808320858452825291829020825180840190935280548352600101546001600160a01b0316908201819052610f34576000915050611018565b80602001516001600160a01b03166389ae1c906040518163ffffffff1660e01b815260040160206040518083038186803b158015610f7157600080fd5b505afa158015610f85573d6000803e3d6000fd5b505050506040513d6020811015610f9b57600080fd5b5051815160408051630981b24d60e41b81526004810192909252516001600160a01b039092169163981b24d091602480820192602092909190829003018186803b158015610fe857600080fd5b505afa158015610ffc573d6000803e3d6000fd5b505050506040513d602081101561101257600080fd5b50519150505b919050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b031661108a576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b0316806110be5760009250506111b6565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156110f757600080fd5b505afa15801561110b573d6000803e3d6000fd5b505050506040513d602081101561112157600080fd5b50516040805163b9a04cdd60e01b81526001600160a01b038a8116600483015289811660248301526044820189905284811660648301529151919092169163b9a04cdd9160848083019260209291908290030181600087803b15801561118657600080fd5b505af115801561119a573d6000803e3d6000fd5b505050506040513d60208110156111b057600080fd5b50519250505b50949350505050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b031661122c576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b031680611260576000925050611350565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561129957600080fd5b505afa1580156112ad573d6000803e3d6000fd5b505050506040513d60208110156112c357600080fd5b50516040805163757cca5960e11b8152600481018990526001600160a01b03888116602483015284811660448301529151919092169163eaf994b29160648083019260209291908290030181600087803b15801561132057600080fd5b505af1158015611334573d6000803e3d6000fd5b505050506040513d602081101561134a57600080fd5b50519250505b509392505050565b60006001600160a01b0383166113ad576040805162461bcd60e51b8152602060048201526015602482015274736368656d652063616e6e6f74206265207a65726f60581b604482015290519081900360640190fd5b60006113b88561172a565b90506113c2611945565b5060008181526002602081815260408084208151606081018352815481526001820154818501819052918501546001600160a01b039081168285018190528451634439bdaf60e11b8152600481019790975260248701939093523360448701528b166064860152915191949093909284926388737b5e92608480820193929182900301818787803b15801561145657600080fd5b505af115801561146a573d6000803e3d6000fd5b505050506040513d602081101561148057600080fd5b50516001600160a01b038981166000818152600160209081526040808320868452825280832080546001600160a01b0319168e871690811790915581519081528083018281528d51928201929092528c519697509488169587957f504b6bd2558241a5f0532c970f3444e1fc24e1f7cf3d7c49a8d213bd612e9055948f948f9492936060850192918601918190849084905b8381101561152a578181015183820152602001611512565b50505050905090810190601f1680156115575780820380516001836020036101000a031916815260200191505b50935050505060405180910390a46040805180820182524381526001600160a01b03998a166020808301918252958301518b166000908152808752838120858252909652919094209351845551600190930180546001600160a01b031916939098169290921790965595945050505050565b3360009081526020818152604080832084845290915281206001015482906001600160a01b0316611636576040805162461bcd60e51b81526020600482015260126024820152716f6e6c7920566f74696e674d616368696e6560701b604482015290519081900360640190fd5b336000908152602081815260408083208684529091529020600101546001600160a01b03168061166a576000925050611350565b806001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156116a357600080fd5b505afa1580156116b7573d6000803e3d6000fd5b505050506040513d60208110156116cd57600080fd5b505160408051630dd29a4f60e31b8152600481018990526001600160a01b038881166024830152848116604483015291519190921691636e94d2789160648083019260209291908290030181600087803b15801561132057600080fd5b6000816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561176557600080fd5b505afa158015611779573d6000803e3d6000fd5b505050506040513d602081101561178f57600080fd5b505160408051639be2faed60e01b81523060048201526001600160a01b03858116602483015291519190921691639be2faed916044808301926020929190829003018186803b1580156117e157600080fd5b505afa1580156117f5573d6000803e3d6000fd5b505050506040513d602081101561180b57600080fd5b505161185e576040805162461bcd60e51b815260206004820152601860248201527f736368656d65206973206e6f7420726567697374657265640000000000000000604482015290519081900360640190fd5b816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561189757600080fd5b505afa1580156118ab573d6000803e3d6000fd5b505050506040513d60208110156118c157600080fd5b505160408051630389aac160e31b81523060048201526001600160a01b03858116602483015291519190921691631c4d5608916044808301926020929190829003018186803b15801561191357600080fd5b505afa158015611927573d6000803e3d6000fd5b505050506040513d602081101561193d57600080fd5b505192915050565b604080516060810182526000808252602082018190529181019190915290565b60408051608081018252600080825260208201819052918101829052606081019190915290565b60408051808201909152600080825260208201529056fea265627a7a723158200ebdc0b86138950ce780c3a8995ca3b070218548527d38b1b1ba4ccd53e9ac7d64736f6c63430005100032",
  "sourceMap": "429:6894:57:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;429:6894:57;;;;;;;",
  "deployedSourceMap": "429:6894:57:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;429:6894:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1884:46;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1884:46:57;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;;;;1884:46:57;;;;;;;;;;;;;;1559:80;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;1559:80:57;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;1559:80:57;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1559:80:57;;;;;;;;;;;;;;3523:489;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;3523:489:57;;;;;;;;;;;-1:-1:-1;;;;;3523:489:57;;:::i;:::-;;;;;;;;;;;;;;;;4809:1306;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;4809:1306:57;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;4809:1306:57;;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;4809:1306:57;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;4809:1306:57;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;4809:1306:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;4809:1306:57;;-1:-1:-1;4809:1306:57;;-1:-1:-1;;;;;4809:1306:57:i;598:73:61:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;598:73:61;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;598:73:61;;;;;;;;;;;;;;;;2000:346;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;2000:346:61;;;;;;;;:::i;4018:274:57:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;4018:274:57;;;;;;;;;;;-1:-1:-1;;;;;4018:274:57;;:::i;2693:345:61:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;2693:345:61;;;;;;;;:::i;2196:1224:57:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2196:1224:57;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;2352:335:61;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2352:335:61;;:::i;1510:484::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;;1510:484:61;;;;;;;;;;;;;;;;;;;;;;:::i;678:410::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;678:410:61;;;-1:-1:-1;;;;;678:410:61;;;;;;;;;;:::i;6466:855:57:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;6466:855:57;;;;;;;;;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;6466:855:57;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;6466:855:57;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;6466:855:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;6466:855:57;;-1:-1:-1;6466:855:57;;-1:-1:-1;;;;;6466:855:57:i;1094:410:61:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1094:410:61;;;-1:-1:-1;;;;;1094:410:61;;;;;;;;;;:::i;1884:46:57:-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1884:46:57;;:::o;1559:80::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1559:80:57;;;-1:-1:-1;;;1559:80:57;;;;;;;;;:::o;3523:489::-;3674:7;3697:18;3718:67;3736:19;3757:17;3776:8;3718:17;:67::i;:::-;3795:22;;;;:10;:22;;;;;;;;:63;;;3868:39;;;:59;;;3937:30;:41;;-1:-1:-1;;;;;3937:41:57;;-1:-1:-1;;;;;;3937:41:57;;;;;;3697:88;-1:-1:-1;;3523:489:57;;;;;:::o;4809:1306::-;5012:7;-1:-1:-1;;;;;5062:21:57;;5054:55;;;;;-1:-1:-1;;;5054:55:57;;;;;;;;;;;;-1:-1:-1;;;5054:55:57;;;;;;;;;;;;;;;5119:34;;:::i;:::-;5156:10;:48;5167:36;5195:7;5167:27;:36::i;:::-;5156:48;;;;;;;;;;;;;;-1:-1:-1;5156:48:57;;;5119:85;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;5119:85:57;;;;;;;;;5236:160;;-1:-1:-1;;;5236:160:57;;;;;;;;;;;;;;;;5346:10;5236:160;;;;;;;;;;;;5119:85;;-1:-1:-1;;;5236:32:57;;:160;;;;;;;;;;-1:-1:-1;5119:85:57;5236:160;;;5:2:-1;;;;30:1;27;20:12;5:2;5236:160:57;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;5236:160:57;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;5236:160:57;;-1:-1:-1;5407:30:57;;:::i;:::-;5440:168;;;;;;;;5477:7;-1:-1:-1;;;;;5440:168:57;;;;;5554:4;5440:168;;;;;;5514:15;5440:168;;;;5585:12;-1:-1:-1;;;;;5440:168:57;;;;;5407:201;;5716:16;:24;;;-1:-1:-1;;;;;5623:222:57;5684:10;5662:7;-1:-1:-1;;;;;5623:222:57;;5755:7;5764:15;5793:12;5819:16;5623:222;;;;-1:-1:-1;;;;;5623:222:57;-1:-1:-1;;;;;5623:222:57;;;;;;;;;;;-1:-1:-1;;;;;5623:222:57;;-1:-1:-1;;;;;5623:222:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;5623:222:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;5855:40:57;;;;;;;:22;:40;;;;;;;;:52;;;;;;;;:63;;;;;;;;;;-1:-1:-1;;;5855:63:57;-1:-1:-1;;;;5855:63:57;;;-1:-1:-1;;;;;;5855:63:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5855:63:57;;;;;;;;;5991:90;;;;;;;6030:12;5991:90;;;;;;;;5950:24;;;;5928:48;;;;;;;;;;:60;;;;;;;;;:153;;;;;;;;;;;;;;;;;;;;;;;;;5896:10;-1:-1:-1;4809:1306:57;;;;;;;:::o;598:73:61:-;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;598:73:61;;:::o;2000:346::-;2145:10;2096:7;2131:25;;;;;;;;;;;:38;;;;;;;;:45;;;-1:-1:-1;;;;;2131:45:61;;2186:97;;2271:1;2264:8;;;;;2186:97;2299:13;-1:-1:-1;;;;;2299:23:61;;2331:6;2299:40;;;;;;;;;;;;;-1:-1:-1;;;;;2299:40:61;-1:-1:-1;;;;;2299:40:61;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2299:40:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2299:40:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2299:40:61;;-1:-1:-1;;2000:346:61;;;;;:::o;4018:274:57:-;4218:66;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;4218:66:57;;;;;;;;;;26:21:-1;;;22:32;;6:49;;4218:66:57;;;;;;4208:77;;;;;;4018:274::o;2693:345:61:-;2774:7;2793:28;;:::i;:::-;-1:-1:-1;2838:10:61;2824:13;:25;;;;;;;;;;;:38;;;;;;;;;2793:69;;;;;;;;;;;;;;;-1:-1:-1;;;;;2793:69:61;;;;;;;2872:67;;2927:1;2920:8;;;;;2872:67;2955:8;:15;;;-1:-1:-1;;;;;2955:32:61;;:34;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2955:34:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2955:34:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2955:34:61;3010:20;;2955:76;;;-1:-1:-1;;;2955:76:61;;-1:-1:-1;;;;;2955:76:61;;;;;;;;;;;;;;;;:46;;;;;;;:76;;;;;:34;;:76;;;;;;;:46;:76;;;5:2:-1;;;;30:1;27;20:12;2196:1224:57;443:10:61;2305:4:57;429:25:61;;;;;;;;;;;:38;;;;;;;;:45;;;2284:11:57;;-1:-1:-1;;;;;429:45:61;421:98;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;;;;2351:10:57;2321:13;2337:25;;;;;;;;;;;:38;;;;;;;;:45;;;-1:-1:-1;;;;;2337:45:57;2392:30;;:::i;:::-;-1:-1:-1;;;;;;2425:39:57;;;;;;;:22;:39;;;;;;;;:52;;;;;;;;;2392:85;;;;;;;;;;;;;;;-1:-1:-1;;;2392:85:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;2392:85:57;;;;;;2487:38;;;;;;-1:-1:-1;;;;;2542:39:57;;;;;;:22;:39;;;;;;;;:52;;;;;;;;;2535:59;;-1:-1:-1;;;;;;2535:59:57;;;;;;;;;;;;;;;-1:-1:-1;;2535:59:57;;;2609:45;2582:11;;2542:39;2609:45;;;2668:6;2678:1;2668:11;2664:660;;;2747:30;2800:6;-1:-1:-1;;;;;2800:12:57;;:14;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2800:14:57;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2800:14:57;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2800:14:57;;2861:18;;;2800:14;;-1:-1:-1;2857:286:57;;;2958:15;;2999:23;;;;;3048:20;;;;2907:203;;-1:-1:-1;;;2907:203:57;;-1:-1:-1;;;;;2907:203:57;;;;;;;;;;;;;;-1:-1:-1;;;;;;2907:203:57;;;;;;;;;;;;;;:25;;;;;;:203;;;;;;;;;;;;;;;2958:15;2907:25;:203;;;5:2:-1;;;;30:1;27;20:12;5:2;2907:203:57;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2907:203:57;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2907:203:57;2899:229;;;;;;3191:8;:18;;;3186:128;;3265:15;;3237:61;;;-1:-1:-1;;;3237:61:57;;-1:-1:-1;;;;;3237:61:57;;;;;;;;;;;;;;;;:27;;;;;;:61;;;;;;;;;;;;;;;3265:15;3237:27;:61;;;5:2:-1;;;;30:1;27;20:12;5:2;3237:61:57;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;3237:61:57;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;3237:61:57;3229:70;;;;;;2664:660;;3338:54;;;;;;;;3372:11;;-1:-1:-1;;;;;3338:54:57;;;;;;;;;;;;-1:-1:-1;3409:4:57;;2196:1224;-1:-1:-1;;;;;2196:1224:57:o;2352:335:61:-;2429:7;2448:28;;:::i;:::-;-1:-1:-1;2493:10:61;2479:13;:25;;;;;;;;;;;:38;;;;;;;;;2448:69;;;;;;;;;;;;;;;-1:-1:-1;;;;;2448:69:61;;;;;;;2527:67;;2582:1;2575:8;;;;;2527:67;2610:8;:15;;;-1:-1:-1;;;;;2610:32:61;;:34;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2610:34:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2610:34:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2610:34:61;2659:20;;2610:70;;;-1:-1:-1;;;2610:70:61;;;;;;;;;;-1:-1:-1;;;;;2610:48:61;;;;;;:70;;;;;:34;;:70;;;;;;;;:48;:70;;;5:2:-1;;;;30:1;27;20:12;5:2;2610:70:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;2610:70:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2610:70:61;;-1:-1:-1;;2352:335:61;;;;:::o;1510:484::-;443:10;1715:4;429:25;;;;;;;;;;;:38;;;;;;;;:45;;;1690:11;;-1:-1:-1;;;;;429:45:61;421:98;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;;;;1765:10;1735:13;1751:25;;;;;;;;;;;:38;;;;;;;;:45;;;-1:-1:-1;;;;;1751:45:61;1810:19;1806:62;;1852:5;1845:12;;;;;1806:62;1904:6;-1:-1:-1;;;;;1904:12:61;;:14;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1904:14:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1904:14:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1904:14:61;1884:103;;;-1:-1:-1;;;1884:103:61;;-1:-1:-1;;;;;1884:103:61;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:57;;;;;;;:103;;;;;1904:14;;1884:103;;;;;;;-1:-1:-1;1884:57:61;:103;;;5:2:-1;;;;30:1;27;20:12;5:2;1884:103:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1884:103:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1884:103:61;;-1:-1:-1;;529:1:61;1510:484;;;;;;;:::o;678:410::-;443:10;822:4;429:25;;;;;;;;;;;:38;;;;;;;;:45;;;797:11;;-1:-1:-1;;;;;429:45:61;421:98;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;;;;872:10;842:13;858:25;;;;;;;;;;;:38;;;;;;;;:45;;;-1:-1:-1;;;;;858:45:61;917:19;913:62;;959:5;952:12;;;;;913:62;1011:6;-1:-1:-1;;;;;1011:12:61;;:14;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1011:14:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1011:14:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1011:14:61;991:90;;;-1:-1:-1;;;991:90:61;;;;;;;;-1:-1:-1;;;;;991:90:61;;;;;;;;;;;;;;;;:50;;;;;;;:90;;;;;1011:14;;991:90;;;;;;;-1:-1:-1;991:50:61;:90;;;5:2:-1;;;;30:1;27;20:12;5:2;991:90:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;991:90:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;991:90:61;;-1:-1:-1;;529:1:61;678:410;;;;;;:::o;6466:855:57:-;6585:7;-1:-1:-1;;;;;6616:21:57;;6608:55;;;;;-1:-1:-1;;;6608:55:57;;;;;;;;;;;;-1:-1:-1;;;6608:55:57;;;;;;;;;;;;;;;6673:18;6694:36;6722:7;6694:27;:36::i;:::-;6673:57;;6740:24;;:::i;:::-;-1:-1:-1;6767:22:57;;;;:10;:22;;;;;;;;6740:49;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;6740:49:57;;;;;;;;;6872:73;;-1:-1:-1;;;6872:73:57;;;;;;;;;;;;;;;;6916:10;6872:73;;;;;;;;;;;;6740:49;;;;6767:22;;6740:49;;6872:15;;:73;;;;;6767:22;6872:73;;;;;;6767:22;6740:49;6872:73;;;5:2:-1;;;;30:1;27;20:12;5:2;6872:73:57;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;6872:73:57;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;6872:73:57;-1:-1:-1;;;;;6955:40:57;;;;;;;:22;6872:73;6955:40;;;;;;;:52;;;;;;;;:69;;-1:-1:-1;;;;;;6955:69:57;;;;;;;;;;7039:95;;;;;;;;;;;;;;;;;;;;;;6872:73;;-1:-1:-1;7039:95:57;;;;6872:73;;7039:95;;6955:69;;7039:95;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;7039:95:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7197:90;;;;;;;;7236:12;7197:90;;-1:-1:-1;;;;;7197:90:57;;;;;;;;;;7166:14;;;;7144:38;;-1:-1:-1;7144:38:57;;;;;;;;;:50;;;;;;;;;;:143;;;;;;;;;;;-1:-1:-1;;;;;;7144:143:57;;;;;;;;;;;;:50;6466:855;-1:-1:-1;;;;;6466:855:57:o;1094:410:61:-;443:10;1238:4;429:25;;;;;;;;;;;:38;;;;;;;;:45;;;1213:11;;-1:-1:-1;;;;;429:45:61;421:98;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;-1:-1:-1;;;421:98:61;;;;;;;;;;;;;;;1288:10;1258:13;1274:25;;;;;;;;;;;:38;;;;;;;;:45;;;-1:-1:-1;;;;;1274:45:61;1333:19;1329:62;;1375:5;1368:12;;;;;1329:62;1427:6;-1:-1:-1;;;;;1427:12:61;;:14;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1427:14:61;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1427:14:61;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1427:14:61;1407:90;;;-1:-1:-1;;;1407:90:61;;;;;;;;-1:-1:-1;;;;;1407:90:61;;;;;;;;;;;;;;;;:50;;;;;;;:90;;;;;1427:14;;1407:90;;;;;;;-1:-1:-1;1407:50:61;:90;;;5:2:-1;;;;30:1;27;20:12;299:340:58;374:7;421;-1:-1:-1;;;;;421:13:58;;:15;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;421:15:58;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;421:15:58;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;421:15:58;401:88;;;-1:-1:-1;;;401:88:58;;465:4;401:88;;;;-1:-1:-1;;;;;401:88:58;;;;;;;;;:55;;;;;;;:88;;;;;421:15;;401:88;;;;;;;:55;:88;;;5:2:-1;;;;30:1;27;20:12;5:2;401:88:58;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;401:88:58;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;401:88:58;393:133;;;;;-1:-1:-1;;;393:133:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;563:7;-1:-1:-1;;;;;563:13:58;;:15;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;563:15:58;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;563:15:58;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;563:15:58;543:89;;;-1:-1:-1;;;543:89:58;;608:4;543:89;;;;-1:-1:-1;;;;;543:89:58;;;;;;;;;:56;;;;;;;:89;;;;;563:15;;543:89;;;;;;;:56;:89;;;5:2:-1;;;;30:1;27;20:12;5:2;543:89:58;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;543:89:58;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;543:89:58;;299:340;-1:-1:-1;;299:340:58:o;429:6894:57:-;;;;;;;;;-1:-1:-1;429:6894:57;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;-1:-1:-1;429:6894:57;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;-1:-1:-1;429:6894:57;;;;;;;;:::o",
  "source": "pragma solidity ^0.5.4;\n\nimport \"@daostack/infra/contracts/votingMachines/IntVoteInterface.sol\";\nimport \"@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol\";\nimport \"./UniversalScheme.sol\";\nimport \"../votingMachines/VotingMachineCallbacks.sol\";\n\n\n/**\n * @title A registrar for Schemes for organizations\n * @dev The SchemeRegistrar is used for registering and unregistering schemes at organizations\n */\n\ncontract SchemeRegistrar is UniversalScheme, VotingMachineCallbacks, ProposalExecuteInterface {\n    event NewSchemeProposal(\n        address indexed _avatar,\n        bytes32 indexed _proposalId,\n        address indexed _intVoteInterface,\n        address _scheme,\n        bytes32 _parametersHash,\n        bytes4 _permissions,\n        string _descriptionHash\n    );\n\n    event RemoveSchemeProposal(address indexed _avatar,\n        bytes32 indexed _proposalId,\n        address indexed _intVoteInterface,\n        address _scheme,\n        string _descriptionHash\n    );\n\n    event ProposalExecuted(address indexed _avatar, bytes32 indexed _proposalId, int256 _param);\n    event ProposalDeleted(address indexed _avatar, bytes32 indexed _proposalId);\n\n    // a SchemeProposal is a  proposal to add or remove a scheme to/from the an organization\n    struct SchemeProposal {\n        address scheme; //\n        bool addScheme; // true: add a scheme, false: remove a scheme.\n        bytes32 parametersHash;\n        bytes4 permissions;\n    }\n\n    // A mapping from the organization (Avatar) address to the saved data of the organization:\n    mapping(address=>mapping(bytes32=>SchemeProposal)) public organizationsProposals;\n\n    // A mapping from hashes to parameters (use to store a particular configuration on the controller)\n    struct Parameters {\n        bytes32 voteRegisterParams;\n        bytes32 voteRemoveParams;\n        IntVoteInterface intVote;\n    }\n\n    mapping(bytes32=>Parameters) public parameters;\n\n    /**\n    * @dev execution of proposals, can only be called by the voting machine in which the vote is held.\n    * @param _proposalId the ID of the voting in the voting machine\n    * @param _param a parameter of the voting result, 1 yes and 2 is no.\n    */\n    function executeProposal(bytes32 _proposalId, int256 _param) external onlyVotingMachine(_proposalId) returns(bool) {\n        Avatar avatar = proposalsInfo[msg.sender][_proposalId].avatar;\n        SchemeProposal memory proposal = organizationsProposals[address(avatar)][_proposalId];\n        require(proposal.scheme != address(0));\n        delete organizationsProposals[address(avatar)][_proposalId];\n        emit ProposalDeleted(address(avatar), _proposalId);\n        if (_param == 1) {\n\n          // Define controller and get the params:\n            ControllerInterface controller = ControllerInterface(avatar.owner());\n\n          // Add a scheme:\n            if (proposal.addScheme) {\n                require(controller.registerScheme(\n                        proposal.scheme,\n                        proposal.parametersHash,\n                        proposal.permissions,\n                        address(avatar))\n                );\n            }\n          // Remove a scheme:\n            if (!proposal.addScheme) {\n                require(controller.unregisterScheme(proposal.scheme, address(avatar)));\n            }\n        }\n        emit ProposalExecuted(address(avatar), _proposalId, _param);\n        return true;\n    }\n\n    /**\n    * @dev hash the parameters, save them if necessary, and return the hash value\n    */\n    function setParameters(\n        bytes32 _voteRegisterParams,\n        bytes32 _voteRemoveParams,\n        IntVoteInterface _intVote\n    ) public returns(bytes32)\n    {\n        bytes32 paramsHash = getParametersHash(_voteRegisterParams, _voteRemoveParams, _intVote);\n        parameters[paramsHash].voteRegisterParams = _voteRegisterParams;\n        parameters[paramsHash].voteRemoveParams = _voteRemoveParams;\n        parameters[paramsHash].intVote = _intVote;\n        return paramsHash;\n    }\n\n    function getParametersHash(\n        bytes32 _voteRegisterParams,\n        bytes32 _voteRemoveParams,\n        IntVoteInterface _intVote\n    ) public pure returns(bytes32)\n    {\n        return keccak256(abi.encodePacked(_voteRegisterParams, _voteRemoveParams, _intVote));\n    }\n\n    /**\n    * @dev create a proposal to register a scheme\n    * @param _avatar the address of the organization the scheme will be registered for\n    * @param _scheme the address of the scheme to be registered\n    * @param _parametersHash a hash of the configuration of the _scheme\n    * @param _permissions the permission of the scheme to be registered\n    * @param _descriptionHash proposal's description hash\n    * @return a proposal Id\n    * @dev NB: not only proposes the vote, but also votes for it\n    */\n    function proposeScheme(\n        Avatar _avatar,\n        address _scheme,\n        bytes32 _parametersHash,\n        bytes4 _permissions,\n        string memory _descriptionHash\n    )\n    public\n    returns(bytes32)\n    {\n        // propose\n        require(_scheme != address(0), \"scheme cannot be zero\");\n        Parameters memory controllerParams = parameters[getParametersFromController(_avatar)];\n\n        bytes32 proposalId = controllerParams.intVote.propose(\n            2,\n            controllerParams.voteRegisterParams,\n            msg.sender,\n            address(_avatar)\n        );\n\n        SchemeProposal memory proposal = SchemeProposal({\n            scheme: _scheme,\n            parametersHash: _parametersHash,\n            addScheme: true,\n            permissions: _permissions\n        });\n        emit NewSchemeProposal(\n            address(_avatar),\n            proposalId,\n            address(controllerParams.intVote),\n            _scheme, _parametersHash,\n            _permissions,\n            _descriptionHash\n        );\n        organizationsProposals[address(_avatar)][proposalId] = proposal;\n        proposalsInfo[address(controllerParams.intVote)][proposalId] = ProposalInfo({\n            blockNumber:block.number,\n            avatar:_avatar\n        });\n        return proposalId;\n    }\n\n    /**\n    * @dev propose to remove a scheme for a controller\n    * @param _avatar the address of the controller from which we want to remove a scheme\n    * @param _scheme the address of the scheme we want to remove\n    * @param _descriptionHash proposal description hash\n    * NB: not only registers the proposal, but also votes for it\n    */\n    function proposeToRemoveScheme(Avatar _avatar, address _scheme, string memory _descriptionHash)\n    public\n    returns(bytes32)\n    {\n        require(_scheme != address(0), \"scheme cannot be zero\");\n        bytes32 paramsHash = getParametersFromController(_avatar);\n        Parameters memory params = parameters[paramsHash];\n\n        IntVoteInterface intVote = params.intVote;\n        bytes32 proposalId = intVote.propose(2, params.voteRemoveParams, msg.sender, address(_avatar));\n        organizationsProposals[address(_avatar)][proposalId].scheme = _scheme;\n        emit RemoveSchemeProposal(address(_avatar), proposalId, address(intVote), _scheme, _descriptionHash);\n        proposalsInfo[address(params.intVote)][proposalId] = ProposalInfo({\n            blockNumber:block.number,\n            avatar:_avatar\n        });\n        return proposalId;\n    }\n}\n",
  "sourcePath": "@daostack/arc/contracts/universalSchemes/SchemeRegistrar.sol",
  "ast": {
    "absolutePath": "@daostack/arc/contracts/universalSchemes/SchemeRegistrar.sol",
    "exportedSymbols": {
      "SchemeRegistrar": [
        15176
      ]
    },
    "id": 15177,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14726,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".4"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:57"
      },
      {
        "absolutePath": "@daostack/infra/contracts/votingMachines/IntVoteInterface.sol",
        "file": "@daostack/infra/contracts/votingMachines/IntVoteInterface.sol",
        "id": 14727,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 20572,
        "src": "25:71:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol",
        "file": "@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol",
        "id": 14728,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 20648,
        "src": "97:86:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/arc/contracts/universalSchemes/UniversalScheme.sol",
        "file": "./UniversalScheme.sol",
        "id": 14729,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 15224,
        "src": "184:31:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/arc/contracts/votingMachines/VotingMachineCallbacks.sol",
        "file": "../votingMachines/VotingMachineCallbacks.sol",
        "id": 14730,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 15992,
        "src": "216:54:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14731,
              "name": "UniversalScheme",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 15223,
              "src": "457:15:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_UniversalScheme_$15223",
                "typeString": "contract UniversalScheme"
              }
            },
            "id": 14732,
            "nodeType": "InheritanceSpecifier",
            "src": "457:15:57"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14733,
              "name": "VotingMachineCallbacks",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 15991,
              "src": "474:22:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_VotingMachineCallbacks_$15991",
                "typeString": "contract VotingMachineCallbacks"
              }
            },
            "id": 14734,
            "nodeType": "InheritanceSpecifier",
            "src": "474:22:57"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14735,
              "name": "ProposalExecuteInterface",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 20583,
              "src": "498:24:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ProposalExecuteInterface_$20583",
                "typeString": "contract ProposalExecuteInterface"
              }
            },
            "id": 14736,
            "nodeType": "InheritanceSpecifier",
            "src": "498:24:57"
          }
        ],
        "contractDependencies": [
          15223,
          15234,
          15991,
          20583,
          20647
        ],
        "contractKind": "contract",
        "documentation": "@title A registrar for Schemes for organizations\n@dev The SchemeRegistrar is used for registering and unregistering schemes at organizations",
        "fullyImplemented": true,
        "id": 15176,
        "linearizedBaseContracts": [
          15176,
          20583,
          15991,
          20647,
          15223,
          15234
        ],
        "name": "SchemeRegistrar",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "anonymous": false,
            "documentation": null,
            "id": 14752,
            "name": "NewSchemeProposal",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14751,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14738,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "562:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14737,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "562:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14740,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "595:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14739,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "595:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14742,
                  "indexed": true,
                  "name": "_intVoteInterface",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "632:33:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14741,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "632:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14744,
                  "indexed": false,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "675:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14743,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "675:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14746,
                  "indexed": false,
                  "name": "_parametersHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "700:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14745,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "700:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14748,
                  "indexed": false,
                  "name": "_permissions",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "733:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 14747,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "733:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14750,
                  "indexed": false,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "762:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14749,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "762:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "552:239:57"
            },
            "src": "529:263:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14764,
            "name": "RemoveSchemeProposal",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14763,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14754,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "825:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14753,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "825:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14756,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "858:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14755,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "858:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14758,
                  "indexed": true,
                  "name": "_intVoteInterface",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "895:33:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14757,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "895:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14760,
                  "indexed": false,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "938:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14759,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "938:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14762,
                  "indexed": false,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "963:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14761,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "963:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "824:168:57"
            },
            "src": "798:195:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14772,
            "name": "ProposalExecuted",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14771,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14766,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1022:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14765,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1022:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14768,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1047:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14767,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1047:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14770,
                  "indexed": false,
                  "name": "_param",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1076:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_int256",
                    "typeString": "int256"
                  },
                  "typeName": {
                    "id": 14769,
                    "name": "int256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1076:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1021:69:57"
            },
            "src": "999:92:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14778,
            "name": "ProposalDeleted",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14777,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14774,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14778,
                  "src": "1118:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14773,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1118:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14776,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14778,
                  "src": "1143:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14775,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1143:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1117:54:57"
            },
            "src": "1096:76:57"
          },
          {
            "canonicalName": "SchemeRegistrar.SchemeProposal",
            "id": 14787,
            "members": [
              {
                "constant": false,
                "id": 14780,
                "name": "scheme",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1303:14:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                },
                "typeName": {
                  "id": 14779,
                  "name": "address",
                  "nodeType": "ElementaryTypeName",
                  "src": "1303:7:57",
                  "stateMutability": "nonpayable",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14782,
                "name": "addScheme",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1330:14:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                },
                "typeName": {
                  "id": 14781,
                  "name": "bool",
                  "nodeType": "ElementaryTypeName",
                  "src": "1330:4:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14784,
                "name": "parametersHash",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1401:22:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14783,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1401:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14786,
                "name": "permissions",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1433:18:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes4",
                  "typeString": "bytes4"
                },
                "typeName": {
                  "id": 14785,
                  "name": "bytes4",
                  "nodeType": "ElementaryTypeName",
                  "src": "1433:6:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  }
                },
                "value": null,
                "visibility": "internal"
              }
            ],
            "name": "SchemeProposal",
            "nodeType": "StructDefinition",
            "scope": 15176,
            "src": "1271:187:57",
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14793,
            "name": "organizationsProposals",
            "nodeType": "VariableDeclaration",
            "scope": 15176,
            "src": "1559:80:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
              "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal))"
            },
            "typeName": {
              "id": 14792,
              "keyType": {
                "id": 14788,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "1567:7:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "1559:50:57",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal))"
              },
              "valueType": {
                "id": 14791,
                "keyType": {
                  "id": 14789,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1584:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "nodeType": "Mapping",
                "src": "1576:32:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                  "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal)"
                },
                "valueType": {
                  "contractScope": null,
                  "id": 14790,
                  "name": "SchemeProposal",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 14787,
                  "src": "1593:14:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                    "typeString": "struct SchemeRegistrar.SchemeProposal"
                  }
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "canonicalName": "SchemeRegistrar.Parameters",
            "id": 14800,
            "members": [
              {
                "constant": false,
                "id": 14795,
                "name": "voteRegisterParams",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1777:26:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14794,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1777:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14797,
                "name": "voteRemoveParams",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1813:24:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14796,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1813:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14799,
                "name": "intVote",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1847:24:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                  "typeString": "contract IntVoteInterface"
                },
                "typeName": {
                  "contractScope": null,
                  "id": 14798,
                  "name": "IntVoteInterface",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 20571,
                  "src": "1847:16:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  }
                },
                "value": null,
                "visibility": "internal"
              }
            ],
            "name": "Parameters",
            "nodeType": "StructDefinition",
            "scope": 15176,
            "src": "1749:129:57",
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14804,
            "name": "parameters",
            "nodeType": "VariableDeclaration",
            "scope": 15176,
            "src": "1884:46:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
              "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters)"
            },
            "typeName": {
              "id": 14803,
              "keyType": {
                "id": 14801,
                "name": "bytes32",
                "nodeType": "ElementaryTypeName",
                "src": "1892:7:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                }
              },
              "nodeType": "Mapping",
              "src": "1884:28:57",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters)"
              },
              "valueType": {
                "contractScope": null,
                "id": 14802,
                "name": "Parameters",
                "nodeType": "UserDefinedTypeName",
                "referencedDeclaration": 14800,
                "src": "1901:10:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                  "typeString": "struct SchemeRegistrar.Parameters"
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14919,
              "nodeType": "Block",
              "src": "2311:1109:57",
              "statements": [
                {
                  "assignments": [
                    14817
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14817,
                      "name": "avatar",
                      "nodeType": "VariableDeclaration",
                      "scope": 14919,
                      "src": "2321:13:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_Avatar_$12705",
                        "typeString": "contract Avatar"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14816,
                        "name": "Avatar",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 12705,
                        "src": "2321:6:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14825,
                  "initialValue": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14818,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "2337:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 14821,
                        "indexExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14819,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22171,
                            "src": "2351:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 14820,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "2351:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "2337:25:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 14823,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 14822,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2363:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "nodeType": "IndexAccess",
                      "src": "2337:38:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "id": 14824,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "avatar",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 15701,
                    "src": "2337:45:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2321:61:57"
                },
                {
                  "assignments": [
                    14827
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14827,
                      "name": "proposal",
                      "nodeType": "VariableDeclaration",
                      "scope": 14919,
                      "src": "2392:30:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14826,
                        "name": "SchemeProposal",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14787,
                        "src": "2392:14:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                          "typeString": "struct SchemeRegistrar.SchemeProposal"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14835,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 14828,
                        "name": "organizationsProposals",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14793,
                        "src": "2425:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                          "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                        }
                      },
                      "id": 14832,
                      "indexExpression": {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14830,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "2456:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14829,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2448:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14831,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2448:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "nodeType": "IndexAccess",
                      "src": "2425:39:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                      }
                    },
                    "id": 14834,
                    "indexExpression": {
                      "argumentTypes": null,
                      "id": 14833,
                      "name": "_proposalId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14806,
                      "src": "2465:11:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "2425:52:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                      "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2392:85:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 14842,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14837,
                            "name": "proposal",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14827,
                            "src": "2495:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                              "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                            }
                          },
                          "id": 14838,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "scheme",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 14780,
                          "src": "2495:15:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 14840,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "2522:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 14839,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2514:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14841,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2514:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "2495:29:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14836,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22174,
                      "src": "2487:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14843,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2487:38:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14844,
                  "nodeType": "ExpressionStatement",
                  "src": "2487:38:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14852,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "delete",
                    "prefix": true,
                    "src": "2535:59:57",
                    "subExpression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14845,
                          "name": "organizationsProposals",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14793,
                          "src": "2542:22:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                          }
                        },
                        "id": 14849,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 14847,
                              "name": "avatar",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14817,
                              "src": "2573:6:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            ],
                            "id": 14846,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2565:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14848,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2565:15:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "2542:39:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                          "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                        }
                      },
                      "id": 14851,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 14850,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2582:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2542:52:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                        "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14853,
                  "nodeType": "ExpressionStatement",
                  "src": "2535:59:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14856,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "2633:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14855,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2625:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14857,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2625:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14858,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2642:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      ],
                      "id": 14854,
                      "name": "ProposalDeleted",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14778,
                      "src": "2609:15:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$returns$__$",
                        "typeString": "function (address,bytes32)"
                      }
                    },
                    "id": 14859,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2609:45:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14860,
                  "nodeType": "EmitStatement",
                  "src": "2604:50:57"
                },
                {
                  "condition": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    },
                    "id": 14863,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "id": 14861,
                      "name": "_param",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14808,
                      "src": "2668:6:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_int256",
                        "typeString": "int256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "==",
                    "rightExpression": {
                      "argumentTypes": null,
                      "hexValue": "31",
                      "id": 14862,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2678:1:57",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_1_by_1",
                        "typeString": "int_const 1"
                      },
                      "value": "1"
                    },
                    "src": "2668:11:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "falseBody": null,
                  "id": 14908,
                  "nodeType": "IfStatement",
                  "src": "2664:660:57",
                  "trueBody": {
                    "id": 14907,
                    "nodeType": "Block",
                    "src": "2681:643:57",
                    "statements": [
                      {
                        "assignments": [
                          14865
                        ],
                        "declarations": [
                          {
                            "constant": false,
                            "id": 14865,
                            "name": "controller",
                            "nodeType": "VariableDeclaration",
                            "scope": 14907,
                            "src": "2747:30:57",
                            "stateVariable": false,
                            "storageLocation": "default",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                              "typeString": "contract ControllerInterface"
                            },
                            "typeName": {
                              "contractScope": null,
                              "id": 14864,
                              "name": "ControllerInterface",
                              "nodeType": "UserDefinedTypeName",
                              "referencedDeclaration": 14394,
                              "src": "2747:19:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                "typeString": "contract ControllerInterface"
                              }
                            },
                            "value": null,
                            "visibility": "internal"
                          }
                        ],
                        "id": 14871,
                        "initialValue": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "arguments": [],
                              "expression": {
                                "argumentTypes": [],
                                "expression": {
                                  "argumentTypes": null,
                                  "id": 14867,
                                  "name": "avatar",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 14817,
                                  "src": "2800:6:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_Avatar_$12705",
                                    "typeString": "contract Avatar"
                                  }
                                },
                                "id": 14868,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "lValueRequested": false,
                                "memberName": "owner",
                                "nodeType": "MemberAccess",
                                "referencedDeclaration": 21342,
                                "src": "2800:12:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
                                  "typeString": "function () view external returns (address)"
                                }
                              },
                              "id": 14869,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2800:14:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 14866,
                            "name": "ControllerInterface",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14394,
                            "src": "2780:19:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ControllerInterface_$14394_$",
                              "typeString": "type(contract ControllerInterface)"
                            }
                          },
                          "id": 14870,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2780:35:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                            "typeString": "contract ControllerInterface"
                          }
                        },
                        "nodeType": "VariableDeclarationStatement",
                        "src": "2747:68:57"
                      },
                      {
                        "condition": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14872,
                            "name": "proposal",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14827,
                            "src": "2861:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                              "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                            }
                          },
                          "id": 14873,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "addScheme",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 14782,
                          "src": "2861:18:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "falseBody": null,
                        "id": 14890,
                        "nodeType": "IfStatement",
                        "src": "2857:286:57",
                        "trueBody": {
                          "id": 14889,
                          "nodeType": "Block",
                          "src": "2881:262:57",
                          "statements": [
                            {
                              "expression": {
                                "argumentTypes": null,
                                "arguments": [
                                  {
                                    "argumentTypes": null,
                                    "arguments": [
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14877,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "2958:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14878,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "scheme",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14780,
                                        "src": "2958:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14879,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "2999:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14880,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "parametersHash",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14784,
                                        "src": "2999:23:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_bytes32",
                                          "typeString": "bytes32"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14881,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "3048:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14882,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "permissions",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14786,
                                        "src": "3048:20:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_bytes4",
                                          "typeString": "bytes4"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "arguments": [
                                          {
                                            "argumentTypes": null,
                                            "id": 14884,
                                            "name": "avatar",
                                            "nodeType": "Identifier",
                                            "overloadedDeclarations": [],
                                            "referencedDeclaration": 14817,
                                            "src": "3102:6:57",
                                            "typeDescriptions": {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          }
                                        ],
                                        "expression": {
                                          "argumentTypes": [
                                            {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          ],
                                          "id": 14883,
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": true,
                                          "lValueRequested": false,
                                          "nodeType": "ElementaryTypeNameExpression",
                                          "src": "3094:7:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_type$_t_address_$",
                                            "typeString": "type(address)"
                                          },
                                          "typeName": "address"
                                        },
                                        "id": 14885,
                                        "isConstant": false,
                                        "isLValue": false,
                                        "isPure": false,
                                        "kind": "typeConversion",
                                        "lValueRequested": false,
                                        "names": [],
                                        "nodeType": "FunctionCall",
                                        "src": "3094:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      }
                                    ],
                                    "expression": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        },
                                        {
                                          "typeIdentifier": "t_bytes32",
                                          "typeString": "bytes32"
                                        },
                                        {
                                          "typeIdentifier": "t_bytes4",
                                          "typeString": "bytes4"
                                        },
                                        {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      ],
                                      "expression": {
                                        "argumentTypes": null,
                                        "id": 14875,
                                        "name": "controller",
                                        "nodeType": "Identifier",
                                        "overloadedDeclarations": [],
                                        "referencedDeclaration": 14865,
                                        "src": "2907:10:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                          "typeString": "contract ControllerInterface"
                                        }
                                      },
                                      "id": 14876,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "memberName": "registerScheme",
                                      "nodeType": "MemberAccess",
                                      "referencedDeclaration": 14211,
                                      "src": "2907:25:57",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes32_$_t_bytes4_$_t_address_$returns$_t_bool_$",
                                        "typeString": "function (address,bytes32,bytes4,address) external returns (bool)"
                                      }
                                    },
                                    "id": 14886,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "kind": "functionCall",
                                    "lValueRequested": false,
                                    "names": [],
                                    "nodeType": "FunctionCall",
                                    "src": "2907:203:57",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  ],
                                  "id": 14874,
                                  "name": "require",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [
                                    22174,
                                    22175
                                  ],
                                  "referencedDeclaration": 22174,
                                  "src": "2899:7:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                                    "typeString": "function (bool) pure"
                                  }
                                },
                                "id": 14887,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "2899:229:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_tuple$__$",
                                  "typeString": "tuple()"
                                }
                              },
                              "id": 14888,
                              "nodeType": "ExpressionStatement",
                              "src": "2899:229:57"
                            }
                          ]
                        }
                      },
                      {
                        "condition": {
                          "argumentTypes": null,
                          "id": 14893,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "UnaryOperation",
                          "operator": "!",
                          "prefix": true,
                          "src": "3190:19:57",
                          "subExpression": {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 14891,
                              "name": "proposal",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14827,
                              "src": "3191:8:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                              }
                            },
                            "id": 14892,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "addScheme",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14782,
                            "src": "3191:18:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "falseBody": null,
                        "id": 14906,
                        "nodeType": "IfStatement",
                        "src": "3186:128:57",
                        "trueBody": {
                          "id": 14905,
                          "nodeType": "Block",
                          "src": "3211:103:57",
                          "statements": [
                            {
                              "expression": {
                                "argumentTypes": null,
                                "arguments": [
                                  {
                                    "argumentTypes": null,
                                    "arguments": [
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14897,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "3265:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14898,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "scheme",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14780,
                                        "src": "3265:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "arguments": [
                                          {
                                            "argumentTypes": null,
                                            "id": 14900,
                                            "name": "avatar",
                                            "nodeType": "Identifier",
                                            "overloadedDeclarations": [],
                                            "referencedDeclaration": 14817,
                                            "src": "3290:6:57",
                                            "typeDescriptions": {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          }
                                        ],
                                        "expression": {
                                          "argumentTypes": [
                                            {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          ],
                                          "id": 14899,
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": true,
                                          "lValueRequested": false,
                                          "nodeType": "ElementaryTypeNameExpression",
                                          "src": "3282:7:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_type$_t_address_$",
                                            "typeString": "type(address)"
                                          },
                                          "typeName": "address"
                                        },
                                        "id": 14901,
                                        "isConstant": false,
                                        "isLValue": false,
                                        "isPure": false,
                                        "kind": "typeConversion",
                                        "lValueRequested": false,
                                        "names": [],
                                        "nodeType": "FunctionCall",
                                        "src": "3282:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      }
                                    ],
                                    "expression": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        },
                                        {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      ],
                                      "expression": {
                                        "argumentTypes": null,
                                        "id": 14895,
                                        "name": "controller",
                                        "nodeType": "Identifier",
                                        "overloadedDeclarations": [],
                                        "referencedDeclaration": 14865,
                                        "src": "3237:10:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                          "typeString": "contract ControllerInterface"
                                        }
                                      },
                                      "id": 14896,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "memberName": "unregisterScheme",
                                      "nodeType": "MemberAccess",
                                      "referencedDeclaration": 14220,
                                      "src": "3237:27:57",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$returns$_t_bool_$",
                                        "typeString": "function (address,address) external returns (bool)"
                                      }
                                    },
                                    "id": 14902,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "kind": "functionCall",
                                    "lValueRequested": false,
                                    "names": [],
                                    "nodeType": "FunctionCall",
                                    "src": "3237:61:57",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  ],
                                  "id": 14894,
                                  "name": "require",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [
                                    22174,
                                    22175
                                  ],
                                  "referencedDeclaration": 22174,
                                  "src": "3229:7:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                                    "typeString": "function (bool) pure"
                                  }
                                },
                                "id": 14903,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "3229:70:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_tuple$__$",
                                  "typeString": "tuple()"
                                }
                              },
                              "id": 14904,
                              "nodeType": "ExpressionStatement",
                              "src": "3229:70:57"
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14911,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "3363:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14910,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "3355:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14912,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "3355:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14913,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "3372:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14914,
                        "name": "_param",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14808,
                        "src": "3385:6:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      ],
                      "id": 14909,
                      "name": "ProposalExecuted",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14772,
                      "src": "3338:16:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_int256_$returns$__$",
                        "typeString": "function (address,bytes32,int256)"
                      }
                    },
                    "id": 14915,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3338:54:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14916,
                  "nodeType": "EmitStatement",
                  "src": "3333:59:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "74727565",
                    "id": 14917,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "bool",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "3409:4:57",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "value": "true"
                  },
                  "functionReturnParameters": 14815,
                  "id": 14918,
                  "nodeType": "Return",
                  "src": "3402:11:57"
                }
              ]
            },
            "documentation": "@dev execution of proposals, can only be called by the voting machine in which the vote is held.\n@param _proposalId the ID of the voting in the voting machine\n@param _param a parameter of the voting result, 1 yes and 2 is no.",
            "id": 14920,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 14811,
                    "name": "_proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 14806,
                    "src": "2284:11:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  }
                ],
                "id": 14812,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14810,
                  "name": "onlyVotingMachine",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 15725,
                  "src": "2266:17:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$_t_bytes32_$",
                    "typeString": "modifier (bytes32)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "2266:30:57"
              }
            ],
            "name": "executeProposal",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14809,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14806,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2221:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14805,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2221:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14808,
                  "name": "_param",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2242:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_int256",
                    "typeString": "int256"
                  },
                  "typeName": {
                    "id": 14807,
                    "name": "int256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2242:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2220:36:57"
            },
            "returnParameters": {
              "id": 14815,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14814,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2305:4:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 14813,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2305:4:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2304:6:57"
            },
            "scope": 15176,
            "src": "2196:1224:57",
            "stateMutability": "nonpayable",
            "superFunction": 20582,
            "visibility": "external"
          },
          {
            "body": {
              "id": 14962,
              "nodeType": "Block",
              "src": "3687:325:57",
              "statements": [
                {
                  "assignments": [
                    14932
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14932,
                      "name": "paramsHash",
                      "nodeType": "VariableDeclaration",
                      "scope": 14962,
                      "src": "3697:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 14931,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "3697:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14938,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 14934,
                        "name": "_voteRegisterParams",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14922,
                        "src": "3736:19:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14935,
                        "name": "_voteRemoveParams",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14924,
                        "src": "3757:17:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14936,
                        "name": "_intVote",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14926,
                        "src": "3776:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      ],
                      "id": 14933,
                      "name": "getParametersHash",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14984,
                      "src": "3718:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_contract$_IntVoteInterface_$20571_$returns$_t_bytes32_$",
                        "typeString": "function (bytes32,bytes32,contract IntVoteInterface) pure returns (bytes32)"
                      }
                    },
                    "id": 14937,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3718:67:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "3697:88:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14944,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14939,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3795:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14941,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14940,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3806:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3795:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14942,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "voteRegisterParams",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14795,
                      "src": "3795:41:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14943,
                      "name": "_voteRegisterParams",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14922,
                      "src": "3839:19:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "3795:63:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 14945,
                  "nodeType": "ExpressionStatement",
                  "src": "3795:63:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14951,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14946,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3868:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14948,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14947,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3879:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3868:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14949,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "voteRemoveParams",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14797,
                      "src": "3868:39:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14950,
                      "name": "_voteRemoveParams",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14924,
                      "src": "3910:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "3868:59:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 14952,
                  "nodeType": "ExpressionStatement",
                  "src": "3868:59:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14958,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14953,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3937:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14955,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14954,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3948:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3937:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14956,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "intVote",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14799,
                      "src": "3937:30:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14957,
                      "name": "_intVote",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14926,
                      "src": "3970:8:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      }
                    },
                    "src": "3937:41:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "id": 14959,
                  "nodeType": "ExpressionStatement",
                  "src": "3937:41:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14960,
                    "name": "paramsHash",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 14932,
                    "src": "3995:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14930,
                  "id": 14961,
                  "nodeType": "Return",
                  "src": "3988:17:57"
                }
              ]
            },
            "documentation": "@dev hash the parameters, save them if necessary, and return the hash value",
            "id": 14963,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setParameters",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14927,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14922,
                  "name": "_voteRegisterParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3555:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14921,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3555:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14924,
                  "name": "_voteRemoveParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3592:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14923,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3592:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14926,
                  "name": "_intVote",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3627:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14925,
                    "name": "IntVoteInterface",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 20571,
                    "src": "3627:16:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3545:113:57"
            },
            "returnParameters": {
              "id": 14930,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14929,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3674:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14928,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3674:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3673:9:57"
            },
            "scope": 15176,
            "src": "3523:489:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14983,
              "nodeType": "Block",
              "src": "4191:101:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14977,
                            "name": "_voteRegisterParams",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14965,
                            "src": "4235:19:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14978,
                            "name": "_voteRemoveParams",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14967,
                            "src": "4256:17:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14979,
                            "name": "_intVote",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14969,
                            "src": "4275:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            },
                            {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            },
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "expression": {
                            "argumentTypes": null,
                            "id": 14975,
                            "name": "abi",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22158,
                            "src": "4218:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_abi",
                              "typeString": "abi"
                            }
                          },
                          "id": 14976,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "memberName": "encodePacked",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "4218:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
                            "typeString": "function () pure returns (bytes memory)"
                          }
                        },
                        "id": 14980,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "4218:66:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      ],
                      "id": 14974,
                      "name": "keccak256",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22165,
                      "src": "4208:9:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
                        "typeString": "function (bytes memory) pure returns (bytes32)"
                      }
                    },
                    "id": 14981,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "4208:77:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14973,
                  "id": 14982,
                  "nodeType": "Return",
                  "src": "4201:84:57"
                }
              ]
            },
            "documentation": null,
            "id": 14984,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getParametersHash",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14970,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14965,
                  "name": "_voteRegisterParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4054:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14964,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4054:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14967,
                  "name": "_voteRemoveParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4091:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14966,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4091:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14969,
                  "name": "_intVote",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4126:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14968,
                    "name": "IntVoteInterface",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 20571,
                    "src": "4126:16:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4044:113:57"
            },
            "returnParameters": {
              "id": 14973,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14972,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4178:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14971,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4178:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4177:9:57"
            },
            "scope": 15176,
            "src": "4018:274:57",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 15082,
              "nodeType": "Block",
              "src": "5025:1090:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 15004,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 15000,
                          "name": "_scheme",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14988,
                          "src": "5062:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 15002,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "5081:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 15001,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5073:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15003,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5073:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "5062:21:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "736368656d652063616e6e6f74206265207a65726f",
                        "id": 15005,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5085:23:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        },
                        "value": "scheme cannot be zero"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        }
                      ],
                      "id": 14999,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22175,
                      "src": "5054:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 15006,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5054:55:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15007,
                  "nodeType": "ExpressionStatement",
                  "src": "5054:55:57"
                },
                {
                  "assignments": [
                    15009
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15009,
                      "name": "controllerParams",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5119:34:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15008,
                        "name": "Parameters",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14800,
                        "src": "5119:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                          "typeString": "struct SchemeRegistrar.Parameters"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15015,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "id": 15010,
                      "name": "parameters",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14804,
                      "src": "5156:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                      }
                    },
                    "id": 15014,
                    "indexExpression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "id": 15012,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14986,
                          "src": "5195:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15011,
                        "name": "getParametersFromController",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [
                          15222
                        ],
                        "referencedDeclaration": 15222,
                        "src": "5167:27:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_internal_view$_t_contract$_Avatar_$12705_$returns$_t_bytes32_$",
                          "typeString": "function (contract Avatar) view returns (bytes32)"
                        }
                      },
                      "id": 15013,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5167:36:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "5156:48:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                      "typeString": "struct SchemeRegistrar.Parameters storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5119:85:57"
                },
                {
                  "assignments": [
                    15017
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15017,
                      "name": "proposalId",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5215:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15016,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "5215:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15030,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 15021,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5282:1:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15022,
                          "name": "controllerParams",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15009,
                          "src": "5297:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15023,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "voteRegisterParams",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14795,
                        "src": "5297:35:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15024,
                          "name": "msg",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 22171,
                          "src": "5346:3:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_message",
                            "typeString": "msg"
                          }
                        },
                        "id": 15025,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "sender",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": null,
                        "src": "5346:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15027,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14986,
                            "src": "5378:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15026,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5370:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15028,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5370:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15018,
                          "name": "controllerParams",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15009,
                          "src": "5236:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15019,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "intVote",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14799,
                        "src": "5236:24:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "id": 15020,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "propose",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 20517,
                      "src": "5236:32:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_bytes32_$_t_address_$_t_address_$returns$_t_bytes32_$",
                        "typeString": "function (uint256,bytes32,address,address) external returns (bytes32)"
                      }
                    },
                    "id": 15029,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5236:160:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5215:181:57"
                },
                {
                  "assignments": [
                    15032
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15032,
                      "name": "proposal",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5407:30:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15031,
                        "name": "SchemeProposal",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14787,
                        "src": "5407:14:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                          "typeString": "struct SchemeRegistrar.SchemeProposal"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15039,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 15034,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14988,
                        "src": "5477:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15035,
                        "name": "_parametersHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14990,
                        "src": "5514:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "74727565",
                        "id": 15036,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "bool",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5554:4:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        "value": "true"
                      },
                      {
                        "argumentTypes": null,
                        "id": 15037,
                        "name": "_permissions",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14992,
                        "src": "5585:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      ],
                      "id": 15033,
                      "name": "SchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14787,
                      "src": "5440:14:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_struct$_SchemeProposal_$14787_storage_ptr_$",
                        "typeString": "type(struct SchemeRegistrar.SchemeProposal storage pointer)"
                      }
                    },
                    "id": 15038,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "structConstructorCall",
                    "lValueRequested": false,
                    "names": [
                      "scheme",
                      "parametersHash",
                      "addScheme",
                      "permissions"
                    ],
                    "nodeType": "FunctionCall",
                    "src": "5440:168:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory",
                      "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5407:201:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15042,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14986,
                            "src": "5662:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15041,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5654:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15043,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5654:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15044,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5684:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 15046,
                              "name": "controllerParams",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 15009,
                              "src": "5716:16:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                "typeString": "struct SchemeRegistrar.Parameters memory"
                              }
                            },
                            "id": 15047,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "intVote",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14799,
                            "src": "5716:24:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "id": 15045,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5708:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15048,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5708:33:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15049,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14988,
                        "src": "5755:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15050,
                        "name": "_parametersHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14990,
                        "src": "5764:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15051,
                        "name": "_permissions",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14992,
                        "src": "5793:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15052,
                        "name": "_descriptionHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14994,
                        "src": "5819:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        },
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "id": 15040,
                      "name": "NewSchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14752,
                      "src": "5623:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_address_$_t_address_$_t_bytes32_$_t_bytes4_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (address,bytes32,address,address,bytes32,bytes4,string memory)"
                      }
                    },
                    "id": 15053,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5623:222:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15054,
                  "nodeType": "EmitStatement",
                  "src": "5618:227:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15063,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15055,
                          "name": "organizationsProposals",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14793,
                          "src": "5855:22:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                          }
                        },
                        "id": 15060,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 15057,
                              "name": "_avatar",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14986,
                              "src": "5886:7:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            ],
                            "id": 15056,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5878:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15058,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5878:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "5855:40:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                          "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                        }
                      },
                      "id": 15061,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15059,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5896:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "5855:52:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                        "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 15062,
                      "name": "proposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15032,
                      "src": "5910:8:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                      }
                    },
                    "src": "5855:63:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                      "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                    }
                  },
                  "id": 15064,
                  "nodeType": "ExpressionStatement",
                  "src": "5855:63:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15078,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15065,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "5928:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 15071,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 15067,
                                "name": "controllerParams",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15009,
                                "src": "5950:16:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                  "typeString": "struct SchemeRegistrar.Parameters memory"
                                }
                              },
                              "id": 15068,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "intVote",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 14799,
                              "src": "5950:24:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            ],
                            "id": 15066,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5942:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15069,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5942:33:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "5928:48:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 15072,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15070,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5977:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "5928:60:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 15074,
                            "name": "block",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22161,
                            "src": "6030:5:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_block",
                              "typeString": "block"
                            }
                          },
                          "id": 15075,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "number",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "6030:12:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "id": 15076,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14986,
                          "src": "6063:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          },
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15073,
                        "name": "ProposalInfo",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15702,
                        "src": "5991:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_struct$_ProposalInfo_$15702_storage_ptr_$",
                          "typeString": "type(struct VotingMachineCallbacks.ProposalInfo storage pointer)"
                        }
                      },
                      "id": 15077,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "structConstructorCall",
                      "lValueRequested": false,
                      "names": [
                        "blockNumber",
                        "avatar"
                      ],
                      "nodeType": "FunctionCall",
                      "src": "5991:90:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_memory",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo memory"
                      }
                    },
                    "src": "5928:153:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                      "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                    }
                  },
                  "id": 15079,
                  "nodeType": "ExpressionStatement",
                  "src": "5928:153:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15080,
                    "name": "proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 15017,
                    "src": "6098:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14998,
                  "id": 15081,
                  "nodeType": "Return",
                  "src": "6091:17:57"
                }
              ]
            },
            "documentation": "@dev create a proposal to register a scheme\n@param _avatar the address of the organization the scheme will be registered for\n@param _scheme the address of the scheme to be registered\n@param _parametersHash a hash of the configuration of the _scheme\n@param _permissions the permission of the scheme to be registered\n@param _descriptionHash proposal's description hash\n@return a proposal Id\n@dev NB: not only proposes the vote, but also votes for it",
            "id": 15083,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "proposeScheme",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14995,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14986,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4841:14:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_Avatar_$12705",
                    "typeString": "contract Avatar"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14985,
                    "name": "Avatar",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 12705,
                    "src": "4841:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14988,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4865:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14987,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "4865:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14990,
                  "name": "_parametersHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4890:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14989,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4890:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14992,
                  "name": "_permissions",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4923:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 14991,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "4923:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14994,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4952:30:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14993,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "4952:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4831:157:57"
            },
            "returnParameters": {
              "id": 14998,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14997,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "5012:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14996,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "5012:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5011:9:57"
            },
            "scope": 15176,
            "src": "4809:1306:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 15174,
              "nodeType": "Block",
              "src": "6598:723:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 15099,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 15095,
                          "name": "_scheme",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15087,
                          "src": "6616:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 15097,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "6635:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 15096,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "6627:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15098,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "6627:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "6616:21:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "736368656d652063616e6e6f74206265207a65726f",
                        "id": 15100,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "6639:23:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        },
                        "value": "scheme cannot be zero"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        }
                      ],
                      "id": 15094,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22175,
                      "src": "6608:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 15101,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6608:55:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15102,
                  "nodeType": "ExpressionStatement",
                  "src": "6608:55:57"
                },
                {
                  "assignments": [
                    15104
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15104,
                      "name": "paramsHash",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6673:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15103,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "6673:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15108,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 15106,
                        "name": "_avatar",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15085,
                        "src": "6722:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      ],
                      "id": 15105,
                      "name": "getParametersFromController",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        15222
                      ],
                      "referencedDeclaration": 15222,
                      "src": "6694:27:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_contract$_Avatar_$12705_$returns$_t_bytes32_$",
                        "typeString": "function (contract Avatar) view returns (bytes32)"
                      }
                    },
                    "id": 15107,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6694:36:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6673:57:57"
                },
                {
                  "assignments": [
                    15110
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15110,
                      "name": "params",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6740:24:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15109,
                        "name": "Parameters",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14800,
                        "src": "6740:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                          "typeString": "struct SchemeRegistrar.Parameters"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15114,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "id": 15111,
                      "name": "parameters",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14804,
                      "src": "6767:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                      }
                    },
                    "id": 15113,
                    "indexExpression": {
                      "argumentTypes": null,
                      "id": 15112,
                      "name": "paramsHash",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15104,
                      "src": "6778:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "6767:22:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                      "typeString": "struct SchemeRegistrar.Parameters storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6740:49:57"
                },
                {
                  "assignments": [
                    15116
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15116,
                      "name": "intVote",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6800:24:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15115,
                        "name": "IntVoteInterface",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 20571,
                        "src": "6800:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15119,
                  "initialValue": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 15117,
                      "name": "params",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15110,
                      "src": "6827:6:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters memory"
                      }
                    },
                    "id": 15118,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "intVote",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 14799,
                    "src": "6827:14:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6800:41:57"
                },
                {
                  "assignments": [
                    15121
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15121,
                      "name": "proposalId",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6851:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15120,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "6851:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15133,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 15124,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "6888:1:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15125,
                          "name": "params",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15110,
                          "src": "6891:6:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15126,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "voteRemoveParams",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14797,
                        "src": "6891:23:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15127,
                          "name": "msg",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 22171,
                          "src": "6916:3:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_message",
                            "typeString": "msg"
                          }
                        },
                        "id": 15128,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "sender",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": null,
                        "src": "6916:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15130,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15085,
                            "src": "6936:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15129,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "6928:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15131,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "6928:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 15122,
                        "name": "intVote",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15116,
                        "src": "6872:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "id": 15123,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "propose",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 20517,
                      "src": "6872:15:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_bytes32_$_t_address_$_t_address_$returns$_t_bytes32_$",
                        "typeString": "function (uint256,bytes32,address,address) external returns (bytes32)"
                      }
                    },
                    "id": 15132,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6872:73:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6851:94:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15143,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "baseExpression": {
                            "argumentTypes": null,
                            "id": 15134,
                            "name": "organizationsProposals",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14793,
                            "src": "6955:22:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                              "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                            }
                          },
                          "id": 15139,
                          "indexExpression": {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 15136,
                                "name": "_avatar",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15085,
                                "src": "6986:7:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_Avatar_$12705",
                                  "typeString": "contract Avatar"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_contract$_Avatar_$12705",
                                  "typeString": "contract Avatar"
                                }
                              ],
                              "id": 15135,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "nodeType": "ElementaryTypeNameExpression",
                              "src": "6978:7:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_type$_t_address_$",
                                "typeString": "type(address)"
                              },
                              "typeName": "address"
                            },
                            "id": 15137,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "typeConversion",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "6978:16:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address_payable",
                              "typeString": "address payable"
                            }
                          },
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "IndexAccess",
                          "src": "6955:40:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                          }
                        },
                        "id": 15140,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 15138,
                          "name": "proposalId",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15121,
                          "src": "6996:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "6955:52:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                          "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                        }
                      },
                      "id": 15141,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "scheme",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14780,
                      "src": "6955:59:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 15142,
                      "name": "_scheme",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15087,
                      "src": "7017:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "6955:69:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 15144,
                  "nodeType": "ExpressionStatement",
                  "src": "6955:69:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15147,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15085,
                            "src": "7068:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15146,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "7060:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15148,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "7060:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15149,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15121,
                        "src": "7078:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15151,
                            "name": "intVote",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15116,
                            "src": "7098:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "id": 15150,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "7090:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15152,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "7090:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15153,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15087,
                        "src": "7108:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15154,
                        "name": "_descriptionHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15089,
                        "src": "7117:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "id": 15145,
                      "name": "RemoveSchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14764,
                      "src": "7039:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_address_$_t_address_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (address,bytes32,address,address,string memory)"
                      }
                    },
                    "id": 15155,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "7039:95:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15156,
                  "nodeType": "EmitStatement",
                  "src": "7034:100:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15170,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15157,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "7144:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 15163,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 15159,
                                "name": "params",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15110,
                                "src": "7166:6:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                  "typeString": "struct SchemeRegistrar.Parameters memory"
                                }
                              },
                              "id": 15160,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "intVote",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 14799,
                              "src": "7166:14:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            ],
                            "id": 15158,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "7158:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15161,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "7158:23:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "7144:38:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 15164,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15162,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15121,
                        "src": "7183:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "7144:50:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 15166,
                            "name": "block",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22161,
                            "src": "7236:5:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_block",
                              "typeString": "block"
                            }
                          },
                          "id": 15167,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "number",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "7236:12:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "id": 15168,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15085,
                          "src": "7269:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          },
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15165,
                        "name": "ProposalInfo",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15702,
                        "src": "7197:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_struct$_ProposalInfo_$15702_storage_ptr_$",
                          "typeString": "type(struct VotingMachineCallbacks.ProposalInfo storage pointer)"
                        }
                      },
                      "id": 15169,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "structConstructorCall",
                      "lValueRequested": false,
                      "names": [
                        "blockNumber",
                        "avatar"
                      ],
                      "nodeType": "FunctionCall",
                      "src": "7197:90:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_memory",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo memory"
                      }
                    },
                    "src": "7144:143:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                      "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                    }
                  },
                  "id": 15171,
                  "nodeType": "ExpressionStatement",
                  "src": "7144:143:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15172,
                    "name": "proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 15121,
                    "src": "7304:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 15093,
                  "id": 15173,
                  "nodeType": "Return",
                  "src": "7297:17:57"
                }
              ]
            },
            "documentation": "@dev propose to remove a scheme for a controller\n@param _avatar the address of the controller from which we want to remove a scheme\n@param _scheme the address of the scheme we want to remove\n@param _descriptionHash proposal description hash\nNB: not only registers the proposal, but also votes for it",
            "id": 15175,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "proposeToRemoveScheme",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15090,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15085,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6497:14:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_Avatar_$12705",
                    "typeString": "contract Avatar"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 15084,
                    "name": "Avatar",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 12705,
                    "src": "6497:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15087,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6513:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15086,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "6513:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15089,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6530:30:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 15088,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "6530:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6496:65:57"
            },
            "returnParameters": {
              "id": 15093,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15092,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6585:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 15091,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6585:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6584:9:57"
            },
            "scope": 15176,
            "src": "6466:855:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 15177,
        "src": "429:6894:57"
      }
    ],
    "src": "0:7324:57"
  },
  "legacyAST": {
    "absolutePath": "@daostack/arc/contracts/universalSchemes/SchemeRegistrar.sol",
    "exportedSymbols": {
      "SchemeRegistrar": [
        15176
      ]
    },
    "id": 15177,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14726,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".4"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:57"
      },
      {
        "absolutePath": "@daostack/infra/contracts/votingMachines/IntVoteInterface.sol",
        "file": "@daostack/infra/contracts/votingMachines/IntVoteInterface.sol",
        "id": 14727,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 20572,
        "src": "25:71:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol",
        "file": "@daostack/infra/contracts/votingMachines/VotingMachineCallbacksInterface.sol",
        "id": 14728,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 20648,
        "src": "97:86:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/arc/contracts/universalSchemes/UniversalScheme.sol",
        "file": "./UniversalScheme.sol",
        "id": 14729,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 15224,
        "src": "184:31:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@daostack/arc/contracts/votingMachines/VotingMachineCallbacks.sol",
        "file": "../votingMachines/VotingMachineCallbacks.sol",
        "id": 14730,
        "nodeType": "ImportDirective",
        "scope": 15177,
        "sourceUnit": 15992,
        "src": "216:54:57",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14731,
              "name": "UniversalScheme",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 15223,
              "src": "457:15:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_UniversalScheme_$15223",
                "typeString": "contract UniversalScheme"
              }
            },
            "id": 14732,
            "nodeType": "InheritanceSpecifier",
            "src": "457:15:57"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14733,
              "name": "VotingMachineCallbacks",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 15991,
              "src": "474:22:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_VotingMachineCallbacks_$15991",
                "typeString": "contract VotingMachineCallbacks"
              }
            },
            "id": 14734,
            "nodeType": "InheritanceSpecifier",
            "src": "474:22:57"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14735,
              "name": "ProposalExecuteInterface",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 20583,
              "src": "498:24:57",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ProposalExecuteInterface_$20583",
                "typeString": "contract ProposalExecuteInterface"
              }
            },
            "id": 14736,
            "nodeType": "InheritanceSpecifier",
            "src": "498:24:57"
          }
        ],
        "contractDependencies": [
          15223,
          15234,
          15991,
          20583,
          20647
        ],
        "contractKind": "contract",
        "documentation": "@title A registrar for Schemes for organizations\n@dev The SchemeRegistrar is used for registering and unregistering schemes at organizations",
        "fullyImplemented": true,
        "id": 15176,
        "linearizedBaseContracts": [
          15176,
          20583,
          15991,
          20647,
          15223,
          15234
        ],
        "name": "SchemeRegistrar",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "anonymous": false,
            "documentation": null,
            "id": 14752,
            "name": "NewSchemeProposal",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14751,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14738,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "562:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14737,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "562:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14740,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "595:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14739,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "595:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14742,
                  "indexed": true,
                  "name": "_intVoteInterface",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "632:33:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14741,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "632:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14744,
                  "indexed": false,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "675:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14743,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "675:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14746,
                  "indexed": false,
                  "name": "_parametersHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "700:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14745,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "700:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14748,
                  "indexed": false,
                  "name": "_permissions",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "733:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 14747,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "733:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14750,
                  "indexed": false,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14752,
                  "src": "762:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14749,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "762:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "552:239:57"
            },
            "src": "529:263:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14764,
            "name": "RemoveSchemeProposal",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14763,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14754,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "825:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14753,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "825:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14756,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "858:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14755,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "858:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14758,
                  "indexed": true,
                  "name": "_intVoteInterface",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "895:33:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14757,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "895:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14760,
                  "indexed": false,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "938:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14759,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "938:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14762,
                  "indexed": false,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 14764,
                  "src": "963:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14761,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "963:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "824:168:57"
            },
            "src": "798:195:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14772,
            "name": "ProposalExecuted",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14771,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14766,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1022:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14765,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1022:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14768,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1047:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14767,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1047:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14770,
                  "indexed": false,
                  "name": "_param",
                  "nodeType": "VariableDeclaration",
                  "scope": 14772,
                  "src": "1076:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_int256",
                    "typeString": "int256"
                  },
                  "typeName": {
                    "id": 14769,
                    "name": "int256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1076:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1021:69:57"
            },
            "src": "999:92:57"
          },
          {
            "anonymous": false,
            "documentation": null,
            "id": 14778,
            "name": "ProposalDeleted",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 14777,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14774,
                  "indexed": true,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 14778,
                  "src": "1118:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14773,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1118:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14776,
                  "indexed": true,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14778,
                  "src": "1143:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14775,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1143:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1117:54:57"
            },
            "src": "1096:76:57"
          },
          {
            "canonicalName": "SchemeRegistrar.SchemeProposal",
            "id": 14787,
            "members": [
              {
                "constant": false,
                "id": 14780,
                "name": "scheme",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1303:14:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                },
                "typeName": {
                  "id": 14779,
                  "name": "address",
                  "nodeType": "ElementaryTypeName",
                  "src": "1303:7:57",
                  "stateMutability": "nonpayable",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14782,
                "name": "addScheme",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1330:14:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                },
                "typeName": {
                  "id": 14781,
                  "name": "bool",
                  "nodeType": "ElementaryTypeName",
                  "src": "1330:4:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14784,
                "name": "parametersHash",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1401:22:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14783,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1401:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14786,
                "name": "permissions",
                "nodeType": "VariableDeclaration",
                "scope": 14787,
                "src": "1433:18:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes4",
                  "typeString": "bytes4"
                },
                "typeName": {
                  "id": 14785,
                  "name": "bytes4",
                  "nodeType": "ElementaryTypeName",
                  "src": "1433:6:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  }
                },
                "value": null,
                "visibility": "internal"
              }
            ],
            "name": "SchemeProposal",
            "nodeType": "StructDefinition",
            "scope": 15176,
            "src": "1271:187:57",
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14793,
            "name": "organizationsProposals",
            "nodeType": "VariableDeclaration",
            "scope": 15176,
            "src": "1559:80:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
              "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal))"
            },
            "typeName": {
              "id": 14792,
              "keyType": {
                "id": 14788,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "1567:7:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "1559:50:57",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal))"
              },
              "valueType": {
                "id": 14791,
                "keyType": {
                  "id": 14789,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1584:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "nodeType": "Mapping",
                "src": "1576:32:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                  "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal)"
                },
                "valueType": {
                  "contractScope": null,
                  "id": 14790,
                  "name": "SchemeProposal",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 14787,
                  "src": "1593:14:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                    "typeString": "struct SchemeRegistrar.SchemeProposal"
                  }
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "canonicalName": "SchemeRegistrar.Parameters",
            "id": 14800,
            "members": [
              {
                "constant": false,
                "id": 14795,
                "name": "voteRegisterParams",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1777:26:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14794,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1777:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14797,
                "name": "voteRemoveParams",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1813:24:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 14796,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "1813:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "value": null,
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 14799,
                "name": "intVote",
                "nodeType": "VariableDeclaration",
                "scope": 14800,
                "src": "1847:24:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                  "typeString": "contract IntVoteInterface"
                },
                "typeName": {
                  "contractScope": null,
                  "id": 14798,
                  "name": "IntVoteInterface",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 20571,
                  "src": "1847:16:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  }
                },
                "value": null,
                "visibility": "internal"
              }
            ],
            "name": "Parameters",
            "nodeType": "StructDefinition",
            "scope": 15176,
            "src": "1749:129:57",
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14804,
            "name": "parameters",
            "nodeType": "VariableDeclaration",
            "scope": 15176,
            "src": "1884:46:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
              "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters)"
            },
            "typeName": {
              "id": 14803,
              "keyType": {
                "id": 14801,
                "name": "bytes32",
                "nodeType": "ElementaryTypeName",
                "src": "1892:7:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                }
              },
              "nodeType": "Mapping",
              "src": "1884:28:57",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters)"
              },
              "valueType": {
                "contractScope": null,
                "id": 14802,
                "name": "Parameters",
                "nodeType": "UserDefinedTypeName",
                "referencedDeclaration": 14800,
                "src": "1901:10:57",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                  "typeString": "struct SchemeRegistrar.Parameters"
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14919,
              "nodeType": "Block",
              "src": "2311:1109:57",
              "statements": [
                {
                  "assignments": [
                    14817
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14817,
                      "name": "avatar",
                      "nodeType": "VariableDeclaration",
                      "scope": 14919,
                      "src": "2321:13:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_Avatar_$12705",
                        "typeString": "contract Avatar"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14816,
                        "name": "Avatar",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 12705,
                        "src": "2321:6:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14825,
                  "initialValue": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14818,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "2337:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 14821,
                        "indexExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14819,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22171,
                            "src": "2351:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 14820,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "2351:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "2337:25:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 14823,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 14822,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2363:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "nodeType": "IndexAccess",
                      "src": "2337:38:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "id": 14824,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "avatar",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 15701,
                    "src": "2337:45:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2321:61:57"
                },
                {
                  "assignments": [
                    14827
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14827,
                      "name": "proposal",
                      "nodeType": "VariableDeclaration",
                      "scope": 14919,
                      "src": "2392:30:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14826,
                        "name": "SchemeProposal",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14787,
                        "src": "2392:14:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                          "typeString": "struct SchemeRegistrar.SchemeProposal"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14835,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "id": 14828,
                        "name": "organizationsProposals",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14793,
                        "src": "2425:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                          "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                        }
                      },
                      "id": 14832,
                      "indexExpression": {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14830,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "2456:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14829,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2448:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14831,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2448:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "nodeType": "IndexAccess",
                      "src": "2425:39:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                      }
                    },
                    "id": 14834,
                    "indexExpression": {
                      "argumentTypes": null,
                      "id": 14833,
                      "name": "_proposalId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14806,
                      "src": "2465:11:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "2425:52:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                      "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2392:85:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 14842,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14837,
                            "name": "proposal",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14827,
                            "src": "2495:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                              "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                            }
                          },
                          "id": 14838,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "scheme",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 14780,
                          "src": "2495:15:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 14840,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "2522:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 14839,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2514:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14841,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2514:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "2495:29:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14836,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22174,
                      "src": "2487:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14843,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2487:38:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14844,
                  "nodeType": "ExpressionStatement",
                  "src": "2487:38:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14852,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "delete",
                    "prefix": true,
                    "src": "2535:59:57",
                    "subExpression": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14845,
                          "name": "organizationsProposals",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14793,
                          "src": "2542:22:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                          }
                        },
                        "id": 14849,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 14847,
                              "name": "avatar",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14817,
                              "src": "2573:6:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            ],
                            "id": 14846,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2565:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14848,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2565:15:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "2542:39:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                          "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                        }
                      },
                      "id": 14851,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 14850,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2582:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "2542:52:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                        "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14853,
                  "nodeType": "ExpressionStatement",
                  "src": "2535:59:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14856,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "2633:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14855,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2625:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14857,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2625:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14858,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "2642:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      ],
                      "id": 14854,
                      "name": "ProposalDeleted",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14778,
                      "src": "2609:15:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$returns$__$",
                        "typeString": "function (address,bytes32)"
                      }
                    },
                    "id": 14859,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2609:45:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14860,
                  "nodeType": "EmitStatement",
                  "src": "2604:50:57"
                },
                {
                  "condition": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    },
                    "id": 14863,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "id": 14861,
                      "name": "_param",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14808,
                      "src": "2668:6:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_int256",
                        "typeString": "int256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "==",
                    "rightExpression": {
                      "argumentTypes": null,
                      "hexValue": "31",
                      "id": 14862,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2678:1:57",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_1_by_1",
                        "typeString": "int_const 1"
                      },
                      "value": "1"
                    },
                    "src": "2668:11:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "falseBody": null,
                  "id": 14908,
                  "nodeType": "IfStatement",
                  "src": "2664:660:57",
                  "trueBody": {
                    "id": 14907,
                    "nodeType": "Block",
                    "src": "2681:643:57",
                    "statements": [
                      {
                        "assignments": [
                          14865
                        ],
                        "declarations": [
                          {
                            "constant": false,
                            "id": 14865,
                            "name": "controller",
                            "nodeType": "VariableDeclaration",
                            "scope": 14907,
                            "src": "2747:30:57",
                            "stateVariable": false,
                            "storageLocation": "default",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                              "typeString": "contract ControllerInterface"
                            },
                            "typeName": {
                              "contractScope": null,
                              "id": 14864,
                              "name": "ControllerInterface",
                              "nodeType": "UserDefinedTypeName",
                              "referencedDeclaration": 14394,
                              "src": "2747:19:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                "typeString": "contract ControllerInterface"
                              }
                            },
                            "value": null,
                            "visibility": "internal"
                          }
                        ],
                        "id": 14871,
                        "initialValue": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "arguments": [],
                              "expression": {
                                "argumentTypes": [],
                                "expression": {
                                  "argumentTypes": null,
                                  "id": 14867,
                                  "name": "avatar",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 14817,
                                  "src": "2800:6:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_Avatar_$12705",
                                    "typeString": "contract Avatar"
                                  }
                                },
                                "id": 14868,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "lValueRequested": false,
                                "memberName": "owner",
                                "nodeType": "MemberAccess",
                                "referencedDeclaration": 21342,
                                "src": "2800:12:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
                                  "typeString": "function () view external returns (address)"
                                }
                              },
                              "id": 14869,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2800:14:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 14866,
                            "name": "ControllerInterface",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14394,
                            "src": "2780:19:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_ControllerInterface_$14394_$",
                              "typeString": "type(contract ControllerInterface)"
                            }
                          },
                          "id": 14870,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2780:35:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                            "typeString": "contract ControllerInterface"
                          }
                        },
                        "nodeType": "VariableDeclarationStatement",
                        "src": "2747:68:57"
                      },
                      {
                        "condition": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 14872,
                            "name": "proposal",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14827,
                            "src": "2861:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                              "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                            }
                          },
                          "id": 14873,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "addScheme",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 14782,
                          "src": "2861:18:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "falseBody": null,
                        "id": 14890,
                        "nodeType": "IfStatement",
                        "src": "2857:286:57",
                        "trueBody": {
                          "id": 14889,
                          "nodeType": "Block",
                          "src": "2881:262:57",
                          "statements": [
                            {
                              "expression": {
                                "argumentTypes": null,
                                "arguments": [
                                  {
                                    "argumentTypes": null,
                                    "arguments": [
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14877,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "2958:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14878,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "scheme",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14780,
                                        "src": "2958:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14879,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "2999:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14880,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "parametersHash",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14784,
                                        "src": "2999:23:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_bytes32",
                                          "typeString": "bytes32"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14881,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "3048:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14882,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "permissions",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14786,
                                        "src": "3048:20:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_bytes4",
                                          "typeString": "bytes4"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "arguments": [
                                          {
                                            "argumentTypes": null,
                                            "id": 14884,
                                            "name": "avatar",
                                            "nodeType": "Identifier",
                                            "overloadedDeclarations": [],
                                            "referencedDeclaration": 14817,
                                            "src": "3102:6:57",
                                            "typeDescriptions": {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          }
                                        ],
                                        "expression": {
                                          "argumentTypes": [
                                            {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          ],
                                          "id": 14883,
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": true,
                                          "lValueRequested": false,
                                          "nodeType": "ElementaryTypeNameExpression",
                                          "src": "3094:7:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_type$_t_address_$",
                                            "typeString": "type(address)"
                                          },
                                          "typeName": "address"
                                        },
                                        "id": 14885,
                                        "isConstant": false,
                                        "isLValue": false,
                                        "isPure": false,
                                        "kind": "typeConversion",
                                        "lValueRequested": false,
                                        "names": [],
                                        "nodeType": "FunctionCall",
                                        "src": "3094:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      }
                                    ],
                                    "expression": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        },
                                        {
                                          "typeIdentifier": "t_bytes32",
                                          "typeString": "bytes32"
                                        },
                                        {
                                          "typeIdentifier": "t_bytes4",
                                          "typeString": "bytes4"
                                        },
                                        {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      ],
                                      "expression": {
                                        "argumentTypes": null,
                                        "id": 14875,
                                        "name": "controller",
                                        "nodeType": "Identifier",
                                        "overloadedDeclarations": [],
                                        "referencedDeclaration": 14865,
                                        "src": "2907:10:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                          "typeString": "contract ControllerInterface"
                                        }
                                      },
                                      "id": 14876,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "memberName": "registerScheme",
                                      "nodeType": "MemberAccess",
                                      "referencedDeclaration": 14211,
                                      "src": "2907:25:57",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes32_$_t_bytes4_$_t_address_$returns$_t_bool_$",
                                        "typeString": "function (address,bytes32,bytes4,address) external returns (bool)"
                                      }
                                    },
                                    "id": 14886,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "kind": "functionCall",
                                    "lValueRequested": false,
                                    "names": [],
                                    "nodeType": "FunctionCall",
                                    "src": "2907:203:57",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  ],
                                  "id": 14874,
                                  "name": "require",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [
                                    22174,
                                    22175
                                  ],
                                  "referencedDeclaration": 22174,
                                  "src": "2899:7:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                                    "typeString": "function (bool) pure"
                                  }
                                },
                                "id": 14887,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "2899:229:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_tuple$__$",
                                  "typeString": "tuple()"
                                }
                              },
                              "id": 14888,
                              "nodeType": "ExpressionStatement",
                              "src": "2899:229:57"
                            }
                          ]
                        }
                      },
                      {
                        "condition": {
                          "argumentTypes": null,
                          "id": 14893,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "UnaryOperation",
                          "operator": "!",
                          "prefix": true,
                          "src": "3190:19:57",
                          "subExpression": {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 14891,
                              "name": "proposal",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14827,
                              "src": "3191:8:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                              }
                            },
                            "id": 14892,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "addScheme",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14782,
                            "src": "3191:18:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "falseBody": null,
                        "id": 14906,
                        "nodeType": "IfStatement",
                        "src": "3186:128:57",
                        "trueBody": {
                          "id": 14905,
                          "nodeType": "Block",
                          "src": "3211:103:57",
                          "statements": [
                            {
                              "expression": {
                                "argumentTypes": null,
                                "arguments": [
                                  {
                                    "argumentTypes": null,
                                    "arguments": [
                                      {
                                        "argumentTypes": null,
                                        "expression": {
                                          "argumentTypes": null,
                                          "id": 14897,
                                          "name": "proposal",
                                          "nodeType": "Identifier",
                                          "overloadedDeclarations": [],
                                          "referencedDeclaration": 14827,
                                          "src": "3265:8:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                                            "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                                          }
                                        },
                                        "id": 14898,
                                        "isConstant": false,
                                        "isLValue": true,
                                        "isPure": false,
                                        "lValueRequested": false,
                                        "memberName": "scheme",
                                        "nodeType": "MemberAccess",
                                        "referencedDeclaration": 14780,
                                        "src": "3265:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        }
                                      },
                                      {
                                        "argumentTypes": null,
                                        "arguments": [
                                          {
                                            "argumentTypes": null,
                                            "id": 14900,
                                            "name": "avatar",
                                            "nodeType": "Identifier",
                                            "overloadedDeclarations": [],
                                            "referencedDeclaration": 14817,
                                            "src": "3290:6:57",
                                            "typeDescriptions": {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          }
                                        ],
                                        "expression": {
                                          "argumentTypes": [
                                            {
                                              "typeIdentifier": "t_contract$_Avatar_$12705",
                                              "typeString": "contract Avatar"
                                            }
                                          ],
                                          "id": 14899,
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": true,
                                          "lValueRequested": false,
                                          "nodeType": "ElementaryTypeNameExpression",
                                          "src": "3282:7:57",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_type$_t_address_$",
                                            "typeString": "type(address)"
                                          },
                                          "typeName": "address"
                                        },
                                        "id": 14901,
                                        "isConstant": false,
                                        "isLValue": false,
                                        "isPure": false,
                                        "kind": "typeConversion",
                                        "lValueRequested": false,
                                        "names": [],
                                        "nodeType": "FunctionCall",
                                        "src": "3282:15:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      }
                                    ],
                                    "expression": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_address",
                                          "typeString": "address"
                                        },
                                        {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        }
                                      ],
                                      "expression": {
                                        "argumentTypes": null,
                                        "id": 14895,
                                        "name": "controller",
                                        "nodeType": "Identifier",
                                        "overloadedDeclarations": [],
                                        "referencedDeclaration": 14865,
                                        "src": "3237:10:57",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_contract$_ControllerInterface_$14394",
                                          "typeString": "contract ControllerInterface"
                                        }
                                      },
                                      "id": 14896,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "memberName": "unregisterScheme",
                                      "nodeType": "MemberAccess",
                                      "referencedDeclaration": 14220,
                                      "src": "3237:27:57",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$returns$_t_bool_$",
                                        "typeString": "function (address,address) external returns (bool)"
                                      }
                                    },
                                    "id": 14902,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "kind": "functionCall",
                                    "lValueRequested": false,
                                    "names": [],
                                    "nodeType": "FunctionCall",
                                    "src": "3237:61:57",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_bool",
                                      "typeString": "bool"
                                    }
                                  ],
                                  "id": 14894,
                                  "name": "require",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [
                                    22174,
                                    22175
                                  ],
                                  "referencedDeclaration": 22174,
                                  "src": "3229:7:57",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                                    "typeString": "function (bool) pure"
                                  }
                                },
                                "id": 14903,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "3229:70:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_tuple$__$",
                                  "typeString": "tuple()"
                                }
                              },
                              "id": 14904,
                              "nodeType": "ExpressionStatement",
                              "src": "3229:70:57"
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14911,
                            "name": "avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14817,
                            "src": "3363:6:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 14910,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "3355:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14912,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "3355:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14913,
                        "name": "_proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14806,
                        "src": "3372:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14914,
                        "name": "_param",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14808,
                        "src": "3385:6:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      ],
                      "id": 14909,
                      "name": "ProposalExecuted",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14772,
                      "src": "3338:16:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_int256_$returns$__$",
                        "typeString": "function (address,bytes32,int256)"
                      }
                    },
                    "id": 14915,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3338:54:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14916,
                  "nodeType": "EmitStatement",
                  "src": "3333:59:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "74727565",
                    "id": 14917,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "bool",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "3409:4:57",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "value": "true"
                  },
                  "functionReturnParameters": 14815,
                  "id": 14918,
                  "nodeType": "Return",
                  "src": "3402:11:57"
                }
              ]
            },
            "documentation": "@dev execution of proposals, can only be called by the voting machine in which the vote is held.\n@param _proposalId the ID of the voting in the voting machine\n@param _param a parameter of the voting result, 1 yes and 2 is no.",
            "id": 14920,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 14811,
                    "name": "_proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 14806,
                    "src": "2284:11:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  }
                ],
                "id": 14812,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14810,
                  "name": "onlyVotingMachine",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 15725,
                  "src": "2266:17:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$_t_bytes32_$",
                    "typeString": "modifier (bytes32)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "2266:30:57"
              }
            ],
            "name": "executeProposal",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14809,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14806,
                  "name": "_proposalId",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2221:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14805,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2221:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14808,
                  "name": "_param",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2242:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_int256",
                    "typeString": "int256"
                  },
                  "typeName": {
                    "id": 14807,
                    "name": "int256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2242:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2220:36:57"
            },
            "returnParameters": {
              "id": 14815,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14814,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14920,
                  "src": "2305:4:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 14813,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2305:4:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2304:6:57"
            },
            "scope": 15176,
            "src": "2196:1224:57",
            "stateMutability": "nonpayable",
            "superFunction": 20582,
            "visibility": "external"
          },
          {
            "body": {
              "id": 14962,
              "nodeType": "Block",
              "src": "3687:325:57",
              "statements": [
                {
                  "assignments": [
                    14932
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14932,
                      "name": "paramsHash",
                      "nodeType": "VariableDeclaration",
                      "scope": 14962,
                      "src": "3697:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 14931,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "3697:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14938,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 14934,
                        "name": "_voteRegisterParams",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14922,
                        "src": "3736:19:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14935,
                        "name": "_voteRemoveParams",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14924,
                        "src": "3757:17:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 14936,
                        "name": "_intVote",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14926,
                        "src": "3776:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      ],
                      "id": 14933,
                      "name": "getParametersHash",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14984,
                      "src": "3718:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_contract$_IntVoteInterface_$20571_$returns$_t_bytes32_$",
                        "typeString": "function (bytes32,bytes32,contract IntVoteInterface) pure returns (bytes32)"
                      }
                    },
                    "id": 14937,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3718:67:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "3697:88:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14944,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14939,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3795:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14941,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14940,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3806:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3795:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14942,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "voteRegisterParams",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14795,
                      "src": "3795:41:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14943,
                      "name": "_voteRegisterParams",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14922,
                      "src": "3839:19:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "3795:63:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 14945,
                  "nodeType": "ExpressionStatement",
                  "src": "3795:63:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14951,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14946,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3868:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14948,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14947,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3879:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3868:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14949,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "voteRemoveParams",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14797,
                      "src": "3868:39:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14950,
                      "name": "_voteRemoveParams",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14924,
                      "src": "3910:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "3868:59:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 14952,
                  "nodeType": "ExpressionStatement",
                  "src": "3868:59:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14958,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 14953,
                          "name": "parameters",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14804,
                          "src": "3937:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                          }
                        },
                        "id": 14955,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 14954,
                          "name": "paramsHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14932,
                          "src": "3948:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "3937:22:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                          "typeString": "struct SchemeRegistrar.Parameters storage ref"
                        }
                      },
                      "id": 14956,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "intVote",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14799,
                      "src": "3937:30:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 14957,
                      "name": "_intVote",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14926,
                      "src": "3970:8:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      }
                    },
                    "src": "3937:41:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "id": 14959,
                  "nodeType": "ExpressionStatement",
                  "src": "3937:41:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 14960,
                    "name": "paramsHash",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 14932,
                    "src": "3995:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14930,
                  "id": 14961,
                  "nodeType": "Return",
                  "src": "3988:17:57"
                }
              ]
            },
            "documentation": "@dev hash the parameters, save them if necessary, and return the hash value",
            "id": 14963,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setParameters",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14927,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14922,
                  "name": "_voteRegisterParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3555:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14921,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3555:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14924,
                  "name": "_voteRemoveParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3592:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14923,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3592:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14926,
                  "name": "_intVote",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3627:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14925,
                    "name": "IntVoteInterface",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 20571,
                    "src": "3627:16:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3545:113:57"
            },
            "returnParameters": {
              "id": 14930,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14929,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14963,
                  "src": "3674:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14928,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "3674:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3673:9:57"
            },
            "scope": 15176,
            "src": "3523:489:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14983,
              "nodeType": "Block",
              "src": "4191:101:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14977,
                            "name": "_voteRegisterParams",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14965,
                            "src": "4235:19:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14978,
                            "name": "_voteRemoveParams",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14967,
                            "src": "4256:17:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14979,
                            "name": "_intVote",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14969,
                            "src": "4275:8:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            },
                            {
                              "typeIdentifier": "t_bytes32",
                              "typeString": "bytes32"
                            },
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "expression": {
                            "argumentTypes": null,
                            "id": 14975,
                            "name": "abi",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22158,
                            "src": "4218:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_abi",
                              "typeString": "abi"
                            }
                          },
                          "id": 14976,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "memberName": "encodePacked",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "4218:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
                            "typeString": "function () pure returns (bytes memory)"
                          }
                        },
                        "id": 14980,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "4218:66:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      ],
                      "id": 14974,
                      "name": "keccak256",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22165,
                      "src": "4208:9:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
                        "typeString": "function (bytes memory) pure returns (bytes32)"
                      }
                    },
                    "id": 14981,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "4208:77:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14973,
                  "id": 14982,
                  "nodeType": "Return",
                  "src": "4201:84:57"
                }
              ]
            },
            "documentation": null,
            "id": 14984,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getParametersHash",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14970,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14965,
                  "name": "_voteRegisterParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4054:27:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14964,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4054:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14967,
                  "name": "_voteRemoveParams",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4091:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14966,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4091:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14969,
                  "name": "_intVote",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4126:25:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                    "typeString": "contract IntVoteInterface"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14968,
                    "name": "IntVoteInterface",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 20571,
                    "src": "4126:16:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4044:113:57"
            },
            "returnParameters": {
              "id": 14973,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14972,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14984,
                  "src": "4178:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14971,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4178:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4177:9:57"
            },
            "scope": 15176,
            "src": "4018:274:57",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 15082,
              "nodeType": "Block",
              "src": "5025:1090:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 15004,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 15000,
                          "name": "_scheme",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14988,
                          "src": "5062:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 15002,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "5081:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 15001,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5073:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15003,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5073:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "5062:21:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "736368656d652063616e6e6f74206265207a65726f",
                        "id": 15005,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5085:23:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        },
                        "value": "scheme cannot be zero"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        }
                      ],
                      "id": 14999,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22175,
                      "src": "5054:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 15006,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5054:55:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15007,
                  "nodeType": "ExpressionStatement",
                  "src": "5054:55:57"
                },
                {
                  "assignments": [
                    15009
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15009,
                      "name": "controllerParams",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5119:34:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15008,
                        "name": "Parameters",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14800,
                        "src": "5119:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                          "typeString": "struct SchemeRegistrar.Parameters"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15015,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "id": 15010,
                      "name": "parameters",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14804,
                      "src": "5156:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                      }
                    },
                    "id": 15014,
                    "indexExpression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "id": 15012,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14986,
                          "src": "5195:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15011,
                        "name": "getParametersFromController",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [
                          15222
                        ],
                        "referencedDeclaration": 15222,
                        "src": "5167:27:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_internal_view$_t_contract$_Avatar_$12705_$returns$_t_bytes32_$",
                          "typeString": "function (contract Avatar) view returns (bytes32)"
                        }
                      },
                      "id": 15013,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5167:36:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "5156:48:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                      "typeString": "struct SchemeRegistrar.Parameters storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5119:85:57"
                },
                {
                  "assignments": [
                    15017
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15017,
                      "name": "proposalId",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5215:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15016,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "5215:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15030,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 15021,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5282:1:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15022,
                          "name": "controllerParams",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15009,
                          "src": "5297:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15023,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "voteRegisterParams",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14795,
                        "src": "5297:35:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15024,
                          "name": "msg",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 22171,
                          "src": "5346:3:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_message",
                            "typeString": "msg"
                          }
                        },
                        "id": 15025,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "sender",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": null,
                        "src": "5346:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15027,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14986,
                            "src": "5378:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15026,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5370:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15028,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5370:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15018,
                          "name": "controllerParams",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15009,
                          "src": "5236:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15019,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "intVote",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14799,
                        "src": "5236:24:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "id": 15020,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "propose",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 20517,
                      "src": "5236:32:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_bytes32_$_t_address_$_t_address_$returns$_t_bytes32_$",
                        "typeString": "function (uint256,bytes32,address,address) external returns (bytes32)"
                      }
                    },
                    "id": 15029,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5236:160:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5215:181:57"
                },
                {
                  "assignments": [
                    15032
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15032,
                      "name": "proposal",
                      "nodeType": "VariableDeclaration",
                      "scope": 15082,
                      "src": "5407:30:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15031,
                        "name": "SchemeProposal",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14787,
                        "src": "5407:14:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage_ptr",
                          "typeString": "struct SchemeRegistrar.SchemeProposal"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15039,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 15034,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14988,
                        "src": "5477:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15035,
                        "name": "_parametersHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14990,
                        "src": "5514:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "74727565",
                        "id": 15036,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "bool",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5554:4:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        "value": "true"
                      },
                      {
                        "argumentTypes": null,
                        "id": 15037,
                        "name": "_permissions",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14992,
                        "src": "5585:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      ],
                      "id": 15033,
                      "name": "SchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14787,
                      "src": "5440:14:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_struct$_SchemeProposal_$14787_storage_ptr_$",
                        "typeString": "type(struct SchemeRegistrar.SchemeProposal storage pointer)"
                      }
                    },
                    "id": 15038,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "structConstructorCall",
                    "lValueRequested": false,
                    "names": [
                      "scheme",
                      "parametersHash",
                      "addScheme",
                      "permissions"
                    ],
                    "nodeType": "FunctionCall",
                    "src": "5440:168:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory",
                      "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "5407:201:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15042,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14986,
                            "src": "5662:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15041,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5654:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15043,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5654:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15044,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5684:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 15046,
                              "name": "controllerParams",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 15009,
                              "src": "5716:16:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                "typeString": "struct SchemeRegistrar.Parameters memory"
                              }
                            },
                            "id": 15047,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "intVote",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14799,
                            "src": "5716:24:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "id": 15045,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "5708:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15048,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "5708:33:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15049,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14988,
                        "src": "5755:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15050,
                        "name": "_parametersHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14990,
                        "src": "5764:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15051,
                        "name": "_permissions",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14992,
                        "src": "5793:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15052,
                        "name": "_descriptionHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14994,
                        "src": "5819:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_bytes4",
                          "typeString": "bytes4"
                        },
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "id": 15040,
                      "name": "NewSchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14752,
                      "src": "5623:17:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_address_$_t_address_$_t_bytes32_$_t_bytes4_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (address,bytes32,address,address,bytes32,bytes4,string memory)"
                      }
                    },
                    "id": 15053,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5623:222:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15054,
                  "nodeType": "EmitStatement",
                  "src": "5618:227:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15063,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15055,
                          "name": "organizationsProposals",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14793,
                          "src": "5855:22:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                          }
                        },
                        "id": 15060,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 15057,
                              "name": "_avatar",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 14986,
                              "src": "5886:7:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_Avatar_$12705",
                                "typeString": "contract Avatar"
                              }
                            ],
                            "id": 15056,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5878:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15058,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5878:16:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "5855:40:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                          "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                        }
                      },
                      "id": 15061,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15059,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5896:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "5855:52:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                        "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 15062,
                      "name": "proposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15032,
                      "src": "5910:8:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_SchemeProposal_$14787_memory_ptr",
                        "typeString": "struct SchemeRegistrar.SchemeProposal memory"
                      }
                    },
                    "src": "5855:63:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                      "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                    }
                  },
                  "id": 15064,
                  "nodeType": "ExpressionStatement",
                  "src": "5855:63:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15078,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15065,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "5928:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 15071,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 15067,
                                "name": "controllerParams",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15009,
                                "src": "5950:16:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                  "typeString": "struct SchemeRegistrar.Parameters memory"
                                }
                              },
                              "id": 15068,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "intVote",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 14799,
                              "src": "5950:24:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            ],
                            "id": 15066,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5942:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15069,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5942:33:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "5928:48:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 15072,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15070,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15017,
                        "src": "5977:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "5928:60:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 15074,
                            "name": "block",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22161,
                            "src": "6030:5:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_block",
                              "typeString": "block"
                            }
                          },
                          "id": 15075,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "number",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "6030:12:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "id": 15076,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14986,
                          "src": "6063:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          },
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15073,
                        "name": "ProposalInfo",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15702,
                        "src": "5991:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_struct$_ProposalInfo_$15702_storage_ptr_$",
                          "typeString": "type(struct VotingMachineCallbacks.ProposalInfo storage pointer)"
                        }
                      },
                      "id": 15077,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "structConstructorCall",
                      "lValueRequested": false,
                      "names": [
                        "blockNumber",
                        "avatar"
                      ],
                      "nodeType": "FunctionCall",
                      "src": "5991:90:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_memory",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo memory"
                      }
                    },
                    "src": "5928:153:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                      "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                    }
                  },
                  "id": 15079,
                  "nodeType": "ExpressionStatement",
                  "src": "5928:153:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15080,
                    "name": "proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 15017,
                    "src": "6098:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 14998,
                  "id": 15081,
                  "nodeType": "Return",
                  "src": "6091:17:57"
                }
              ]
            },
            "documentation": "@dev create a proposal to register a scheme\n@param _avatar the address of the organization the scheme will be registered for\n@param _scheme the address of the scheme to be registered\n@param _parametersHash a hash of the configuration of the _scheme\n@param _permissions the permission of the scheme to be registered\n@param _descriptionHash proposal's description hash\n@return a proposal Id\n@dev NB: not only proposes the vote, but also votes for it",
            "id": 15083,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "proposeScheme",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14995,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14986,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4841:14:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_Avatar_$12705",
                    "typeString": "contract Avatar"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 14985,
                    "name": "Avatar",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 12705,
                    "src": "4841:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14988,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4865:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14987,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "4865:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14990,
                  "name": "_parametersHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4890:23:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14989,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "4890:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14992,
                  "name": "_permissions",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4923:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 14991,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "4923:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14994,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "4952:30:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 14993,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "4952:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4831:157:57"
            },
            "returnParameters": {
              "id": 14998,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14997,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 15083,
                  "src": "5012:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 14996,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "5012:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5011:9:57"
            },
            "scope": 15176,
            "src": "4809:1306:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 15174,
              "nodeType": "Block",
              "src": "6598:723:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 15099,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 15095,
                          "name": "_scheme",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15087,
                          "src": "6616:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 15097,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "6635:1:57",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 15096,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "6627:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15098,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "6627:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "src": "6616:21:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "hexValue": "736368656d652063616e6e6f74206265207a65726f",
                        "id": 15100,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "6639:23:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        },
                        "value": "scheme cannot be zero"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_cafaf033626ff48a9876b5f035bd8ede5133563907af6e0eef67843384d1e6c9",
                          "typeString": "literal_string \"scheme cannot be zero\""
                        }
                      ],
                      "id": 15094,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        22174,
                        22175
                      ],
                      "referencedDeclaration": 22175,
                      "src": "6608:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 15101,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6608:55:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15102,
                  "nodeType": "ExpressionStatement",
                  "src": "6608:55:57"
                },
                {
                  "assignments": [
                    15104
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15104,
                      "name": "paramsHash",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6673:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15103,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "6673:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15108,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 15106,
                        "name": "_avatar",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15085,
                        "src": "6722:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_Avatar_$12705",
                          "typeString": "contract Avatar"
                        }
                      ],
                      "id": 15105,
                      "name": "getParametersFromController",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        15222
                      ],
                      "referencedDeclaration": 15222,
                      "src": "6694:27:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_contract$_Avatar_$12705_$returns$_t_bytes32_$",
                        "typeString": "function (contract Avatar) view returns (bytes32)"
                      }
                    },
                    "id": 15107,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6694:36:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6673:57:57"
                },
                {
                  "assignments": [
                    15110
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15110,
                      "name": "params",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6740:24:57",
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15109,
                        "name": "Parameters",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 14800,
                        "src": "6740:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Parameters_$14800_storage_ptr",
                          "typeString": "struct SchemeRegistrar.Parameters"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15114,
                  "initialValue": {
                    "argumentTypes": null,
                    "baseExpression": {
                      "argumentTypes": null,
                      "id": 15111,
                      "name": "parameters",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14804,
                      "src": "6767:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Parameters_$14800_storage_$",
                        "typeString": "mapping(bytes32 => struct SchemeRegistrar.Parameters storage ref)"
                      }
                    },
                    "id": 15113,
                    "indexExpression": {
                      "argumentTypes": null,
                      "id": 15112,
                      "name": "paramsHash",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15104,
                      "src": "6778:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "IndexAccess",
                    "src": "6767:22:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Parameters_$14800_storage",
                      "typeString": "struct SchemeRegistrar.Parameters storage ref"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6740:49:57"
                },
                {
                  "assignments": [
                    15116
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15116,
                      "name": "intVote",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6800:24:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                        "typeString": "contract IntVoteInterface"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 15115,
                        "name": "IntVoteInterface",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 20571,
                        "src": "6800:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15119,
                  "initialValue": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 15117,
                      "name": "params",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15110,
                      "src": "6827:6:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                        "typeString": "struct SchemeRegistrar.Parameters memory"
                      }
                    },
                    "id": 15118,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "intVote",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 14799,
                    "src": "6827:14:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                      "typeString": "contract IntVoteInterface"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6800:41:57"
                },
                {
                  "assignments": [
                    15121
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 15121,
                      "name": "proposalId",
                      "nodeType": "VariableDeclaration",
                      "scope": 15174,
                      "src": "6851:18:57",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      },
                      "typeName": {
                        "id": 15120,
                        "name": "bytes32",
                        "nodeType": "ElementaryTypeName",
                        "src": "6851:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 15133,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "hexValue": "32",
                        "id": 15124,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "6888:1:57",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        "value": "2"
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15125,
                          "name": "params",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15110,
                          "src": "6891:6:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                            "typeString": "struct SchemeRegistrar.Parameters memory"
                          }
                        },
                        "id": 15126,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "voteRemoveParams",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 14797,
                        "src": "6891:23:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "expression": {
                          "argumentTypes": null,
                          "id": 15127,
                          "name": "msg",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 22171,
                          "src": "6916:3:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_message",
                            "typeString": "msg"
                          }
                        },
                        "id": 15128,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "sender",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": null,
                        "src": "6916:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15130,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15085,
                            "src": "6936:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15129,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "6928:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15131,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "6928:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_2_by_1",
                          "typeString": "int_const 2"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 15122,
                        "name": "intVote",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15116,
                        "src": "6872:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                          "typeString": "contract IntVoteInterface"
                        }
                      },
                      "id": 15123,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "propose",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 20517,
                      "src": "6872:15:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_bytes32_$_t_address_$_t_address_$returns$_t_bytes32_$",
                        "typeString": "function (uint256,bytes32,address,address) external returns (bytes32)"
                      }
                    },
                    "id": 15132,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6872:73:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "6851:94:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15143,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "baseExpression": {
                            "argumentTypes": null,
                            "id": 15134,
                            "name": "organizationsProposals",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14793,
                            "src": "6955:22:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$_$",
                              "typeString": "mapping(address => mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref))"
                            }
                          },
                          "id": 15139,
                          "indexExpression": {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 15136,
                                "name": "_avatar",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15085,
                                "src": "6986:7:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_Avatar_$12705",
                                  "typeString": "contract Avatar"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_contract$_Avatar_$12705",
                                  "typeString": "contract Avatar"
                                }
                              ],
                              "id": 15135,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "nodeType": "ElementaryTypeNameExpression",
                              "src": "6978:7:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_type$_t_address_$",
                                "typeString": "type(address)"
                              },
                              "typeName": "address"
                            },
                            "id": 15137,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "typeConversion",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "6978:16:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address_payable",
                              "typeString": "address payable"
                            }
                          },
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "IndexAccess",
                          "src": "6955:40:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemeProposal_$14787_storage_$",
                            "typeString": "mapping(bytes32 => struct SchemeRegistrar.SchemeProposal storage ref)"
                          }
                        },
                        "id": 15140,
                        "indexExpression": {
                          "argumentTypes": null,
                          "id": 15138,
                          "name": "proposalId",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15121,
                          "src": "6996:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "6955:52:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_SchemeProposal_$14787_storage",
                          "typeString": "struct SchemeRegistrar.SchemeProposal storage ref"
                        }
                      },
                      "id": 15141,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "scheme",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14780,
                      "src": "6955:59:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 15142,
                      "name": "_scheme",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15087,
                      "src": "7017:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "6955:69:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 15144,
                  "nodeType": "ExpressionStatement",
                  "src": "6955:69:57"
                },
                {
                  "eventCall": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15147,
                            "name": "_avatar",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15085,
                            "src": "7068:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_Avatar_$12705",
                              "typeString": "contract Avatar"
                            }
                          ],
                          "id": 15146,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "7060:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15148,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "7060:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15149,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15121,
                        "src": "7078:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 15151,
                            "name": "intVote",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 15116,
                            "src": "7098:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                              "typeString": "contract IntVoteInterface"
                            }
                          ],
                          "id": 15150,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "7090:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 15152,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "7090:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15153,
                        "name": "_scheme",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15087,
                        "src": "7108:7:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 15154,
                        "name": "_descriptionHash",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15089,
                        "src": "7117:16:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address_payable",
                          "typeString": "address payable"
                        },
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "id": 15145,
                      "name": "RemoveSchemeProposal",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14764,
                      "src": "7039:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_address_$_t_address_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (address,bytes32,address,address,string memory)"
                      }
                    },
                    "id": 15155,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "7039:95:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 15156,
                  "nodeType": "EmitStatement",
                  "src": "7034:100:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15170,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "baseExpression": {
                        "argumentTypes": null,
                        "baseExpression": {
                          "argumentTypes": null,
                          "id": 15157,
                          "name": "proposalsInfo",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15731,
                          "src": "7144:13:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$_$",
                            "typeString": "mapping(address => mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref))"
                          }
                        },
                        "id": 15163,
                        "indexExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "expression": {
                                "argumentTypes": null,
                                "id": 15159,
                                "name": "params",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 15110,
                                "src": "7166:6:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_Parameters_$14800_memory_ptr",
                                  "typeString": "struct SchemeRegistrar.Parameters memory"
                                }
                              },
                              "id": 15160,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "intVote",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 14799,
                              "src": "7166:14:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IntVoteInterface_$20571",
                                "typeString": "contract IntVoteInterface"
                              }
                            ],
                            "id": 15158,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "7158:7:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 15161,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "7158:23:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "IndexAccess",
                        "src": "7144:38:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_ProposalInfo_$15702_storage_$",
                          "typeString": "mapping(bytes32 => struct VotingMachineCallbacks.ProposalInfo storage ref)"
                        }
                      },
                      "id": 15164,
                      "indexExpression": {
                        "argumentTypes": null,
                        "id": 15162,
                        "name": "proposalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15121,
                        "src": "7183:10:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "7144:50:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 15166,
                            "name": "block",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22161,
                            "src": "7236:5:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_block",
                              "typeString": "block"
                            }
                          },
                          "id": 15167,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "number",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "7236:12:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "id": 15168,
                          "name": "_avatar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15085,
                          "src": "7269:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          },
                          {
                            "typeIdentifier": "t_contract$_Avatar_$12705",
                            "typeString": "contract Avatar"
                          }
                        ],
                        "id": 15165,
                        "name": "ProposalInfo",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 15702,
                        "src": "7197:12:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_struct$_ProposalInfo_$15702_storage_ptr_$",
                          "typeString": "type(struct VotingMachineCallbacks.ProposalInfo storage pointer)"
                        }
                      },
                      "id": 15169,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "structConstructorCall",
                      "lValueRequested": false,
                      "names": [
                        "blockNumber",
                        "avatar"
                      ],
                      "nodeType": "FunctionCall",
                      "src": "7197:90:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_ProposalInfo_$15702_memory",
                        "typeString": "struct VotingMachineCallbacks.ProposalInfo memory"
                      }
                    },
                    "src": "7144:143:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_ProposalInfo_$15702_storage",
                      "typeString": "struct VotingMachineCallbacks.ProposalInfo storage ref"
                    }
                  },
                  "id": 15171,
                  "nodeType": "ExpressionStatement",
                  "src": "7144:143:57"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 15172,
                    "name": "proposalId",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 15121,
                    "src": "7304:10:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 15093,
                  "id": 15173,
                  "nodeType": "Return",
                  "src": "7297:17:57"
                }
              ]
            },
            "documentation": "@dev propose to remove a scheme for a controller\n@param _avatar the address of the controller from which we want to remove a scheme\n@param _scheme the address of the scheme we want to remove\n@param _descriptionHash proposal description hash\nNB: not only registers the proposal, but also votes for it",
            "id": 15175,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "proposeToRemoveScheme",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15090,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15085,
                  "name": "_avatar",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6497:14:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_Avatar_$12705",
                    "typeString": "contract Avatar"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 15084,
                    "name": "Avatar",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 12705,
                    "src": "6497:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Avatar_$12705",
                      "typeString": "contract Avatar"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15087,
                  "name": "_scheme",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6513:15:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15086,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "6513:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15089,
                  "name": "_descriptionHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6530:30:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 15088,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "6530:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6496:65:57"
            },
            "returnParameters": {
              "id": 15093,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15092,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 15175,
                  "src": "6585:7:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 15091,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6585:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6584:9:57"
            },
            "scope": 15176,
            "src": "6466:855:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 15177,
        "src": "429:6894:57"
      }
    ],
    "src": "0:7324:57"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.16+commit.9c3226ce.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.2.2",
  "updatedAt": "2021-08-23T07:33:52.418Z",
  "devdoc": {
    "details": "The SchemeRegistrar is used for registering and unregistering schemes at organizations",
    "methods": {
      "executeProposal(bytes32,int256)": {
        "details": "execution of proposals, can only be called by the voting machine in which the vote is held.",
        "params": {
          "_param": "a parameter of the voting result, 1 yes and 2 is no.",
          "_proposalId": "the ID of the voting in the voting machine"
        }
      },
      "proposeScheme(address,address,bytes32,bytes4,string)": {
        "details": "create a proposal to register a schemeNB: not only proposes the vote, but also votes for it",
        "params": {
          "_avatar": "the address of the organization the scheme will be registered for",
          "_descriptionHash": "proposal's description hash",
          "_parametersHash": "a hash of the configuration of the _scheme",
          "_permissions": "the permission of the scheme to be registered",
          "_scheme": "the address of the scheme to be registered"
        },
        "return": "a proposal Id"
      },
      "proposeToRemoveScheme(address,address,string)": {
        "details": "propose to remove a scheme for a controller",
        "params": {
          "_avatar": "the address of the controller from which we want to remove a scheme",
          "_descriptionHash": "proposal description hash NB: not only registers the proposal, but also votes for it",
          "_scheme": "the address of the scheme we want to remove"
        }
      },
      "setParameters(bytes32,bytes32,address)": {
        "details": "hash the parameters, save them if necessary, and return the hash value"
      }
    },
    "title": "A registrar for Schemes for organizations"
  },
  "userdoc": {
    "methods": {}
  }
}