[
    {
        "constant": false,
        "inputs": [{ "name": "nextOwner", "type": "address" }],
        "name": "setOwner",
        "outputs": [],
        "payable": false,
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [{ "name": "src", "type": "address" }],
        "name": "isAuth",
        "outputs": [{ "name": "", "type": "bool" }],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [],
        "name": "registry",
        "outputs": [{ "name": "", "type": "address" }],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [],
        "name": "owner",
        "outputs": [{ "name": "", "type": "address" }],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "constant": false,
        "inputs": [
            { "name": "_target", "type": "address" },
            { "name": "_data", "type": "bytes" },
            { "name": "_src", "type": "uint256" },
            { "name": "_session", "type": "uint256" }
        ],
        "name": "execute",
        "outputs": [{ "name": "response", "type": "bytes" }],
        "payable": true,
        "stateMutability": "payable",
        "type": "function"
    },
    {
        "inputs": [],
        "payable": false,
        "stateMutability": "nonpayable",
        "type": "constructor"
    },
    { "payable": true, "stateMutability": "payable", "type": "fallback" },
    {
        "anonymous": false,
        "inputs": [
            { "indexed": false, "name": "target", "type": "address" },
            { "indexed": false, "name": "srcNum", "type": "uint256" },
            { "indexed": false, "name": "sessionNum", "type": "uint256" }
        ],
        "name": "LogExecute",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            { "indexed": true, "name": "sig", "type": "bytes4" },
            { "indexed": true, "name": "guy", "type": "address" },
            { "indexed": true, "name": "foo", "type": "bytes32" },
            { "indexed": false, "name": "bar", "type": "bytes32" },
            { "indexed": false, "name": "wad", "type": "uint256" },
            { "indexed": false, "name": "fax", "type": "bytes" }
        ],
        "name": "LogNote",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [{ "indexed": true, "name": "owner", "type": "address" }],
        "name": "LogSetOwner",
        "type": "event"
    }
]
