web3-proxy/payment-contracts/abi/PaymentSweeper.json
2023-05-31 11:52:57 -07:00

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"
}
]
}
]