[
	{
		"inputs": [
			{
				"internalType": "address",
				"name": "_chief",
				"type": "address"
			},
			{
				"internalType": "address",
				"name": "_polling",
				"type": "address"
			}
		],
		"stateMutability": "nonpayable",
		"type": "constructor"
	},
	{
		"anonymous": false,
		"inputs": [
			{
				"indexed": true,
				"internalType": "address",
				"name": "delegate",
				"type": "address"
			},
			{
				"indexed": true,
				"internalType": "address",
				"name": "voteDelegate",
				"type": "address"
			}
		],
		"name": "CreateVoteDelegate",
		"type": "event"
	},
	{
		"inputs": [],
		"name": "chief",
		"outputs": [
			{
				"internalType": "address",
				"name": "",
				"type": "address"
			}
		],
		"stateMutability": "view",
		"type": "function",
		"constant": true
	},
	{
		"inputs": [],
		"name": "create",
		"outputs": [
			{
				"internalType": "address",
				"name": "voteDelegate",
				"type": "address"
			}
		],
		"stateMutability": "nonpayable",
		"type": "function",
		"constant": false
	},
	{
		"inputs": [
			{
				"internalType": "address",
				"name": "",
				"type": "address"
			}
		],
		"name": "delegates",
		"outputs": [
			{
				"internalType": "address",
				"name": "",
				"type": "address"
			}
		],
		"stateMutability": "view",
		"type": "function",
		"constant": true
	},
	{
		"inputs": [
			{
				"internalType": "address",
				"name": "guy",
				"type": "address"
			}
		],
		"name": "isDelegate",
		"outputs": [
			{
				"internalType": "bool",
				"name": "",
				"type": "bool"
			}
		],
		"stateMutability": "view",
		"type": "function",
		"constant": true
	},
	{
		"inputs": [],
		"name": "polling",
		"outputs": [
			{
				"internalType": "address",
				"name": "",
				"type": "address"
			}
		],
		"stateMutability": "view",
		"type": "function",
		"constant": true
	}
]