[
	{
		"constant": true,
		"inputs": [],
		"name": "maxEntriesInQueue",
		"outputs": [
			{
				"name": "",
				"type": "uint256"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0x0d40d0cf"
	},
	{
		"constant": true,
		"inputs": [
			{
				"name": "account",
				"type": "address"
			},
			{
				"name": "currencyKey",
				"type": "bytes32"
			},
			{
				"name": "index",
				"type": "uint256"
			}
		],
		"name": "getEntryAt",
		"outputs": [
			{
				"name": "src",
				"type": "bytes32"
			},
			{
				"name": "amount",
				"type": "uint256"
			},
			{
				"name": "dest",
				"type": "bytes32"
			},
			{
				"name": "amountReceived",
				"type": "uint256"
			},
			{
				"name": "exchangeFeeRate",
				"type": "uint256"
			},
			{
				"name": "timestamp",
				"type": "uint256"
			},
			{
				"name": "roundIdForSrc",
				"type": "uint256"
			},
			{
				"name": "roundIdForDest",
				"type": "uint256"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0x15987eb6"
	},
	{
		"constant": false,
		"inputs": [
			{
				"name": "_owner",
				"type": "address"
			}
		],
		"name": "nominateNewOwner",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0x1627540c"
	},
	{
		"constant": false,
		"inputs": [
			{
				"name": "account",
				"type": "address"
			},
			{
				"name": "src",
				"type": "bytes32"
			},
			{
				"name": "amount",
				"type": "uint256"
			},
			{
				"name": "dest",
				"type": "bytes32"
			},
			{
				"name": "amountReceived",
				"type": "uint256"
			},
			{
				"name": "exchangeFeeRate",
				"type": "uint256"
			},
			{
				"name": "timestamp",
				"type": "uint256"
			},
			{
				"name": "roundIdForSrc",
				"type": "uint256"
			},
			{
				"name": "roundIdForDest",
				"type": "uint256"
			}
		],
		"name": "appendExchangeEntry",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0x3ca9d85c"
	},
	{
		"constant": false,
		"inputs": [
			{
				"name": "_associatedContract",
				"type": "address"
			}
		],
		"name": "setAssociatedContract",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0x52f445ca"
	},
	{
		"constant": true,
		"inputs": [],
		"name": "nominatedOwner",
		"outputs": [
			{
				"name": "",
				"type": "address"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0x53a47bb7"
	},
	{
		"constant": true,
		"inputs": [
			{
				"name": "",
				"type": "address"
			},
			{
				"name": "",
				"type": "bytes32"
			},
			{
				"name": "",
				"type": "uint256"
			}
		],
		"name": "exchanges",
		"outputs": [
			{
				"name": "src",
				"type": "bytes32"
			},
			{
				"name": "amount",
				"type": "uint256"
			},
			{
				"name": "dest",
				"type": "bytes32"
			},
			{
				"name": "amountReceived",
				"type": "uint256"
			},
			{
				"name": "exchangeFeeRate",
				"type": "uint256"
			},
			{
				"name": "timestamp",
				"type": "uint256"
			},
			{
				"name": "roundIdForSrc",
				"type": "uint256"
			},
			{
				"name": "roundIdForDest",
				"type": "uint256"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0x6e13fe76"
	},
	{
		"constant": false,
		"inputs": [],
		"name": "acceptOwnership",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0x79ba5097"
	},
	{
		"constant": true,
		"inputs": [],
		"name": "owner",
		"outputs": [
			{
				"name": "",
				"type": "address"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0x8da5cb5b"
	},
	{
		"constant": true,
		"inputs": [],
		"name": "associatedContract",
		"outputs": [
			{
				"name": "",
				"type": "address"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0xaefc4ccb"
	},
	{
		"constant": true,
		"inputs": [
			{
				"name": "account",
				"type": "address"
			},
			{
				"name": "currencyKey",
				"type": "bytes32"
			}
		],
		"name": "getLengthOfEntries",
		"outputs": [
			{
				"name": "",
				"type": "uint256"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0xb44e9753"
	},
	{
		"constant": false,
		"inputs": [
			{
				"name": "_maxEntriesInQueue",
				"type": "uint256"
			}
		],
		"name": "setMaxEntriesInQueue",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0xcd8b94dc"
	},
	{
		"constant": false,
		"inputs": [
			{
				"name": "account",
				"type": "address"
			},
			{
				"name": "currencyKey",
				"type": "bytes32"
			}
		],
		"name": "removeEntries",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function",
		"signature": "0xd0d3d62a"
	},
	{
		"constant": true,
		"inputs": [
			{
				"name": "account",
				"type": "address"
			},
			{
				"name": "currencyKey",
				"type": "bytes32"
			}
		],
		"name": "getMaxTimestamp",
		"outputs": [
			{
				"name": "",
				"type": "uint256"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function",
		"signature": "0xf1406dc8"
	},
	{
		"inputs": [
			{
				"name": "_owner",
				"type": "address"
			},
			{
				"name": "_associatedContract",
				"type": "address"
			}
		],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "constructor"
	},
	{
		"anonymous": false,
		"inputs": [
			{
				"indexed": false,
				"name": "associatedContract",
				"type": "address"
			}
		],
		"name": "AssociatedContractUpdated",
		"type": "event",
		"signature": "0x73f20cff579e8a4086fa607db83867595f1b6a798e718c0bfa0b94a404128e03"
	},
	{
		"anonymous": false,
		"inputs": [
			{
				"indexed": false,
				"name": "newOwner",
				"type": "address"
			}
		],
		"name": "OwnerNominated",
		"type": "event",
		"signature": "0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22"
	},
	{
		"anonymous": false,
		"inputs": [
			{
				"indexed": false,
				"name": "oldOwner",
				"type": "address"
			},
			{
				"indexed": false,
				"name": "newOwner",
				"type": "address"
			}
		],
		"name": "OwnerChanged",
		"type": "event",
		"signature": "0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c"
	}
]
