{ "contractName": "TokenAuthority", "abi": [ { "constant": true, "inputs": [], "name": "token", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "inputs": [ { "name": "_token", "type": "address" }, { "name": "_colony", "type": "address" }, { "name": "allowedToTransfer", "type": "address[]" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "constant": true, "inputs": [ { "name": "src", "type": "address" }, { "name": "dst", "type": "address" }, { "name": "sig", "type": "bytes4" } ], "name": "canCall", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" } ], "devdoc": { "methods": {} }, "userdoc": { "methods": {} } }