65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
|
[
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|