[ { "stateMutability": "nonpayable", "type": "constructor", "inputs": [ { "name": "_factory", "type": "address" } ], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "send_token", "inputs": [ { "name": "_token", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "sweep_token_balance", "inputs": [ { "name": "_token", "type": "address" } ], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "recover_token_balance", "inputs": [ { "name": "_token", "type": "address" } ], "outputs": [] }, { "stateMutability": "view", "type": "function", "name": "FACTORY", "inputs": [], "outputs": [ { "name": "", "type": "address" } ] } ]